index
:
wocky
gabble-0.12
gabble-0.14
gabble-0.16
gabble-0.18
master
salut-0.8
Wocky XMPP library (mirrored from https://gitlab.freedesktop.org/telepathy/wocky)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-14
ifdef out the fakedns debugging, pretty sure it's working as advertised.
Vivek Dasmohapatra
1
-1
/
+9
2009-07-14
Duff header file entry removed.
Vivek Dasmohapatra
1
-1
/
+0
2009-07-14
Style & whitespace fixes.
Vivek Dasmohapatra
3
-12
/
+13
2009-07-14
Add new connector test suite (only first test so far)
Vivek Dasmohapatra
2
-1
/
+254
2009-07-14
More DEBUG statements.
Vivek Dasmohapatra
1
-8
/
+17
2009-07-14
Check some priv-> members for NULL before unrefing them.
Vivek Dasmohapatra
1
-6
/
+12
2009-07-14
Resolver class that lets us patch in fake SRV and A records for a domain
Vivek Dasmohapatra
2
-0
/
+393
2009-07-14
Check in test plan for connector.
Vivek Dasmohapatra
1
-0
/
+77
2009-07-14
Reference use of new test-connector-server code.
Vivek Dasmohapatra
1
-0
/
+103
2009-07-14
Implement a simplistic TLS/SASL capable server for use in tests.
Vivek Dasmohapatra
1
-26
/
+63
2009-07-14
1 arg per line in function signatures.
Vivek Dasmohapatra
2
-8
/
+19
2009-07-14
Style cleanups.
Vivek Dasmohapatra
2
-28
/
+69
2009-07-14
Finish modifying wocky-test-sasl-auth-server.c so that it can take
Vivek Dasmohapatra
3
-18
/
+27
2009-07-14
Begin modification of wocky-test-sasl-auth… et al to allow its
Vivek Dasmohapatra
3
-42
/
+73
2009-07-14
Renamed next_state to more descriptive xmpp_init, added comments describing
Vivek Dasmohapatra
1
-6
/
+10
2009-07-14
Dummy XMPP Server for Connector tests (not complete yet)
Vivek Dasmohapatra
3
-0
/
+384
2009-07-14
add test_close_simultanously
Guillaume Desmottes
1
-0
/
+54
2009-07-14
wocky-porter-test: add test_unref_when_closed
Guillaume Desmottes
1
-0
/
+40
2009-07-14
teardown_test: check if porters have already been unreffed
Guillaume Desmottes
1
-2
/
+4
2009-07-14
Test sending an reply to an IQ with no "to" attribute.
Jonny Lamb
1
-0
/
+24
2009-07-02
test_send_iq: test sending a reply without id
Guillaume Desmottes
1
-1
/
+8
2009-07-02
add test_send_iq_server
Guillaume Desmottes
1
-0
/
+88
2009-07-02
test_send_invalid_iq: sending an IQ without a recipient is actually valid
Guillaume Desmottes
1
-10
/
+0
2009-07-02
Add a test for parsing the vcard namespace
Sjoerd Simons
1
-0
/
+46
2009-07-02
Add some porter tests to test handling unset from attribute stanzas.
Jonny Lamb
1
-0
/
+72
2009-07-01
wocky_porter_send_iq_finish returns a reffed stanza
Guillaume Desmottes
1
-0
/
+1
2009-07-01
wocky-xmpp-connection-test: add test_recv_simple_message_in_one_chunk
Guillaume Desmottes
1
-0
/
+37
2009-06-29
Implement async writing to prevent race conditions
Sjoerd Simons
1
-21
/
+52
2009-06-29
test_cancel_sent_stanza_cancelled: wocky_porter_send_finish returns success i...
Guillaume Desmottes
1
-5
/
+3
2009-06-29
rename WockyXmppScheduler to WockyPorter
Guillaume Desmottes
4
-188
/
+188
2009-06-26
rename wocky_xmpp_scheduler_send_full_finish to wocky_xmpp_scheduler_send_finish
Guillaume Desmottes
1
-7
/
+7
2009-06-25
add test_send_invalid_iq
Guillaume Desmottes
1
-0
/
+68
2009-06-25
add test_handler_filter
Guillaume Desmottes
1
-0
/
+80
2009-06-25
handlers now return TRUE if they actually handled the stanza
Guillaume Desmottes
1
-14
/
+28
2009-06-25
test_send_iq: send an IQ without ID
Guillaume Desmottes
1
-1
/
+0
2009-06-25
test_send_iq: rely on the type of IQ instead of its id to check if we cancel ...
Guillaume Desmottes
1
-3
/
+6
2009-06-25
test that spoofed IQ replies are ignored
Guillaume Desmottes
1
-0
/
+8
2009-06-25
add test_send_iq_error
Guillaume Desmottes
1
-0
/
+45
2009-06-25
test_send_iq: test cancelling an already sent IQ
Guillaume Desmottes
1
-2
/
+41
2009-06-25
wocky_xmpp_scheduler_send_iq_async: use a GAsyncReadyCallback as reply callback
Guillaume Desmottes
1
-39
/
+9
2009-06-25
rename wocky_xmpp_scheduler_send_with_reply_async to wocky_xmpp_scheduler_sen...
Guillaume Desmottes
1
-11
/
+11
2009-06-25
test to cancel an IQ reply cb
Guillaume Desmottes
1
-1
/
+27
2009-06-25
add test_send_with_reply
Guillaume Desmottes
1
-0
/
+97
2009-06-25
add test_set_attribute
Guillaume Desmottes
1
-0
/
+32
2009-06-25
test_node_equal: remove useless parenthesis
Guillaume Desmottes
1
-3
/
+3
2009-06-25
fix typo in test name
Guillaume Desmottes
1
-1
/
+1
2009-06-24
test_cancel_sent_stanza_cancelled: don't leak the error
Guillaume Desmottes
1
-0
/
+1
2009-06-24
wocky-xmpp-scheduler-test: add test_writing_error
Guillaume Desmottes
1
-0
/
+43
2009-06-24
add wocky_test_output_stream_set_write_error to emulate writing errors
Guillaume Desmottes
2
-1
/
+22
2009-06-24
test wocky_xmpp_stanza_build_iq_error
Guillaume Desmottes
1
-0
/
+59
[next]