summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-02OpenSSL: squash GCC 4.6 -Wunused-but-set-variable warningsgabble-0.12Will Thompson1-7/+4
2011-09-02ll-connector: remove set but unused variableJonny Lamb1-3/+0
2011-09-02openssl: maintain compatibility with OpenSSL < 1.0 tooMarco Barisione1-5/+11
2011-08-05Use GQueue instead of GList* for queueable_stanza_patternSiraj Razick1-11/+6
2011-08-05Avoid filtering all PEP messagesSiraj Razick1-10/+24
2011-07-27s/WockyTestSTreamReadMode/WockyTestStreamReadMode/Sjoerd Simons2-4/+4
2011-07-27Rename the tls test from /openssl to /tls to avoid confusionSjoerd Simons1-2/+2
2011-07-27Make the tls test send a big chunk of dataSjoerd Simons1-11/+47
2011-07-27Add an incomplete write mode to the test-streamSjoerd Simons3-4/+34
2011-07-27Always write out all data gnutls requestedSjoerd Simons1-4/+37
2011-06-02MUC: allow own presence to be passed to other handlersWill Thompson1-1/+2
2011-04-07meta-porter: use a union to avoid strict aliasing problemsJonny 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