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
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-05
Merge branches contact-list-fixes, contact-list-merge, really-enum
Simon McVittie
1
-0
/
+131
2010-10-04
Remove dependency to libuuid
Nicolas Dufresne
1
-7
/
+51
2010-10-01
Merge branch 'telepathy-gabble-0.10'
Will Thompson
1
-6
/
+3
2010-10-01
Always slice-allocate GabbleDiscoIdentity
Will Thompson
1
-6
/
+3
2010-09-30
Merge remote branch 'upstream/master' into contact-list-merge
Simon McVittie
1
-0
/
+45
2010-09-23
Merge branch 'telepathy-gabble-0.10'
Simon McVittie
1
-0
/
+6
2010-09-22
gabble_call_candidates_to_array: document types and ownership
Simon McVittie
1
-0
/
+6
2010-09-21
Merge branch 'client-types'
Jonny Lamb
1
-0
/
+26
2010-09-17
util: add gabble_flag_from_nick
Jonny Lamb
1
-0
/
+26
2010-08-26
gabble_simple_async_countdown, roster: make the refcounting more obvious
Simon McVittie
1
-0
/
+5
2010-08-05
add comments for gabble_normalize_contact()
Senko Rasic
1
-0
/
+13
2010-08-03
Add gabble_simple_async_succeed_or_fail_in_idle
Simon McVittie
1
-0
/
+33
2010-08-03
gabble_simple_async_countdown_new, _inc, _dec: new utility code
Simon McVittie
1
-0
/
+93
2010-06-22
fd.o #27966: replace gabble_value_array_build with tp_value_array_build
Simon McVittie
1
-37
/
+1
2010-06-08
Fix indentation of GabbleDiscoIdentity functions.
Will Thompson
1
-38
/
+43
2010-06-08
Slice-allocate GabbleDiscoIdentity
Will Thompson
1
-2
/
+2
2010-06-04
plugin API: Improved API for array of GabbleDiscoIdentity.
Andre Moreira Magalhaes (andrunko)
1
-2
/
+36
2010-06-03
plugin API: Added GabbleDiscoIdentity type and helper methods.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+97
2010-06-03
Replace silly #defines with a DevicePreference enum
Will Thompson
1
-1
/
+1
2010-06-02
Prefer phones when picking resource for Jingle calls
Will Thompson
1
-0
/
+1
2010-05-21
Merge branch 'muc-calls'
Sjoerd Simons
1
-0
/
+15
2010-05-12
Remove debug spam from _get_child_with_namespace
Will Thompson
1
-3
/
+0
2010-04-27
Make libuuid a required dependency
Danielle Madeley
1
-13
/
+1
2010-04-23
Remove some debugging spew
Sjoerd Simons
1
-3
/
+0
2010-04-20
Merge branch 'master' into muc-calls
Sjoerd Simons
1
-18
/
+11
2010-04-20
No need to special-case xmlns and xml:lang
Sjoerd Simons
1
-6
/
+1
2010-04-20
Rename to WockyStanza, WockyNode and related changes
Sjoerd Simons
1
-7
/
+12
2010-04-01
Pass the jingle factory a full jid instead of the resource
Sjoerd Simons
1
-0
/
+15
2010-02-25
lm_message_node_unlink: remove
Simon McVittie
1
-7
/
+0
2010-01-06
Represent bare jids as resource = NULL, not resource = ""
Simon McVittie
1
-26
/
+33
2010-01-05
jingle_pick_best_resource: allow the bare JID (resource = "") to be chosen
Simon McVittie
1
-8
/
+29
2010-01-05
jingle_pick_best_content_type: allow the resource to be "" (bare JID)
Simon McVittie
1
-2
/
+12
2009-12-23
Remove duplicate second definition of TWICE
Sjoerd Simons
1
-2
/
+0
2009-12-07
Add a utility function to convert a list of candidates to the a GPtrArray
Sjoerd Simons
1
-0
/
+39
2009-12-07
Add utility function to build GValueArrays
Sjoerd Simons
1
-0
/
+39
2009-12-07
Move _pick_best_content_type to utils.c
Sjoerd Simons
1
-0
/
+36
2009-12-07
Move jingle resource selection to utils
Sjoerd Simons
1
-0
/
+140
2009-11-23
util: allow GabbleConnection to be NULL in _normalize_room
Jonny Lamb
1
-8
/
+18
2009-11-23
normalize_room: use gabble_decode_jid to shorten the function
Jonny Lamb
1
-19
/
+5
2009-11-23
fd.o#22456: util: get the canonical room name in gabble_normalize_room
Jonny Lamb
1
-10
/
+26
2009-09-25
util: add ensure_bare_contact_from_jid
Guillaume Desmottes
1
-0
/
+10
2009-09-11
util.c: lm_message_node_add_build_va: use the right wocky api when setting xm...
Guillaume Desmottes
1
-0
/
+2
2009-09-11
util.c: re-implement lm_message_node_get_attribute_with_namespace using the p...
Guillaume Desmottes
1
-49
/
+1
2009-09-11
util.c: lm_message_node_get_name: wocky should handle that just fine
Guillaume Desmottes
1
-6
/
+1
2009-09-11
util.c: gabble_decode_jid use wocky_decode_jid directly
Guillaume Desmottes
1
-112
/
+2
2009-09-11
util.c: properly re-implement lm_message_node_get_child_with_namespace using ...
Guillaume Desmottes
1
-26
/
+9
2009-09-11
util.c: lm_message_build: properly set the namespace on the node
Guillaume Desmottes
1
-1
/
+4
2009-09-11
util.c: re-implement lm_message_node_unlink using Wocky API
Guillaume Desmottes
1
-6
/
+1
2009-09-11
util.c: implement lm_message_node_steal_children using Wocky API
Guillaume Desmottes
1
-8
/
+0
2009-09-11
util.c: lm_message_node_get_namespace: use wocky_xmpp_node_get_ns; wocky impl...
Guillaume Desmottes
1
-16
/
+1
[next]