index
:
~smcv/wocky
gcryptless-43992
master
shareable-46417
Unnamed repository; edit this file 'description' to name the repository.
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-04
Add ID paramater to stream open methods (needed for server stream open)
Vivek Dasmohapatra
11
-16
/
+29
2009-08-04
Store and return the XMPP Stream Session ID
Vivek Dasmohapatra
12
-31
/
+121
2009-07-29
stanza_received_cb: unref ourself at the end of the function
Guillaume Desmottes
1
-1
/
+2
2009-07-29
wocky_porter_force_close_async: add a comment explaining why it's safe to rel...
Guillaume Desmottes
1
-0
/
+2
2009-07-29
wocky_porter_force_close_async: unref ourself once the async result has been ...
Guillaume Desmottes
1
-0
/
+2
2009-07-29
connection_force_close_cb: unref the receive_cancellable once the connection ...
Guillaume Desmottes
1
-0
/
+6
2009-07-29
wocky-porter-test: add test_close_force_after_error
Guillaume Desmottes
1
-0
/
+56
2009-07-29
test_close_force: we have to wait for 3 events, not 2
Guillaume Desmottes
1
-1
/
+1
2009-07-22
wocky_porter_force_close_async: close XMPP connection right away if remote is...
Guillaume Desmottes
1
-0
/
+9
2009-07-22
wocky-porter-test: test to call force_close in the remote-error callback
Guillaume Desmottes
1
-2
/
+19
2009-07-22
stanza_received_cb: complete the force close operation, if any, if handling t...
Guillaume Desmottes
1
-0
/
+8
2009-07-22
wocky_porter_close_async: raise an error if there is a force close operation ...
Guillaume Desmottes
1
-0
/
+8
2009-07-22
wocky-porter: add some debug messages
Guillaume Desmottes
1
-0
/
+9
2009-07-22
test wocky_porter_force_close_async
Guillaume Desmottes
1
-0
/
+85
2009-07-22
add wocky_porter_force_close_async
Guillaume Desmottes
2
-4
/
+150
2009-07-22
test wocky_xmpp_connection_force_close_async
Guillaume Desmottes
1
-0
/
+41
2009-07-22
add wocky_xmpp_connection_force_close_async
Guillaume Desmottes
2
-0
/
+74
2009-07-22
wocky-connector: xmpp_features_cb: don't leak our previous reference on priv-...
Guillaume Desmottes
1
-0
/
+2
2009-07-21
wocky-connector: use WockyXmppStreamError errors instead of a generic one
Guillaume Desmottes
3
-7
/
+6
2009-07-21
wocky-connector: factor out abort_connect
Guillaume Desmottes
1
-11
/
+19
2009-07-20
wocky_xmpp_stanza_to_gerror: set a default message if there is no text node
Guillaume Desmottes
2
-3
/
+3
2009-07-20
stanza_received_cb: don't wait for the next stanza if an error has been detec...
Guillaume Desmottes
1
-2
/
+6
2009-07-20
wocky-porter-test.c: add test_stream_error
Guillaume Desmottes
1
-0
/
+52
2009-07-20
wocky-porter: fire the remote-error signal when a stream error is received
Guillaume Desmottes
1
-0
/
+24
2009-07-20
wocky-porter: factor out remote_connection_closed function
Guillaume Desmottes
1
-34
/
+56
2009-07-20
wocky-connector: stream_error_abort: use wocky_xmpp_stanza_to_gerror instead ...
Guillaume Desmottes
1
-33
/
+9
2009-07-20
test wocky_xmpp_stanza_to_gerror
Guillaume Desmottes
1
-0
/
+75
2009-07-20
add wocky_xmpp_stanza_to_gerror
Guillaume Desmottes
2
-0
/
+122
2009-07-20
iq_sent_cb: remove useless \n in debug message
Guillaume Desmottes
1
-1
/
+1
2009-07-20
Removed extra / in resource string.
Vivek Dasmohapatra
1
-1
/
+1
2009-07-20
Elided unnecessary includes (added for stream error support, now elsewhere)
Vivek Dasmohapatra
1
-2
/
+0
2009-07-20
WockyConnectorPrivate->result was overwritten while potentially unsafe
Vivek Dasmohapatra
1
-13
/
+15
2009-07-20
Handle stream errors/disconnects in the sasl module.
Vivek Dasmohapatra
2
-1
/
+58
2009-07-20
Extend test coverage to a few more corner cases.
Vivek Dasmohapatra
3
-33
/
+59
2009-07-20
Ignore valgrind log files
Vivek Dasmohapatra
1
-0
/
+1
2009-07-20
set the encoding on coverage html reports to UTF-8 (hardwired in lcov,
Vivek Dasmohapatra
1
-0
/
+2
2009-07-20
Handle XMPP stream errors in the connector.
Vivek Dasmohapatra
5
-2
/
+114
2009-07-20
Implement XMPP errors at the various stages where we receive a stanza.
Vivek Dasmohapatra
2
-7
/
+60
2009-07-17
wocky-porter-test: check that the 'closing' signal is fired
Guillaume Desmottes
1
-1
/
+12
2009-07-17
wocky-porter.c: fire closing signal when starting to close the Porter
Guillaume Desmottes
1
-0
/
+9
2009-07-16
add test_cancel_iq_closing
Guillaume Desmottes
1
-0
/
+33
2009-07-16
wocky_porter_send_iq_async: early return if the porter is closing
Guillaume Desmottes
1
-0
/
+9
2009-07-16
iq_sent_cb: display a debug message if sending failed
Guillaume Desmottes
1
-0
/
+1
2009-07-15
wocky-connector.c: establish_session: set priv->result to NULL before unreffing
Guillaume Desmottes
1
-1
/
+3
2009-07-15
wocky-porter-test: add test_close_error
Guillaume Desmottes
1
-0
/
+49
2009-07-15
stanza_received_cb: complete the close operation if our sent has been sent an...
Guillaume Desmottes
1
-0
/
+9
2009-07-15
wocky_test_input_stream_set_read_error: if there is a pending read operation,...
Guillaume Desmottes
1
-2
/
+11
2009-07-15
NULL out priv members after unref()ing them.
Vivek Dasmohapatra
1
-0
/
+4
2009-07-14
Missing _unref()s of simple async results.
Vivek Dasmohapatra
1
-1
/
+5
2009-07-14
priv->conn should never be set if we ask for a new one.
Vivek Dasmohapatra
1
-1
/
+4
[next]