summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* OpenSSL: squash GCC 4.6 -Wunused-but-set-variable warningsgabble-0.12Will Thompson2011-09-021-7/+4
* ll-connector: remove set but unused variableJonny Lamb2011-09-021-3/+0
* openssl: maintain compatibility with OpenSSL < 1.0 tooMarco Barisione2011-09-021-5/+11
* Use GQueue instead of GList* for queueable_stanza_patternSiraj Razick2011-08-051-11/+6
* Avoid filtering all PEP messagesSiraj Razick2011-08-051-10/+24
* s/WockyTestSTreamReadMode/WockyTestStreamReadMode/Sjoerd Simons2011-07-272-4/+4
* Rename the tls test from /openssl to /tls to avoid confusionSjoerd Simons2011-07-271-2/+2
* Make the tls test send a big chunk of dataSjoerd Simons2011-07-271-11/+47
* Add an incomplete write mode to the test-streamSjoerd Simons2011-07-273-4/+34
* Always write out all data gnutls requestedSjoerd Simons2011-07-271-4/+37
* MUC: allow own presence to be passed to other handlersWill Thompson2011-06-021-1/+2
* meta-porter: use a union to avoid strict aliasing problemsJonny Lamb2011-04-071-13/+18
* Save const returns in const variablesSjoerd Simons2011-04-071-2/+2
* meta-porter: add a FIXME for the v6-in-v4 functionsJonny Lamb2011-04-071-0/+2
* c2s-porter: don't blindly disconnect the IQ handler cancellableJonny Lamb2011-04-071-1/+4
* meta-porter: hack around v6-in-v4 addresses being exposedJonny Lamb2011-04-061-2/+52
* meta-porter: disconnect porter signal handlers before trying to close itJonny Lamb2011-04-061-0/+6
* meta-porter: clean up porter closing callbacksJonny Lamb2011-04-061-23/+22
* contact-factory: weak unref an existing LL contact if we're replacing itJonny Lamb2011-04-061-7/+14
* meta-porter: don't start multiple timeouts for freeing the PorterDataJonny Lamb2011-04-051-0/+5
* contact-factory: don't dup a string twice when once will doJonny Lamb2011-04-051-1/+1
* gitignore: ignore more emacs rubbishJonny Lamb2011-04-051-0/+1
* meta-porter: don't assert if we have another connectionJonny Lamb2011-04-011-3/+14
* meta-porter: stamp on a from contact for IQ replies tooJonny Lamb2011-04-011-1/+4
* meta-porter: also connect to WockyC2SPorter::remote-errorJonny Lamb2011-04-011-0/+13
* Merge branch 'meta-fixes'Jonny Lamb2011-03-313-14/+46
|\
| * meta-porter: unref async result after calling a method on the source objectJonny Lamb2011-03-311-1/+3
| * meta-porter: store the contact JID on the actual C2S porter objectJonny Lamb2011-03-311-0/+15
| * meta-porter: use g_clear_errorJonny Lamb2011-03-311-2/+1
| * meta-porter: close a porter properly before disposing itJonny Lamb2011-03-311-1/+4
| * meta-porter: keep a ref on self during connecting a connectionJonny Lamb2011-03-311-2/+5
| * meta-porter: also debug what IP a new connection is fromJonny Lamb2011-03-311-3/+11
| * meta-porter: unref async result after calling a method on the source objectJonny Lamb2011-03-311-1/+4
| * meta-porter: get the property name for the socket connection rightJonny Lamb2011-03-311-1/+1
| * ll-connector: remove unnecessary unrefs of selfJonny Lamb2011-03-311-3/+0
| * contact-factory: ensure we don't get a NULL when ensuring a LL contactJonny Lamb2011-03-311-0/+2
* | stanza: add wocky_stanza_copyJonny Lamb2011-03-313-0/+50
|/
* Merge branch 'whitespace-only-bodies'Will Thompson2011-03-292-10/+56
|\
| * Morse and Lewis were Oxfordshire police.Will Thompson2011-03-291-2/+4
| * Add a regression test for whitespace-only bodies.Will Thompson2011-03-031-0/+54
| * WockyXmppReader: Don't drop whitespace-only contentsWill Thompson2011-03-031-10/+0
* | MUC: remove content-free headers and unused returnsWill Thompson2011-03-291-23/+2
* | ll-connector: check the cancellable for !NULL before unreffing itJonny Lamb2011-03-251-2/+5
* | ll-connector: free the async result before the connector itselfJonny Lamb2011-03-251-5/+13
* | Hold off on depending on gio 2.28 just for one function.Stef Walter2011-03-235-29/+27
* | pubsub-helpers: add make_event_stanza helper functionJonny Lamb2011-03-232-0/+55
* | examples: use wocky_session_new_with_connectionJonny Lamb2011-03-222-2/+2
* | Merge branch 'meta-porter'Jonny Lamb2011-03-2235-31/+4337
|\ \
| * | meta-porter: ensure the ClosePorter closure if freed even if there are none t...Jonny Lamb2011-03-221-1/+8
| * | meta-porter: fix tallying up calls to the close_async functionJonny Lamb2011-03-221-9/+8