summaryrefslogtreecommitdiff
path: root/src/tube-stream.c
Commit message (Expand)AuthorAgeFilesLines
...
* | tube-stream: remove connection signal that doesn't make senseGuillaume Desmottes2009-02-061-12/+0
* | salut_tube_stream_add_bytestream: fire NewConnection signal (new API)Guillaume Desmottes2009-02-061-0/+3
* | tube-stream: not initiated tube are always in the not-offered stateGuillaume Desmottes2009-02-061-25/+9
|/
* salut_tube_stream_class_init: Status has been renamed to StateGuillaume Desmottes2009-02-061-1/+1
* salut_tube_stream_constructor: there is no point to fire a signal in the cons...Guillaume Desmottes2009-02-051-1/+0
* tube-stream: GetStreamTubeSocketAddress method has been removedGuillaume Desmottes2009-02-031-19/+0
* coding style tweakGuillaume Desmottes2009-02-031-4/+4
* Implement and announce Requested, InitiatorHandle, InitiatorID and SupportedS...Guillaume Desmottes2009-02-031-2/+56
* tubes-stream: initiator property has been renamed to initiator-handleGuillaume Desmottes2009-02-031-6/+6
* add salut_tube_stream_get_supported_socket_typesGuillaume Desmottes2009-02-031-0/+43
* Tubes: the "state" property is not writeable anymore. Use an "offered" boolea...Alban Crequy2009-02-031-12/+31
* src/tube-stream.c: reorder checks in salut_tube_stream_accept_stream_tubeAlban Crequy2009-02-031-9/+9
* src/tube-stream.c: change the state of the tube when offering it using the ne...Alban Crequy2009-02-031-0/+5
* src/tube-stream.c: Fix a leak on priv->parameters (value might leak if both s...Alban Crequy2009-02-031-1/+7
* Coding style, indentationAlban Crequy2009-02-031-5/+5
* DEBUGs: remove some DEBUG("Called")Alban Crequy2009-02-031-6/+0
* src/tube-stream.c: Fix salut_tube_stream_close on the Channel.Type.StreamTube...Alban Crequy2009-02-031-1/+1
* src/tube-stream.c: Close the stream tube channel propertly when o.f.T.Channel...Alban Crequy2009-02-031-3/+1
* SalutTubeStream implements the new tube API with the requestotron. Tube test ...Alban Crequy2009-02-031-12/+482
* Add property "tubes-channel" to SalutStreamTube and SalutDBusTube object. The...Alban Crequy2009-02-031-10/+22
* Rename signal names of StreamTubes and DBusTubes to avoid collisions when Sal...Alban Crequy2009-02-031-3/+3
* new_connection_to_socket: fix transport leakGuillaume Desmottes2008-12-231-0/+1
* salut_tube_stream_dispose: free the xmpp connection mgrGuillaume Desmottes2008-12-231-0/+6
* ensure_iq_helper: unref contact and contact managerGuillaume Desmottes2008-12-231-0/+3
* xmpp_connection_manager_connection_closed_cb: unref contact and contact managerGuillaume Desmottes2008-12-231-0/+3
* tube-stream: data_received_cb ref the transport to keep it artificially alive...Guillaume Desmottes2008-12-181-0/+10
* salut_tube_stream_set_property: dup the boxed and destroy the old one if neededGuillaume Desmottes2008-12-171-1/+3
* start_stream_initiation: add a FIXMEGuillaume Desmottes2008-12-171-0/+3
* data_received_cb: assert that the transport is not NULLGuillaume Desmottes2008-12-171-5/+1
* remove old TODOGuillaume Desmottes2008-12-171-2/+0
* start_stream_initiation: free data if salut_si_bytestream_manager_negotiate_s...Guillaume Desmottes2008-12-171-0/+6
* tube-stream: gibber_bytestream_iface_block_read was renamed to gibber_bytestr...Guillaume Desmottes2008-12-171-2/+2
* start_stream_initiation: free data if salut_contact_manager_get_contact failedGuillaume Desmottes2008-12-151-0/+1
* extra_bytestream_negotiate_cb: free the data structur if the bytestream was r...Guillaume Desmottes2008-12-151-0/+1
* Merge branch 'coding-style'Guillaume Desmottes2008-12-151-5/+5
|\
| * tube-stream: fix coding styleGuillaume Desmottes2008-12-151-5/+5
* | use tp-glib socket address typesGuillaume Desmottes2008-12-151-14/+9
* | tube-stream: remove listen_io_channel and listen_io_channel_source_id as we n...Guillaume Desmottes2008-12-151-17/+0
|/
* update includes to use salut-signals-marshal.h instead of signals-marshal.hGuillaume Desmottes2008-12-121-1/+1
* tube-stream: fix variables namesGuillaume Desmottes2008-12-121-12/+11
* new_connection_to_socket: block the transport while the bytesream is not openGuillaume Desmottes2008-12-121-0/+3
* transport_buffer_empty_cb: fix debug messsageGuillaume Desmottes2008-12-121-1/+1
* tube-stream: block the transport while we don't have a bytestream to transfer...Guillaume Desmottes2008-12-021-0/+7
* salut_tube_stream_close: iterate on the bytestream_to_transport hash table as...Guillaume Desmottes2008-12-011-4/+4
* SalutTubeStream: let the client know the right port with GetStreamTubeSocketA...Alban Crequy2008-12-011-8/+8
* SalutStreamTube: fix a crash on initiator side when the bytestream is closed ...Alban Crequy2008-12-011-13/+22
* SalutTubeIface: don't make the "state" property writeable, add a proper funct...Alban Crequy2008-11-241-5/+19
* Remove GibberIqHelperRequestStanza: directly use GibberXmppStanzaAlban Crequy2008-11-101-4/+8
* Merge branch 'tubes-requestotron-without-new-specs' into tubes-requestotron-w...Alban Crequy2008-11-101-16/+4
|\
| * Merge branch 'master' into tubes-requestotron-without-new-specsAlban Crequy2008-11-101-16/+4
| |\