summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-23If configured with --enable-shared-suffix=*, install a shared libraryHEADmasterSimon McVittie2-0/+19
2012-02-23Use LIBADD properly, rather than putting libraries in LDFLAGSSimon McVittie1-2/+9
2012-02-21GNUTLS backend: don't use 0 as an error domainSimon McVittie4-34/+58
2012-02-06Namespace debug flags.Will Thompson38-89/+89
2012-02-06Merge branch 'headers'Will Thompson137-271/+535
2012-02-06Move some of pubsub-node-protected.h to internal.hWill Thompson5-19/+48
2012-02-06Include wocky-debug.h from wocky.hWill Thompson2-2/+3
2012-02-06Always define WockyDebugFlags and wocky_debug_set_flags()Will Thompson2-8/+6
2012-02-06Move most of debug.h to debug-internal.hWill Thompson40-101/+124
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson94-110/+268
2012-02-06Include foo-enumtypes.h from each foo.hWill Thompson19-12/+10
2012-02-06AuthHandler: add a bit of documentation.Will Thompson2-9/+69
2012-02-06Remove prototype for wocky_auth_handler_free()Will Thompson1-3/+0
2012-02-06docs: use @... not @VarargsWill Thompson5-9/+9
2012-02-01Merge remote-tracking branch 'siraj/mingw32-warn'Jonny Lamb2-9/+10
2012-02-01test-helper: give sched_close_cb a more debuggable assertionWill Thompson1-2/+6
2012-02-01porter-test: fix /handler-stanzaWill Thompson1-1/+2
2012-01-31C2SPorter: reply to unhandled IQ get/sets.Will Thompson2-5/+79
2012-01-31Merge branch '45400-pep-service-rummage-for-items'Will Thompson3-24/+94
2012-01-31Remove <gcrypt.h> and other remnants of gcryptSimon McVittie3-3/+2
2012-01-31Use g_getenv and g_strtoull instead of getenv and atoiSimon McVittie1-4/+4
2012-01-30PepService: update © years.Will Thompson2-2/+2
2012-01-30PepService::changed: pass <item> element to callbackWill Thompson2-16/+60
2012-01-30PepService: return <item> node from get()Will Thompson3-3/+29
2012-01-30PepService: use G_GNUC_WARN_UNUSED_RESULT as needed.Will Thompson1-3/+3
2012-01-26Fix warnings from wocky-connector-test.c under mingw32Siraj Razick1-2/+3
2012-01-26TLS: replace gsize and gssize with size_t and ssize_tSiraj Razick1-4/+4
2012-01-26TLS: Rename _stat variable to peer_cert_statusSiraj Razick1-3/+3
2012-01-26Fix coding style so the tests can passSimon McVittie1-1/+1
2012-01-02Build fixes for WindowsSiraj Razick4-5/+35
2011-12-16wocky_data_form_set_type: add default value and raw contentAlban Crequy1-1/+5
2011-12-14Use G_GINT64_FORMAT instead of %liXavier Claessens1-4/+4
2011-12-14Add tests/wocky-dummy-xmpp-server.c to build system and fix itXavier Claessens3-5/+24
2011-12-14Fix build warnings with glib 2.32Xavier Claessens3-0/+11
2011-12-14g_source_get_current_time() is replaced by g_source_get_time()Xavier Claessens2-31/+23
2011-12-13test: dataforms: add a test for bug fdo#43584Alban Crequy1-0/+47
2011-12-13dataforms: fix crash in add_field_to_node_using_default()Alban Crequy1-0/+31
2011-12-07wocky_data_form_set_string: fix documentationAlban Crequy1-3/+3
2011-11-29Merge branch 'invalid-character-test'Sjoerd Simons2-10/+123
2011-11-29Add a test for filtering non-character unicode codepointsSjoerd Simons1-0/+21
2011-11-29Ensure all data in a WockyNode is validated according to the rules in g_utf8_...Sjoerd Simons1-10/+102
2011-11-22Support building under Android, modified from an original patch by Derek ForemanAlvaro Soliverez3-1/+41
2011-11-18Use wocky_node_matches() in a couple of placesWill Thompson3-6/+3
2011-11-18Add wocky_node_matches{,_q}Will Thompson2-0/+59
2011-11-18meta-porter: emit ::sending when a child porter doesWill Thompson1-0/+17
2011-11-18Porter: add stanza being sent to ::sendingWill Thompson2-4/+6
2011-11-18Porter: support matching STANZA_TYPE_NONEWill Thompson4-24/+182
2011-11-16Also replace g_byte_array_free with g_byte_array_unrefXavier Claessens2-9/+9
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens12-29/+29
2011-11-16Add coding style check for g_hash_table_destroy and g_array_free usageXavier Claessens1-0/+13