index
:
~wjt/telepathy-gabble
0.11-gtalk-jingle-workarounds
43166-muc-rate-limit
51978-call-caps
61433-caps-hash-crash
61433-caps-hash-crash-test
bin-media-tpproperties
blow-away-corrupt-caps-caches
call1
data-forms
gtalk-logs
master
spdy
telepathy-gabble-0.10
telepathy-gabble-0.12
telepathy-gabble-0.14
telepathy-gabble-0.16
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
xmpp-console
☮
wjt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tube-dbus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-05
gabble_tube_dbus_remove_name: fire DBusNamesChanged signal
Guillaume Desmottes
1
-1
/
+13
2009-02-05
tube-dbus: add tube participants as members
Guillaume Desmottes
1
-0
/
+13
2009-02-05
tube-dbus: actually implement the group mixin instead of using external
Guillaume Desmottes
1
-2
/
+17
2009-02-05
gabble_tube_dbus_add_name: fire DBusNamesChanged (new API)
Guillaume Desmottes
1
-1
/
+14
2009-02-05
tube-dbus: create a local-pending muc-bytestream at tube creation.
Guillaume Desmottes
1
-29
/
+18
2009-02-03
remove old FIXME/TODO
Guillaume Desmottes
1
-3
/
+0
2009-02-03
improve FIXME comments
Guillaume Desmottes
1
-1
/
+2
2009-02-03
tube-dbus: Status has been renamed to State
Guillaume Desmottes
1
-1
/
+1
2009-02-03
tube-dbus: add TODO about DBusNamesChanged signal
Guillaume Desmottes
1
-0
/
+2
2009-02-03
tube-dbus: implement the DBusNames property
Guillaume Desmottes
1
-1
/
+2
2009-02-03
tube-dbus: always create the dbus_names hash table as the property has to be ...
Guillaume Desmottes
1
-4
/
+4
2009-02-03
tube-dbus: Status and Parameters are not immutable properties
Guillaume Desmottes
1
-2
/
+0
2009-02-03
gabble_tube_dbus_offer: fire TubeChannelStateChanged
Guillaume Desmottes
1
-0
/
+4
2009-02-03
tube-dbus: implement AcceptDBusTube
Guillaume Desmottes
1
-1
/
+28
2009-02-03
gabble_tube_dbus_new: fix object path
Guillaume Desmottes
1
-1
/
+1
2009-02-03
gabble_tube_dbus_accept: raise an error if create_dbus_server failed
Guillaume Desmottes
1
-1
/
+2
2009-02-03
minor coding style fix
Guillaume Desmottes
1
-1
/
+1
2009-02-03
gabble_tube_dbus_offer: raise an error if create_dbus_server failed
Guillaume Desmottes
1
-1
/
+2
2009-02-03
tube-dbus: emit TubeChannelStateChanged when tube is open
Guillaume Desmottes
1
-0
/
+4
2009-02-03
tube-dbus: add TODO
Guillaume Desmottes
1
-0
/
+1
2009-02-03
merge gabble_tube_dbus_listen to tube_dbus_open
Guillaume Desmottes
1
-10
/
+2
2009-02-03
call create_dbus_server in gabble_tube_dbus_accept so gabble_tubes_channel_ac...
Guillaume Desmottes
1
-0
/
+2
2009-02-03
gabble_tube_dbus_offer: call create_dbus_server so the OfferDBusTube can retu...
Guillaume Desmottes
1
-0
/
+2
2009-02-03
tube-dbus: factor out create_dbus_server
Guillaume Desmottes
1
-8
/
+21
2009-02-03
Update Tube and DBusTube specs to newer draft
Will Thompson
1
-1
/
+2
2009-02-03
Send dtube offer from gabble_tube_dbus_open
Will Thompson
1
-1
/
+89
2009-02-03
Implementation Channel.Type.DBusTube.OfferDBusTube()
Will Thompson
1
-6
/
+27
2009-02-03
Add a gabble_tube_dbus_offer stub
Will Thompson
1
-0
/
+16
2009-02-03
Add an "offered" flag to TubeDBus
Will Thompson
1
-0
/
+24
2009-02-03
Give TubeDBus' state the type GabbleTubeChannelState
Will Thompson
1
-5
/
+5
2009-02-03
Revert "tube-dbus: check if the tube has already be offered when getting its ...
Will Thompson
1
-12
/
+1
2009-02-03
tube-dbus: check if the tube has already be offered when getting its state
Guillaume Desmottes
1
-1
/
+12
2009-02-03
tube-dbus: implement exportable channel interface
Guillaume Desmottes
1
-5
/
+355
2009-01-12
tube-dbus: fix tube-offered signal definition
Guillaume Desmottes
1
-1
/
+1
2009-01-12
tube-dbus: add tube-offered signal
Guillaume Desmottes
1
-0
/
+10
2008-11-05
GabbleTubeIface, GabbleTubeDBus, GabbleTubeStream: use G_PARAM_STATIC_STRINGS
Simon McVittie
1
-26
/
+6
2008-11-03
Merge branch 'alban-request-tube-channel'
Alban Crequy
1
-9
/
+22
2008-10-31
Closing tubes: Replace "local" parameter by "!closed_remotely".
Alban Crequy
1
-2
/
+3
2008-10-30
Fix bug #16797: do not send the tube close stanza from both ends. Only send i...
Alban Crequy
1
-4
/
+4
2008-10-28
Merge branch 'master' into alban-request-tube-channel
Alban Crequy
1
-5
/
+12
2008-10-27
Tube, update to the new spec: remove "Initiator" property
Alban Crequy
1
-6
/
+19
2008-10-27
remove extra blank line
Guillaume Desmottes
1
-1
/
+0
2008-10-27
tube_dbus_open: use the DBusServer instead of the address to check if the ser...
Guillaume Desmottes
1
-1
/
+1
2008-10-27
gabble_tube_dbus_listen: free and set to NULL the dbus_srv_addr and socket_pa...
Guillaume Desmottes
1
-0
/
+7
2008-10-27
tube_dbus_open: no need to check if there is already a D-Bus server as gabble...
Guillaume Desmottes
1
-4
/
+2
2008-10-27
gabble_tube_dbus_listen: prevent it to be executed twice
Guillaume Desmottes
1
-0
/
+3
2008-10-22
Merge branch 'master' into alban-request-tube-channel
Alban Crequy
1
-9
/
+41
2008-10-21
Merge branch 'master' into alban-bug13891
Alban Crequy
1
-6
/
+10
2008-10-20
Style: use if (ptr != NULL) instead of if (ptr).
Alban Crequy
1
-3
/
+3
2008-10-17
Fix dbus_server_unref when a D-Bus tube is disposed.
Alban Crequy
1
-1
/
+5
[prev]
[next]