aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tube-handler.c
Commit message (Expand)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 tp_channel_run_until_...Guillaume Desmottes2009-04-281-6/+23
* 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
* empathy_tube_handler_new: add debug messageGuillaume Desmottes2009-02-171-0/+1
* Fix dispatching of tubes: stream tubes vs D-Bus tubesAlban Crequy2009-02-031-2/+2
* Don't use the old style TpTubeTypeSjoerd Simons2009-01-101-6/+8
* Remove the id parameter, it's no longer usedSjoerd Simons2009-01-101-3/+0
* New style tubes don't have idesSjoerd Simons2009-01-101-2/+2
* Fix the creation of bus_name and object_path for dispatching tubes. It drops ...Xavier Claessens2009-01-071-19/+8
* Correctly escape service name in dtube handlersWill Thompson2008-12-291-6/+14
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-4/+4
* Change the way tube handler's object-path and bus-name are build.Xavier Claessens2008-04-201-6/+57
* Add empathy_offer_ipv4_stream_tube().Xavier Claessens2008-04-201-1/+1
* Rename EmpathyTube to EmpathyTpTube and remove EmpathyTubes.Xavier Claessens2008-04-201-22/+19
* Little coding stype changesXavier Claessens2008-04-201-8/+5
* Add tubes, tube and tube handler objectsXavier Claessens2008-04-201-0/+184