summaryrefslogtreecommitdiff
path: root/wocky/wocky-xmpp-connection.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-08xmpp-connection: fix name of argument in gtk-docJonny Lamb1-1/+1
2010-10-13Keep GCancellable alive during the async callsNicolas Dufresne1-5/+42
2010-10-04GSimpleAsyncResult source tags should be _asyncNicolas Dufresne1-12/+12
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-9/+9
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-29/+27
2010-04-06Merge branch 'oleavr-windows'Simon McVittie1-2/+9
2010-03-30Remove g_error_free after g_propagate_error.Youness Alaoui1-1/+0
2010-03-23In the files touched by Ole Andre's patch, put headers in the preferred orderSimon McVittie1-4/+6
2010-03-23Don't include unistd.h unless availableOle André Vadla Ravnås1-0/+5
2010-03-09Misc doc fixes.Simon McVittie1-3/+3
2010-03-03Correct typos detected by Lintian (separate, received)Simon McVittie1-1/+1
2010-02-25Fix various minor gtk-doc nitsSimon McVittie1-1/+1
2009-11-24warn if there are outstanding input or output operations when disposingSjoerd Simons1-0/+3
2009-08-26wocky-xmpp-connection: add missing arg in the doc of some functionsGuillaume Desmottes1-0/+3
2009-08-04Add ID paramater to stream open methods (needed for server stream open)Vivek Dasmohapatra1-1/+2
2009-08-04Store and return the XMPP Stream Session IDVivek Dasmohapatra1-1/+7
2009-07-22add wocky_xmpp_connection_force_close_asyncGuillaume Desmottes1-0/+64
2009-07-20Elided unnecessary includes (added for stream error support, now elsewhere)Vivek Dasmohapatra1-2/+0
2009-07-20Handle XMPP stream errors in the connector.Vivek Dasmohapatra1-0/+2
2009-07-01use input_is_closed function instead of the priv->input_closed variableGuillaume Desmottes1-10/+11
2009-06-30wocky_xmpp_connection_recv_stanza_async: succeed immediately if there is alre...Guillaume Desmottes1-0/+12
2009-06-12use G_IO_ERROR_PENDING instead of WOCKY_XMPP_CONNECTION_ERROR_PENDINGGuillaume Desmottes1-10/+5
2009-05-15Mark the input stream as closed when the reader is in CLOSED or ERROR stateSjoerd Simons1-0/+5
2009-05-15Remove useles empty lineSjoerd Simons1-1/+0
2009-05-15Implement WOCKY_XMPP_CONNECTION_ERROR_{IS_CLOSED,IS_OPEN} error reportingSjoerd Simons1-65/+148
2009-05-15Implement reporting of WOCKY_XMPP_CONNECTION_ERROR_NOT_OPENSjoerd Simons1-2/+29
2009-05-15On write errors use the correct AsyncResultSjoerd Simons1-2/+2
2009-05-15get_{input,output}_stream no longer return refsSjoerd Simons1-4/+0
2009-04-28Implementing WockyXmppConnection pending error reportingSjoerd Simons1-0/+45
2009-04-28First propagate errors, then assert validitySjoerd Simons1-16/+16
2009-04-28Get rid of the WockyXmppConnectionFlagsSjoerd Simons1-17/+33
2009-04-27Fixed documentation style issuesSjoerd Simons1-43/+44
2009-04-27Initial documentation for WockyXmppConnectionSjoerd Simons1-1/+164
2009-04-27Remove the useless constructor override in WockyXmppConnectionSjoerd Simons1-19/+3
2009-04-24Fix some coding style issuesSjoerd Simons1-3/+2
2009-04-23Correct wocky_xmpp_connection_recv_open_finish prototypeSjoerd Simons1-4/+4
2009-04-23Add _reset function to WockyXmppConnectionSjoerd Simons1-0/+14
2009-04-23Rename wocky_xmpp_connection_send_stanza_async_finish to wocky_xmpp_connectio...Sjoerd Simons1-4/+4
2009-04-23Implement reading side of WockyXmppConnectionSjoerd Simons1-10/+161
2009-04-23Implemented the reading side of WockyXmppConnectionSjoerd Simons1-219/+171
2009-04-23Add a WockyXmppConnection error domain and various codesSjoerd Simons1-0/+18
2009-04-23Redo the XmppConnection API in a more push/pull mannerSjoerd Simons1-48/+169
2009-04-13Write the close tag to the output stream as wellSjoerd Simons1-3/+2
2009-04-13Correctly pass version point to get_object_getSjoerd Simons1-1/+1
2009-04-13Correctly check connection status bitfieldSjoerd Simons1-1/+2
2009-04-13unref the input, output and cancel objects on disposeSjoerd Simons1-0/+13
2009-04-13rename the reader state enum to WOCKY_XMPP_READER_STATE_*Sjoerd Simons1-3/+3
2009-04-13Add support for opening streams with a default language setSjoerd Simons1-2/+2
2009-04-13Make the WockyXmppReader API more synchronousSjoerd Simons1-50/+35
2009-04-02Don't return errors from wocky_xmpp_write_stanzaSjoerd Simons1-5/+1