summaryrefslogtreecommitdiff
path: root/src/tube-stream.c
Commit message (Expand)AuthorAgeFilesLines
* NUM_TP_ got replaced by TP_NUM_Xavier Claessens2013-09-241-2/+2
* Don't use sealed struct membersSimon McVittie2013-01-041-6/+11
* Be single-include-compliantSimon McVittie2013-01-041-9/+3
* Include config.h and our corresponding header first in every source fileSimon McVittie2013-01-041-0/+1
* Use GLib generic marshallers; stop generating our own marshallersSimon McVittie2013-01-041-9/+4
* tubes: use guint64s for all tube IDsJonny Lamb2012-08-021-7/+7
* tube-{iface,dbus,stream}: remove tubes-channel propertyJonny Lamb2012-05-311-15/+1
* tube-stream: subclass TpBaseChannelJonny Lamb2012-05-311-366/+152
* Remove deprecated tp_handle_ref/unrefXavier Claessens2012-05-101-9/+0
* Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie2012-05-071-17/+17
* tubes-stream: Make it compile under windows.Siraj Razick2012-02-221-3/+20
* Update Wocky snapshot for one big header.Will Thompson2012-02-061-4/+1
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-7/+7
* stop using gibber-namespaces.hJonny Lamb2011-05-041-8/+9
* remove all set but unused variablesJonny Lamb2011-05-031-2/+1
* src: remove annoying salut- prefixJonny Lamb2011-04-281-6/+6
* Merge branch 'meta-porter'Jonny Lamb2011-04-051-210/+41
|\
| * tube-stream: set the WockyContact on a stanza to sendJonny Lamb2011-04-011-0/+2
| * tube-stream: don't unref a NULL stanzaJonny Lamb2011-03-241-0/+1
| * tubes-channel: stop using the XCMJonny Lamb2011-03-021-210/+38
* | Unconfuse TpTubeChannelState and TpTubeState a bitWill Thompson2011-03-211-2/+2
|/
* gibber: remove GibberXmppNode wrapperJonny Lamb2011-02-091-7/+7
* gibber: remove GibberXmppStanza wrapperJonny Lamb2011-02-091-16/+16
* fd.o #31665: use TpDBusDaemon, not tp_get_bus()Simon McVittie2010-11-181-6/+7
* Replace GibberXmppNode and GibberXmppStanza with WockyNode and WockyStanzaSimon McVittie2010-10-081-1/+3
* SalutTubeStream: don't change the namespace of a node after creationSimon McVittie2010-10-081-2/+2
* tube-stream: use TP_ERROR_* from tp-glibGuillaume Desmottes2009-06-261-12/+4
* undraft tube new API implementationGuillaume Desmottes2009-06-261-42/+42
* tube-stream: fire ConnectionClosedGuillaume Desmottes2009-06-261-0/+44
* tube-stream: fire NewLocalConnectionGuillaume Desmottes2009-06-261-0/+16
* tube-stream: factor out fire_new_remote_connectionGuillaume Desmottes2009-06-261-12/+25
* tube-stream: associate a connection ID with each tube connectionGuillaume Desmottes2009-06-261-5/+42
* tube-stream: fix implementation with latest DRAFTGuillaume Desmottes2009-06-261-5/+9
* tube_stream_open: chmod the newly created UNIX socket to allow everyone to ac...Guillaume Desmottes2009-05-271-0/+7
* sync with latest tube spec DRAFTGuillaume Desmottes2009-04-291-23/+23
* identation fixGuillaume Desmottes2009-03-101-9/+9
* add salut_tube_stream_channel_get_allowed_properties accessor instead of havi...Guillaume Desmottes2009-02-121-0/+12
* salut_tube_stream_offer_stream_tube: use salut_tube_stream_offerGuillaume Desmottes2009-02-121-17/+11
* Merge branch 'master' into muc-stream-tube-new-api-REBASEDGuillaume Desmottes2009-02-121-50/+40
|\
| * tube-stream: Parameters property has to be in channel-properties only in inco...Guillaume Desmottes2009-02-111-13/+35
| * tube-stream: salut_tube_stream_offer_stream_tube now takes parametersGuillaume Desmottes2009-02-111-0/+3
| * tube-stream: Parameters is now ready onlyGuillaume Desmottes2009-02-111-37/+2
* | salut_tube_stream_accept_stream_tube: set address_type, access_control and ac...Guillaume Desmottes2009-02-061-0/+6
* | tube-stream: contact_new_connection_cb: unref the bytestream as add_bytestrea...Guillaume Desmottes2009-02-061-0/+1
* | tube-stream: start_stream_direct: no need to ref the bytestream as we just cr...Guillaume Desmottes2009-02-061-1/+1
* | salut_tube_stream_accepted: fire TubeChannelStateChanged signalGuillaume Desmottes2009-02-061-0/+3
* | tube-stream: free the object_path when finalizingGuillaume Desmottes2009-02-061-0/+1
* | salut_tube_stream_offer_stream_tube: fire TubeChannelStateChanged signal when...Guillaume Desmottes2009-02-061-0/+5
* | tube-stream: fire TubeChannelStateChanged signal when tube is openGuillaume Desmottes2009-02-061-0/+4
* | add salut_tube_stream_offerGuillaume Desmottes2009-02-061-0/+34