index
:
telepathy/telepathy-gabble
call1
master
next
telepathy-gabble-0.10
telepathy-gabble-0.12
telepathy-gabble-0.14
telepathy-gabble-0.16
telepathy-gabble-0.18
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
XMPP connection manager (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-gabble)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
private-tubes-factory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-18
Use tp_g_hash_table_update instead of re-inventing it
Guillaume Desmottes
1
-14
/
+6
2010-03-18
Fix feature leak if there is not service
Guillaume Desmottes
1
-2
/
+2
2010-03-18
gabble_private_tubes_factory_update_caps: pass value_dup function to tp_g_has...
Guillaume Desmottes
1
-2
/
+4
2010-03-18
private-tubes-factory: factor out copy_caps
Guillaume Desmottes
1
-10
/
+16
2010-01-12
factor out capability URI extraction from messages
Dafydd Harries
1
-22
/
+13
2009-11-23
gabble_caps_channel_manager_add_capability: rename to gabble_caps_channel_man...
Simon McVittie
1
-14
/
+8
2009-10-06
Copy FT per channel manager caps in their entirety.
Will Thompson
1
-1
/
+11
2009-08-28
Fix a crash when advertising tube caps without Service{,Name}
Sjoerd Simons
1
-8
/
+14
2009-06-29
gabble_caps_channel_manager_parse_capabilities: take the parent node instead ...
Guillaume Desmottes
1
-3
/
+4
2009-05-28
use tp-glib instead of extensions to implement tube new API
Guillaume Desmottes
1
-22
/
+22
2009-03-18
gabble_private_tubes_factory_requestotron: no need to store the newly created...
Guillaume Desmottes
1
-1
/
+1
2009-03-18
coding style fix
Guillaume Desmottes
1
-1
/
+1
2009-02-11
private-tubes-factory: Parameters is not an allowed property anymore
Guillaume Desmottes
1
-1
/
+0
2009-02-05
add gabble_tube_stream_channel_get_allowed_properties function instead of def...
Guillaume Desmottes
1
-3
/
+3
2009-02-05
add gabble_tube_dbus_channel_get_allowed_properties function instead of defin...
Guillaume Desmottes
1
-3
/
+4
2009-02-05
private-tubes-factory: use gabble_tube_dbus_channel_allowed_properties instea...
Guillaume Desmottes
1
-12
/
+4
2009-02-03
gabble_private_tubes_factory_requestotron: check if ServiceName is valid
Guillaume Desmottes
1
-0
/
+10
2009-02-03
private-tubes-factory: re-enable new style D-Bus tubes
Guillaume Desmottes
1
-9
/
+0
2009-02-03
private-tubes-factory: set requested param when creating a tubes channel
Guillaume Desmottes
1
-0
/
+4
2009-02-03
private-tubes-factory: use gabble_tube_stream_channel_allowed_properties
Guillaume Desmottes
1
-1
/
+1
2009-02-03
remove gabble_private_tubes_factory_tube_created, we can call tp_channel_mana...
Guillaume Desmottes
1
-7
/
+0
2009-02-03
private-tubes-factory: use gabble_tube_stream_channel_allowed_properties inst...
Guillaume Desmottes
1
-9
/
+5
2009-02-02
gabble_private_tubes_factory_caps_diff: simplify pointer comparaisons
Guillaume Desmottes
1
-3
/
+2
2009-02-02
gabble_private_tubes_factory_get_contact_caps: fix typo in comment
Guillaume Desmottes
1
-1
/
+1
2009-02-02
private-tubes-factory: add TargetID and Parameters to specialised tube channe...
Guillaume Desmottes
1
-2
/
+4
2009-02-02
private-tubes-factory.c: add generic tubes caps
Guillaume Desmottes
1
-28
/
+127
2009-02-02
simplify gabble_private_tubes_factory_caps_diff as we did in Salut
Guillaume Desmottes
1
-56
/
+41
2009-01-12
private-tubes-factory: rename priv->channels to priv->tubes_channels
Guillaume Desmottes
1
-16
/
+16
2009-01-12
add gabble_private_tubes_factory_tube_created
Guillaume Desmottes
1
-0
/
+6
2008-12-17
Channel.Type.DBusTube.DRAFT disabled because it is not implemented.
Alban Crequy
1
-0
/
+9
2008-12-14
Use # to concatenate service name to tubes caps URI
Robert McQueen
1
-7
/
+7
2008-12-05
Merge branch 'master' into alban-enhanced-caps-with-complex-types
Alban Crequy
1
-0
/
+3
2008-11-27
GabblePrivateTubesFactory: add a comment to explain why we use a temporary va...
Alban Crequy
1
-0
/
+3
2008-11-27
Caps: fix prototype for gabble_caps_channel_manager_update_capabilities
Alban Crequy
1
-1
/
+1
2008-11-18
Caps: Use the type Requestable Channel Class
Alban Crequy
1
-2
/
+2
2008-11-10
src/private-tubes-factory.c: Fix: do not send the NewChannels signal twice
Alban Crequy
1
-14
/
+19
2008-11-10
src/private-tubes-factory.c: English: "either, or"
Alban Crequy
1
-2
/
+2
2008-11-10
src/private-tubes-factory.c: Better English, again
Alban Crequy
1
-2
/
+2
2008-11-10
src/private-tubes-factory.c: Better english, thanks to Will
Alban Crequy
1
-2
/
+2
2008-11-10
Merge branch 'master' into alban-enhanced-caps-with-complex-types
Alban Crequy
1
-7
/
+4
2008-11-05
GabblePrivateTubesFactory: fix misleading error message
Simon McVittie
1
-2
/
+2
2008-11-05
GabblePrivateTubesFactory: don't redundantly validate TargetHandle
Simon McVittie
1
-5
/
+2
2008-10-28
Merge branch 'alban-request-tube-channel' into alban-enhanced-caps-with-compl...
Alban Crequy
1
-0
/
+2
2008-10-27
src/private-tubes-factory.c: Fix a leak: hash table for C.T.StreamTube was no...
Alban Crequy
1
-0
/
+2
2008-10-23
Fix previous conflict
Alban Crequy
1
-7
/
+0
2008-10-23
Merge branch 'alban-request-tube-channel' into alban-enhanced-caps-with-compl...
Alban Crequy
1
-0
/
+7
2008-10-23
Tubes requestotron: Advertise the right RequestableChannelClasses for tubes, ...
Alban Crequy
1
-21
/
+77
2008-10-23
src/private-tubes-factory.c: Remove the old "channel factory" code. Now it is...
Alban Crequy
1
-41
/
+15
2008-10-22
Merge branch 'master' into alban-request-tube-channel
Alban Crequy
1
-27
/
+42
2008-10-17
Add the allowed property .TargetID in the channel classes Tubes and DBusTube
Alban Crequy
1
-0
/
+2
[next]