summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-07meta-porter: use a union to avoid strict aliasing problemsHEADmasterJonny Lamb1-13/+18
2011-04-07Save const returns in const variablesSjoerd Simons1-2/+2
2011-04-07meta-porter: add a FIXME for the v6-in-v4 functionsJonny Lamb1-0/+2
2011-04-07c2s-porter: don't blindly disconnect the IQ handler cancellableJonny Lamb1-1/+4
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-06contact-factory: weak unref an existing LL contact if we're replacing itJonny Lamb1-7/+14
2011-04-05meta-porter: don't start multiple timeouts for freeing the PorterDataJonny Lamb1-0/+5
2011-04-05contact-factory: don't dup a string twice when once will doJonny Lamb1-1/+1
2011-04-05gitignore: ignore more emacs rubbishJonny Lamb1-0/+1
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-31Merge branch 'meta-fixes'Jonny Lamb3-14/+46
2011-03-31stanza: add wocky_stanza_copyJonny Lamb3-0/+50
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-31ll-connector: remove unnecessary unrefs of selfJonny Lamb1-3/+0
2011-03-31contact-factory: ensure we don't get a NULL when ensuring a LL contactJonny Lamb1-0/+2
2011-03-29Merge branch 'whitespace-only-bodies'Will Thompson2-10/+56
2011-03-29Morse and Lewis were Oxfordshire police.Will Thompson1-2/+4
2011-03-29MUC: remove content-free headers and unused returnsWill Thompson1-23/+2
2011-03-25ll-connector: check the cancellable for !NULL before unreffing itJonny Lamb1-2/+5
2011-03-25ll-connector: free the async result before the connector itselfJonny Lamb1-5/+13
2011-03-23Hold off on depending on gio 2.28 just for one function.Stef Walter5-29/+27
2011-03-23pubsub-helpers: add make_event_stanza helper functionJonny Lamb2-0/+55
2011-03-22examples: use wocky_session_new_with_connectionJonny Lamb2-2/+2
2011-03-22Merge branch 'meta-porter'Jonny Lamb35-31/+4337
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-22configure: depend on gio >= 2.28Jonny Lamb2-2/+2
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-18SaslAuth: fix a wrong variable name (it's "sasl", not "self")Marco Barisione1-1/+1
2011-03-18SaslAuth: Don't process stanzas received after disconnectionMarco Barisione1-0/+9
2011-03-17Merge branch 'examples'Will Thompson10-457/+536
2011-03-17examples: correctly publish 'chat' presenceWill Thompson1-1/+3
2011-03-17porter-test: remove stray g_print (G_STRFUNC)sWill Thompson1-4/+0
2011-03-17Connector: simplify building a debug stringWill Thompson1-3/+1