summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-22connector-test: avoid using system-wide CAsWill Thompson1-0/+4
2013-01-22TLSHandler: improve documentation.Will Thompson1-8/+29
2013-01-22examples: add --ignore-ssl-errorsWill Thompson2-6/+52
2013-01-22TLSHandler: add API to forget all CA pathsWill Thompson2-0/+19
2013-01-22Find and use a sensible default CA certificate pathWill Thompson2-11/+48
2013-01-22dump-certificates: remove "bye, bye" from outputWill Thompson1-1/+0
2013-01-22TLSConnector, TLSHandler: don't ignore SSL errors by defaultWill Thompson2-2/+2
2013-01-18Improve wocky_{decode,compose}_jid documentationWill Thompson1-14/+16
2013-01-16Fix filenames in jingle headers to include wocky- prefixWill Thompson18-18/+18
2013-01-16Replace more references to Gabble in Jingle code.Will Thompson5-10/+11
2013-01-16Add Jingle headers to wocky.hWill Thompson20-7/+57
2013-01-16Prefix jingle-related files with wocky-Will Thompson23-81/+81
2013-01-15Document ::new-candidates, ::remote-media-description and othersWill Thompson2-0/+35
2013-01-14jingle-transport-google: remove redundant media-type lookupWill Thompson1-3/+0
2013-01-14Add missing G_END_DECLS to Jingle headersWill Thompson6-0/+12
2013-01-14Document JingleMediaDescription and JingleReasonWill Thompson2-0/+31
2013-01-11Document ::terminated, _terminate() and JingleStateWill Thompson2-1/+53
2013-01-10Document wocky_jingle_session_accept()Will Thompson1-0/+14
2013-01-10Enable jingle_media_rtp_set_local_media_description docstringWill Thompson1-1/+2
2013-01-09jingle: document some methodsWill Thompson2-3/+35
2013-01-08jingle-session: remove vestigial GabbleMediaSessionMode enumWill Thompson1-6/+0
2013-01-08Document WOCKY_NODE_LANGUAGEWill Thompson1-0/+1
2013-01-08docs: include jingle stuffWill Thompson1-0/+11
2013-01-08docs: fix including enumtype documentation.Will Thompson1-9/+1
2013-01-08Improve some Jingle docstrings.Will Thompson3-1/+41
2013-01-07JingleSession: only emit about-to-initiate onceWill Thompson1-2/+3
2012-12-20jingle-factory.h: remove stray semicolon.Will Thompson1-1/+1
2012-12-20Install jingle-types.hWill Thompson1-0/+1
2012-12-13Add optional libsoup dependency for google:relayWill Thompson2-0/+16
2012-12-13Add Jingle code to build; tweak till it buildsWill Thompson11-106/+120
2012-12-13Import Gabble's Jingle code.Will Thompson22-0/+10119
2012-12-13Add a debug flag for Jingle stuff.Will Thompson2-0/+2
2012-12-13Add namespaces used by the Jingle code.Will Thompson1-0/+50
2012-12-13debug: add DEBUG_NODE()Will Thompson2-4/+39
2012-12-13Add a pkg-config file.Will Thompson5-1/+18
2012-12-12Include the enumtypes header in wocky.hWill Thompson1-0/+1
2012-12-12Simplify generating GEnums/GFlagsWill Thompson10-45/+36
2012-12-06Make wocky_node_{add,prepend}_node_tree return the nodeWill Thompson3-9/+20
2012-12-06Add wocky_node_iter_remove()Will Thompson3-1/+65
2012-12-05tests: sort the MakefileWill Thompson1-133/+131
2012-11-23connector: simplify including state in debug messagesWill Thompson1-21/+13
2012-11-21wocky_auth_registry_has_mechanism: simplify!Will Thompson1-5/+1
2012-11-21wocky_auth_registry_has_mechanism: fix coding styleWill Thompson1-1/+4
2012-11-21Don't put const before G*List, it does not make senseOlivier CrĂȘte7-18/+18
2012-11-21Merge branch 'wildcarded-certificate-check'Will Thompson26-112/+1316
2012-11-21gnutls: explain why wildcard verification is neededWill Thompson1-4/+6
2012-11-21gnutls: simplify wildcard validationWill Thompson1-20/+6
2012-11-21openssl: make wildcard handling more obviously rightWill Thompson1-12/+15
2012-11-21openssl: don't reimplement g_ascii_strcasecmpWill Thompson1-15/+3
2012-11-16C2SPorter: validate JIDs to match sooner.Will Thompson1-21/+31