aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tube-handler.c
Commit message (Collapse)AuthorAgeFilesLines
* empathy-tube-handler: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* tube-handler: fix functions definition styleGuillaume Desmottes2009-04-281-12/+12
|
* tube-handler: use tp_channel_call_when_ready instead of ↵Guillaume Desmottes2009-04-281-6/+23
| | | | tp_channel_run_until_ready
* tube-handler: don't leak data and connection if connection is invalidatedGuillaume Desmottes2009-04-281-0/+2
|
* tube-handler: wait that the connection is ready before creating the TpChannelGuillaume Desmottes2009-04-271-11/+28
|
* empathy-tube-handler: wait that tube is ready before announcing itGuillaume Desmottes2009-04-211-8/+27
|
* empathy_tube_handler_build_bus_name: escape invalid char in the service nameGuillaume Desmottes2009-04-211-1/+22
|
* use TpTubeType instead of EmpathyTubeTypeGuillaume Desmottes2009-02-171-8/+8
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2490
* empathy_tube_handler_new: add debug messageGuillaume Desmottes2009-02-171-0/+1
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2489
* Fix dispatching of tubes: stream tubes vs D-Bus tubesAlban Crequy2009-02-031-2/+2
| | | | | | Signed-off-by: Alban Crequy <alban.crequy@collabora.co.uk> svn path=/trunk/; revision=2365
* Don't use the old style TpTubeTypeSjoerd Simons2009-01-101-6/+8
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2200
* Remove the id parameter, it's no longer usedSjoerd Simons2009-01-101-3/+0
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2155
* New style tubes don't have idesSjoerd Simons2009-01-101-2/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2152
* Fix the creation of bus_name and object_path for dispatching tubes. It drops ↵Xavier Claessens2009-01-071-19/+8
| | | | | | escaping for now. svn path=/trunk/; revision=2104
* Correctly escape service name in dtube handlersWill Thompson2008-12-291-6/+14
| | | | | | Signed-off-by: Will Thompson <will.thompson@collabora.co.uk> svn path=/trunk/; revision=2017
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-4/+4
| | | | svn path=/trunk/; revision=1066
* Change the way tube handler's object-path and bus-name are build.Xavier Claessens2008-04-201-6/+57
| | | | svn path=/trunk/; revision=984
* Add empathy_offer_ipv4_stream_tube().Xavier Claessens2008-04-201-1/+1
| | | | svn path=/trunk/; revision=980
* Rename EmpathyTube to EmpathyTpTube and remove EmpathyTubes.Xavier Claessens2008-04-201-22/+19
| | | | svn path=/trunk/; revision=978
* Little coding stype changesXavier Claessens2008-04-201-8/+5
| | | | svn path=/trunk/; revision=976
* Add tubes, tube and tube handler objectsXavier Claessens2008-04-201-0/+184
svn path=/trunk/; revision=972