summaryrefslogtreecommitdiff
path: root/wocky/wocky-meta-porter.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-16Merge branch 'salut-0.8'Will Thompson1-19/+7
2012-11-16MetaPorter: don't match sender on C2S porterssalut-0.8Will Thompson1-19/+7
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+4
2012-02-06Namespace debug flags.Will Thompson1-1/+1
2012-02-06Move most of debug.h to debug-internal.hWill Thompson1-1/+1
2012-01-02Build fixes for WindowsSiraj Razick1-0/+8
2011-11-18meta-porter: emit ::sending when a child porter doesWill Thompson1-0/+17
2011-11-18Porter: support matching STANZA_TYPE_NONEWill Thompson1-2/+5
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-3/+3
2011-07-07meta-porter: deal with bad addresses on incoming connectionsJonny Lamb1-3/+14
2011-05-03MetaPorter: fix chaining up to constructed.Will Thompson1-2/+2
2011-05-03Porters: chain up in constructedWill Thompson1-0/+3
2011-04-07meta-porter: use a union to avoid strict aliasing problemsJonny Lamb1-13/+18
2011-04-07meta-porter: add a FIXME for the v6-in-v4 functionsJonny Lamb1-0/+2
2011-04-06meta-porter: hack around v6-in-v4 addresses being exposedJonny Lamb1-2/+52
2011-04-06meta-porter: disconnect porter signal handlers before trying to close itJonny Lamb1-0/+6
2011-04-06meta-porter: clean up porter closing callbacksJonny Lamb1-23/+22
2011-04-05meta-porter: don't start multiple timeouts for freeing the PorterDataJonny Lamb1-0/+5
2011-04-01meta-porter: don't assert if we have another connectionJonny Lamb1-3/+14
2011-04-01meta-porter: stamp on a from contact for IQ replies tooJonny Lamb1-1/+4
2011-04-01meta-porter: also connect to WockyC2SPorter::remote-errorJonny Lamb1-0/+13
2011-03-31meta-porter: unref async result after calling a method on the source objectJonny Lamb1-1/+3
2011-03-31meta-porter: store the contact JID on the actual C2S porter objectJonny Lamb1-0/+15
2011-03-31meta-porter: use g_clear_errorJonny Lamb1-2/+1
2011-03-31meta-porter: close a porter properly before disposing itJonny Lamb1-1/+4
2011-03-31meta-porter: keep a ref on self during connecting a connectionJonny Lamb1-2/+5
2011-03-31meta-porter: also debug what IP a new connection is fromJonny Lamb1-3/+11
2011-03-31meta-porter: unref async result after calling a method on the source objectJonny Lamb1-1/+4
2011-03-31meta-porter: get the property name for the socket connection rightJonny Lamb1-1/+1
2011-03-23Hold off on depending on gio 2.28 just for one function.Stef Walter1-5/+9
2011-03-22meta-porter: ensure the ClosePorter closure if freed even if there are none t...Jonny Lamb1-1/+8
2011-03-22meta-porter: fix tallying up calls to the close_async functionJonny Lamb1-9/+8
2011-03-21meta-porter: don't leak the stanza if send_iq_finish wasn't calledJonny Lamb1-2/+3
2011-03-21meta-porter: clarify closing all porters codeJonny Lamb1-17/+15
2011-03-21meta-porter: don't create a new GList twice needlesslyJonny Lamb1-2/+0
2011-03-21meta-porter: bail out of start if the socket listener fails to listenJonny Lamb1-0/+1
2011-03-21meta-porter: add the other arguments to stanza_handler_newJonny Lamb1-17/+18
2011-03-21meta-porter: critical on setting the JID twiceJonny Lamb1-5/+2
2011-03-16meta-porter: clarify borrow_connection docstringJonny Lamb1-3/+7
2011-03-16meta-porter: don't refer to missing arguments in documentationJonny Lamb1-3/+2
2011-03-16meta-porter: give functions who require ll contacts that signatureJonny Lamb1-4/+4
2011-03-16meta-porter: add a stanza_handler_new to stop duplicating codeJonny Lamb1-7/+17
2011-03-16meta-porter: continue using wocky_stanza_get_ functionsJonny Lamb1-1/+1
2011-03-16meta-porter: use better callback names when using open_porter_if_necessaryJonny Lamb1-12/+13
2011-03-16meta-porter: use wocky_stanza_get_fromJonny Lamb1-2/+1
2011-03-16meta-porter: change variable name to be a little less confusingJonny Lamb1-3/+3
2011-03-16meta-porter: make open_porter_if_necessary take a async result and user dataJonny Lamb1-25/+26
2011-03-16meta-porter: don't leak and report more errors when setting up the loopback p...Jonny Lamb1-4/+16
2011-03-16meta-porter: remove NewConnectionDataJonny Lamb1-27/+20
2011-03-16meta-porter: refactor duplicated code into another functionJonny Lamb1-10/+12