summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-04Add ID paramater to stream open methods (needed for server stream open)Vivek Dasmohapatra11-16/+29
2009-08-04Store and return the XMPP Stream Session IDVivek Dasmohapatra12-31/+121
2009-07-29stanza_received_cb: unref ourself at the end of the functionGuillaume Desmottes1-1/+2
2009-07-29wocky_porter_force_close_async: add a comment explaining why it's safe to rel...Guillaume Desmottes1-0/+2
2009-07-29wocky_porter_force_close_async: unref ourself once the async result has been ...Guillaume Desmottes1-0/+2
2009-07-29connection_force_close_cb: unref the receive_cancellable once the connection ...Guillaume Desmottes1-0/+6
2009-07-29wocky-porter-test: add test_close_force_after_errorGuillaume Desmottes1-0/+56
2009-07-29test_close_force: we have to wait for 3 events, not 2Guillaume Desmottes1-1/+1
2009-07-22wocky_porter_force_close_async: close XMPP connection right away if remote is...Guillaume Desmottes1-0/+9
2009-07-22wocky-porter-test: test to call force_close in the remote-error callbackGuillaume Desmottes1-2/+19
2009-07-22stanza_received_cb: complete the force close operation, if any, if handling t...Guillaume Desmottes1-0/+8
2009-07-22wocky_porter_close_async: raise an error if there is a force close operation ...Guillaume Desmottes1-0/+8
2009-07-22wocky-porter: add some debug messagesGuillaume Desmottes1-0/+9
2009-07-22test wocky_porter_force_close_asyncGuillaume Desmottes1-0/+85
2009-07-22add wocky_porter_force_close_asyncGuillaume Desmottes2-4/+150
2009-07-22test wocky_xmpp_connection_force_close_asyncGuillaume Desmottes1-0/+41
2009-07-22add wocky_xmpp_connection_force_close_asyncGuillaume Desmottes2-0/+74
2009-07-22wocky-connector: xmpp_features_cb: don't leak our previous reference on priv-...Guillaume Desmottes1-0/+2
2009-07-21wocky-connector: use WockyXmppStreamError errors instead of a generic oneGuillaume Desmottes3-7/+6
2009-07-21wocky-connector: factor out abort_connectGuillaume Desmottes1-11/+19
2009-07-20wocky_xmpp_stanza_to_gerror: set a default message if there is no text nodeGuillaume Desmottes2-3/+3
2009-07-20stanza_received_cb: don't wait for the next stanza if an error has been detec...Guillaume Desmottes1-2/+6
2009-07-20wocky-porter-test.c: add test_stream_errorGuillaume Desmottes1-0/+52
2009-07-20wocky-porter: fire the remote-error signal when a stream error is receivedGuillaume Desmottes1-0/+24
2009-07-20wocky-porter: factor out remote_connection_closed functionGuillaume Desmottes1-34/+56
2009-07-20wocky-connector: stream_error_abort: use wocky_xmpp_stanza_to_gerror instead ...Guillaume Desmottes1-33/+9
2009-07-20test wocky_xmpp_stanza_to_gerrorGuillaume Desmottes1-0/+75
2009-07-20add wocky_xmpp_stanza_to_gerrorGuillaume Desmottes2-0/+122
2009-07-20iq_sent_cb: remove useless \n in debug messageGuillaume Desmottes1-1/+1
2009-07-20Removed extra / in resource string.Vivek Dasmohapatra1-1/+1
2009-07-20Elided unnecessary includes (added for stream error support, now elsewhere)Vivek Dasmohapatra1-2/+0
2009-07-20WockyConnectorPrivate->result was overwritten while potentially unsafeVivek Dasmohapatra1-13/+15
2009-07-20Handle stream errors/disconnects in the sasl module.Vivek Dasmohapatra2-1/+58
2009-07-20Extend test coverage to a few more corner cases.Vivek Dasmohapatra3-33/+59
2009-07-20Ignore valgrind log filesVivek Dasmohapatra1-0/+1
2009-07-20set the encoding on coverage html reports to UTF-8 (hardwired in lcov,Vivek Dasmohapatra1-0/+2
2009-07-20Handle XMPP stream errors in the connector.Vivek Dasmohapatra5-2/+114
2009-07-20Implement XMPP errors at the various stages where we receive a stanza.Vivek Dasmohapatra2-7/+60
2009-07-17wocky-porter-test: check that the 'closing' signal is firedGuillaume Desmottes1-1/+12
2009-07-17wocky-porter.c: fire closing signal when starting to close the PorterGuillaume Desmottes1-0/+9
2009-07-16add test_cancel_iq_closingGuillaume Desmottes1-0/+33
2009-07-16wocky_porter_send_iq_async: early return if the porter is closingGuillaume Desmottes1-0/+9
2009-07-16iq_sent_cb: display a debug message if sending failedGuillaume Desmottes1-0/+1
2009-07-15wocky-connector.c: establish_session: set priv->result to NULL before unreffingGuillaume Desmottes1-1/+3
2009-07-15wocky-porter-test: add test_close_errorGuillaume Desmottes1-0/+49
2009-07-15stanza_received_cb: complete the close operation if our sent has been sent an...Guillaume Desmottes1-0/+9
2009-07-15wocky_test_input_stream_set_read_error: if there is a pending read operation,...Guillaume Desmottes1-2/+11
2009-07-15NULL out priv members after unref()ing them.Vivek Dasmohapatra1-0/+4
2009-07-14Missing _unref()s of simple async results.Vivek Dasmohapatra1-1/+5
2009-07-14priv->conn should never be set if we ask for a new one.Vivek Dasmohapatra1-1/+4