summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-30Ignore gtkdoc scanner.Will Thompson1-1/+2
2010-09-30OpenSSL: include error domain in debug, tooWill Thompson1-1/+2
2010-09-30OpenSSL: fix a debug format string.Will Thompson1-4/+5
2010-09-24Merge branch 'wocky-0.10'Will Thompson1-4/+2
2010-09-24Check return of wocky_xmpp_connection_send_stanza_finishWill Thompson1-4/+2
2010-09-23check if the result contains an error *before* g_simple_async_result_is_validGuillaume Desmottes1-6/+6
2010-09-23wocky_implement_finish_return_copy_pointer: return NULL and not FALSEGuillaume Desmottes1-1/+1
2010-09-23check if the result contains an error *before* g_simple_async_result_is_validGuillaume Desmottes1-6/+6
2010-09-23wocky_implement_finish_return_copy_pointer: return NULL and not FALSEGuillaume Desmottes1-1/+1
2010-09-22Explain why ignore_warning is there in the write_op implementationVivek Dasmohapatra1-2/+2
2010-09-21Don't retry indefinitely on failed OpenSSL writesVivek Dasmohapatra1-9/+31
2010-09-14Update examples and tests to new APIwocky-0.10.0Cosimo Cecchi4-6/+9
2010-09-14connector: use a GCancellable for async operationsCosimo Cecchi2-26/+77
2010-09-14sasl-auth: use the GCancellable if availableCosimo Cecchi1-4/+31
2010-09-14jabber-auth: use the GCancellable if it's availableCosimo Cecchi1-4/+13
2010-09-14tls-connector: add a GCancellable argumentCosimo Cecchi2-5/+30
2010-09-06Fix tests for chat.facebook.com workaround.Will Thompson1-3/+29
2010-09-06Remove redundant error-checking from connector test.Will Thompson1-12/+1
2010-09-06Trick the coding style checkerWill Thompson1-1/+1
2010-09-06Work around chat.facebook.com's broken SRV record.Will Thompson1-13/+34
2010-09-02Not having a CRL for a cert that advertises one is not necessarily an errorVivek Dasmohapatra1-1/+6
2010-08-30configure: add configure outputCosimo Cecchi1-0/+15
2010-08-30configure: always set the right value to $enable_coverageCosimo Cecchi1-3/+7
2010-08-30configure: always set the right value to $with_tlsCosimo Cecchi1-2/+2
2010-08-30configure: cleanup debug checksCosimo Cecchi1-7/+5
2010-08-25Pubsub: unleak calls to g_simple_async_result_get_source_object()Will Thompson2-1/+4
2010-08-19Update wocky-uninstalled.pc.in to match the previous out-of-tree build fixAdam Conrad1-1/+1
2010-08-19Fix out-of-tree builds for examples and tests with an explicit include to woc...Adam Conrad2-0/+3
2010-08-17Don't use a va_list twiceSjoerd Simons1-1/+2
2010-08-11Improve debugging output slightlySjoerd Simons2-7/+8
2010-08-11Use NORMAL instead of SECURE as the priority stringSjoerd Simons1-1/+1
2010-07-22Set the cert type to X509 when using OpenSSLCosimo Cecchi1-0/+3
2010-07-22Don't use the removed property in the test.Cosimo Cecchi1-4/+2
2010-07-22Remove an unused property.Cosimo Cecchi1-19/+0
2010-07-22Don't change error types for some errors.Cosimo Cecchi1-5/+18
2010-07-22Don't verify the peername when we're lenient.Cosimo Cecchi1-2/+5
2010-07-22Update tests to the new API.Cosimo Cecchi4-6/+12
2010-07-22Add a way to get certificates from the session.Cosimo Cecchi3-4/+99
2010-07-22Use WockyTLS[Handler, Module] in the connectorCosimo Cecchi2-332/+97
2010-07-22Add WockyTLSConnector.Cosimo Cecchi3-0/+524
2010-07-22Add WockyTLSHandler.Cosimo Cecchi3-0/+443
2010-07-22Add utility to print debug from varargs.Cosimo Cecchi2-6/+16
2010-07-16Merge branch 'coverity'Will Thompson4-11/+9
2010-07-16Don't leak if start_auth() fails.Will Thompson1-1/+1
2010-07-16Fix a NULL check in digest_md5_make_initial_responseWill Thompson1-1/+2
2010-07-16Simplify building resource binding stanzaWill Thompson1-5/+3
2010-07-16Remove unused Node variable.Will Thompson1-4/+3
2010-07-02Correct a typo in gtk-doc header.Cosimo Cecchi1-1/+1
2010-06-25Make the server salt a proper base64 stringSjoerd Simons1-6/+8
2010-06-25Properly initialze base64 state and saveSjoerd Simons1-2/+2