summaryrefslogtreecommitdiff
path: root/src/bytestream-multiple.c
Commit message (Expand)AuthorAgeFilesLines
* bytestream_activate_next: assert that active_bytestream is not NULLGuillaume Desmottes2009-03-181-0/+3
* Merge branch 'master' into socks5Guillaume Desmottes2009-03-031-0/+23
|\
| * bytestream-multiple: implement block_readingGuillaume Desmottes2009-03-031-0/+23
* | Merge branch 'master' into socks5Guillaume Desmottes2009-03-031-0/+13
|\ \ | |/
| * bytestream-multiple: forward write-blocked signalGuillaume Desmottes2009-03-031-0/+13
* | pass self_jid to gabble_bytestream_factory_create_from_methodGuillaume Desmottes2009-02-251-1/+2
* | bytestream-multiple: add self-jid propertyGuillaume Desmottes2009-02-251-0/+21
|/
* Don't define things as const that aren'tSjoerd Simons2009-01-071-1/+1
* Don't free a GList using g_slist_freeSjoerd Simons2009-01-071-1/+1
* gabble_bytestream_multiple_finalize: free the fallback_stream_methods list if...Guillaume Desmottes2008-12-191-0/+5
* bytestream_activate_next: free the stream methodGuillaume Desmottes2008-12-181-0/+2
* bytestream_activate_next: use g_list_delete_link instead of g_list_remove_lin...Guillaume Desmottes2008-12-181-1/+1
* bytestream-multiple: signals are not defined in bytestream-ifaceGuillaume Desmottes2008-12-181-40/+2
* replace gabble_bytestream_multiple_count_stream_method by gabble_bytestream_m...Guillaume Desmottes2008-12-111-3/+6
* bytestream_connection_error_cb: assert the state of the bytestreamGuillaume Desmottes2008-12-111-0/+3
* coding style fixesGuillaume Desmottes2008-12-111-3/+3
* _GabbleBytestreamMultiplePrivate: improve fallback_stream_methods descriptionGuillaume Desmottes2008-12-111-1/+1
* rename gabble_bytestream_multiple_nb_stream_method to gabble_bytestream_multi...Guillaume Desmottes2008-12-111-1/+1
* gabble_bytestream_multiple_dispose: don't unref factory as we don't have a re...Guillaume Desmottes2008-12-101-3/+0
* add gabble_bytestream_multiple_nb_stream_methodGuillaume Desmottes2008-12-101-0/+9
* Improve some comments for corner casesMarco Barisione2008-12-071-2/+2
* Remove a trailing spaceMarco Barisione2008-12-071-1/+1
* Rename gabble_bytestream_multiple_add_bytestream() to _add_stream_method()Marco Barisione2008-12-071-3/+2
* Remove some leftover code to handle a removed propertyMarco Barisione2008-12-071-4/+0
* Split some long linesMarco Barisione2008-12-071-11/+22
* Remove the close-on-connection-error crackMarco Barisione2008-12-071-14/+0
* Implement a different and saner way to have SI fallbackMarco Barisione2008-12-071-113/+128
* Be sure to always close the active bytestream and not just the first oneMarco Barisione2008-11-211-14/+31
* Implement SI fallbackMarco Barisione2008-11-191-0/+604