summaryrefslogtreecommitdiff
path: root/src/bytestream-multiple.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Use meta-headers for everythingSimon McVittie1-1/+3
2012-05-10Stop using tp_handle_ref/unrefXavier Claessens1-6/+0
2012-01-31Replace trivial uses of lm_message_node_get_child_with_namespaceWill Thompson1-1/+1
2012-01-27Remove vestigial Loudmouth headers and build systemWill Thompson1-1/+0
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-1/+1
2012-01-26Expunge lm_message_ref and lm_message_unref.Will Thompson1-1/+1
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-1/+1
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-1/+2
2009-03-18bytestream_activate_next: assert that active_bytestream is not NULLGuillaume Desmottes1-0/+3
2009-03-03Merge branch 'master' into socks5Guillaume Desmottes1-0/+23
2009-03-03bytestream-multiple: implement block_readingGuillaume Desmottes1-0/+23
2009-03-03Merge branch 'master' into socks5Guillaume Desmottes1-0/+13
2009-03-03bytestream-multiple: forward write-blocked signalGuillaume Desmottes1-0/+13
2009-02-25pass self_jid to gabble_bytestream_factory_create_from_methodGuillaume Desmottes1-1/+2
2009-02-25bytestream-multiple: add self-jid propertyGuillaume Desmottes1-0/+21
2009-01-07Don't define things as const that aren'tSjoerd Simons1-1/+1
2009-01-07Don't free a GList using g_slist_freeSjoerd Simons1-1/+1
2008-12-19gabble_bytestream_multiple_finalize: free the fallback_stream_methods list if...Guillaume Desmottes1-0/+5
2008-12-18bytestream_activate_next: free the stream methodGuillaume Desmottes1-0/+2
2008-12-18bytestream_activate_next: use g_list_delete_link instead of g_list_remove_lin...Guillaume Desmottes1-1/+1
2008-12-18bytestream-multiple: signals are not defined in bytestream-ifaceGuillaume Desmottes1-40/+2
2008-12-11replace gabble_bytestream_multiple_count_stream_method by gabble_bytestream_m...Guillaume Desmottes1-3/+6
2008-12-11bytestream_connection_error_cb: assert the state of the bytestreamGuillaume Desmottes1-0/+3
2008-12-11coding style fixesGuillaume Desmottes1-3/+3
2008-12-11_GabbleBytestreamMultiplePrivate: improve fallback_stream_methods descriptionGuillaume Desmottes1-1/+1
2008-12-11rename gabble_bytestream_multiple_nb_stream_method to gabble_bytestream_multi...Guillaume Desmottes1-1/+1
2008-12-10gabble_bytestream_multiple_dispose: don't unref factory as we don't have a re...Guillaume Desmottes1-3/+0
2008-12-10add gabble_bytestream_multiple_nb_stream_methodGuillaume Desmottes1-0/+9
2008-12-07Improve some comments for corner casesMarco Barisione1-2/+2
2008-12-07Remove a trailing spaceMarco Barisione1-1/+1
2008-12-07Rename gabble_bytestream_multiple_add_bytestream() to _add_stream_method()Marco Barisione1-3/+2
2008-12-07Remove some leftover code to handle a removed propertyMarco Barisione1-4/+0
2008-12-07Split some long linesMarco Barisione1-11/+22
2008-12-07Remove the close-on-connection-error crackMarco Barisione1-14/+0
2008-12-07Implement a different and saner way to have SI fallbackMarco Barisione1-113/+128
2008-11-21Be sure to always close the active bytestream and not just the first oneMarco Barisione1-14/+31
2008-11-19Implement SI fallbackMarco Barisione1-0/+604