summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2011-03-31stanza: add wocky_stanza_copyJonny Lamb1-0/+34
2011-03-29Merge branch 'whitespace-only-bodies'Will Thompson1-0/+56
2011-03-29Morse and Lewis were Oxfordshire police.Will Thompson1-2/+4
2011-03-22Merge branch 'meta-porter'Jonny Lamb7-9/+207
2011-03-17porter-test: remove stray g_print (G_STRFUNC)sWill Thompson1-4/+0
2011-03-17Porter: test sending from send_async() callback.Will Thompson1-0/+103
2011-03-17Add a test case for closing a porter from a send_async callbackWill Thompson1-0/+68
2011-03-14loopback-connection: rename to loopback-streamJonny Lamb1-2/+2
2011-03-10Merge remote-tracking branch 'stefw/error-always-specialized-node'Will Thompson1-17/+208
2011-03-10Refine behavior of wocky_xmpp_error_extract() for specialized errors.Stef Walter1-6/+62
2011-03-10Fix memory leak in tests.Stef Walter1-0/+2
2011-03-10Split up the XMPP stanza tests, so each test tests one thing.Stef Walter1-11/+144
2011-03-07tests: add a simple test for the loopback connectionJonny Lamb2-0/+198
2011-03-07Add wocky_porter_send_iq_gerror()Will Thompson1-0/+95
2011-03-07Add wocky_porter_send_iq_error()Will Thompson1-4/+130
2011-03-03Add a regression test for whitespace-only bodies.Will Thompson1-0/+54
2011-03-03wocky_stanza_build_iq_error(): include query.Will Thompson2-16/+3
2011-03-03Rename send-iq-error test to error-while-sending-iqWill Thompson1-2/+3
2011-03-03stanza-test: fix error structure.Will Thompson1-8/+8
2011-03-03Add wocky_porter_acknowledge_iq()Will Thompson1-0/+149
2011-03-01XmppReader: don't crash on <stream:stream lang='foo'...>Will Thompson1-0/+26
2011-03-01session: rename new to new_with_connectionJonny Lamb5-9/+9
2011-03-01porter: move from_server register variant to c2s porterJonny Lamb1-1/+2
2011-02-28porter: turn the porter into an interface and implement it in a C2S porterJonny Lamb1-2/+2
2011-02-16Porter: make sender matching for handlers explicit.Will Thompson6-107/+263
2011-02-16Porter: fix matching handlers from JIDs sans node partWill Thompson1-0/+59
2010-11-30connector-test: fix a typo of 'sasl'Will Thompson1-1/+1
2010-10-25Ping test: reduce the number of pings sent and time waitedWill Thompson1-3/+3
2010-10-25Heartbeat: handle max_interval = 0Will Thompson1-1/+31
2010-10-20Test sending a stanza just before destroying porter.Will Thompson1-0/+49
2010-10-20OpenSSL: report hostname mismatch over other errors.Will Thompson1-0/+18
2010-10-20TestConnectorServer: use '*' in a _build() callWill Thompson1-3/+1
2010-10-20Use wocky_stanza_get_{from,to}Will Thompson2-4/+2
2010-10-14Merge branch 'wocky-0.10'Nicolas Dufresne2-0/+400
2010-10-14Use G_N_ELEMENT to get array sizeNicolas Dufresne1-1/+1
2010-10-14Avoid magic numbers implementing str_has_prefix_case()Nicolas Dufresne1-3/+10
2010-10-14Use g_assert_cmpstr() for better outputNicolas Dufresne1-5/+4
2010-10-14Use g_assert_cmpuint for better outputNicolas Dufresne1-5/+5
2010-10-13More style fix when doing if on pointersNicolas Dufresne2-2/+2
2010-10-13Fix coding style error introduced in leak fixesNicolas Dufresne2-5/+5
2010-10-13Don't leak errors in TLS testsNicolas Dufresne1-2/+6
2010-10-13Only ref the cancellable if a callback is providedNicolas Dufresne1-5/+7
2010-10-13Don't leak GSocketNicolas Dufresne1-0/+1
2010-10-13Don't leak errorsNicolas Dufresne1-4/+4
2010-10-13Don't leak SASLServer by overwriting itNicolas Dufresne1-2/+3
2010-10-13Don't leak TLSSessionNicolas Dufresne1-0/+4
2010-10-13Don't leak TLSConnectionNicolas Dufresne1-4/+5
2010-10-13Don't leak error in test resolverNicolas Dufresne1-33/+31
2010-10-13Keep GCancellable alive during the async callsNicolas Dufresne2-3/+27
2010-10-08Add explicit _stop() to test SASL auth serverNicolas Dufresne3-5/+28