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
/
util.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-22
Allow to disable VoIP-related code with --disable-voip
Marco Barisione
1
-0
/
+4
2012-02-23
util: add helper to fetch TpHandle for WockyContact
Will Thompson
1
-0
/
+3
2012-02-06
Update Wocky snapshot for One Big Header.
Will Thompson
1
-1
/
+1
2012-01-31
conn-olpc: adopt lm_message_node_get_child_with_namespace
Will Thompson
1
-2
/
+0
2012-01-31
util: remove node_iter
Will Thompson
1
-5
/
+0
2012-01-31
util: remove unused wocky_node_get_attribute_with_namespace
Will Thompson
1
-4
/
+0
2012-01-27
Remove vestigial Loudmouth headers and build system
Will Thompson
1
-1
/
+0
2012-01-27
Remove duplicated AMP rules.
Will Thompson
1
-0
/
+31
2012-01-27
Expunge lm_message_node_get_name()
Will Thompson
1
-1
/
+0
2012-01-27
Remove lm_message_build[_with_subtype]
Will Thompson
1
-5
/
+0
2012-01-26
Merge branch 'master' into BYE-BYE-LOUDMOUTH
Will Thompson
1
-3
/
+0
2011-11-17
Remove gabble_decode_jid in favour of wocky_decode_jid.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+0
2011-11-03
Remove redundant CHECK_STR_EMPTY macro
Will Thompson
1
-2
/
+0
2011-05-02
Delete my favourite function. :'(
Will Thompson
1
-2
/
+0
2011-05-02
Remove lm_iq_message_make_result()
Will Thompson
1
-3
/
+0
2011-05-02
Remove three redundant node functions from util.[ch]
Will Thompson
1
-5
/
+0
2011-05-02
stop using LmMessageNode wrapper
Jonny Lamb
1
-12
/
+12
2010-09-30
Merge remote branch 'upstream/master' into contact-list-merge
Simon McVittie
1
-0
/
+4
2010-09-17
util: add gabble_flag_from_nick
Jonny Lamb
1
-0
/
+4
2010-08-03
Add gabble_simple_async_succeed_or_fail_in_idle
Simon McVittie
1
-0
/
+6
2010-08-03
gabble_simple_async_countdown_new, _inc, _dec: new utility code
Simon McVittie
1
-0
/
+8
2010-06-22
fd.o #27966: replace gabble_value_array_build with tp_value_array_build
Simon McVittie
1
-4
/
+0
2010-04-20
Merge branch 'master' into muc-calls
Sjoerd Simons
1
-2
/
+0
2010-04-01
Pass the jingle factory a full jid instead of the resource
Sjoerd Simons
1
-0
/
+4
2010-03-18
Merge branch 'contact-info' into master
Simon McVittie
1
-2
/
+0
2010-02-25
lm_message_node_unlink: remove
Simon McVittie
1
-2
/
+0
2010-02-18
Moved macro CHECK_STR_EMPTY to util and use it where possible
Nicolas Dufresne
1
-0
/
+2
2010-01-06
Represent bare jids as resource = NULL, not resource = ""
Simon McVittie
1
-2
/
+3
2009-12-07
Add a utility function to convert a list of candidates to the a GPtrArray
Sjoerd Simons
1
-0
/
+2
2009-12-07
Add utility function to build GValueArrays
Sjoerd Simons
1
-0
/
+4
2009-12-07
Move _pick_best_content_type to utils.c
Sjoerd Simons
1
-0
/
+4
2009-12-07
Move jingle resource selection to utils
Sjoerd Simons
1
-0
/
+11
2009-09-25
util: add ensure_bare_contact_from_jid
Guillaume Desmottes
1
-0
/
+4
2009-09-11
util.h: re-implement node iterator macros to use the Wocky API
Guillaume Desmottes
1
-3
/
+3
2009-09-03
add gabble_encode_jid() and replace ad-hoc string concatentation with calls t...
Dafydd Harries
1
-0
/
+2
2009-09-03
make gabble_decode_jid() return a boolean
Dafydd Harries
1
-2
/
+2
2009-08-20
Add gabble_g_ptr_array_copy
Will Thompson
1
-0
/
+2
2009-08-12
request pipeline: cancel idle callback when pipeline is freed
Dafydd Harries
1
-0
/
+1
2009-07-28
util.c: add lm_message_node_get_attribute_with_namespace
Guillaume Desmottes
1
-1
/
+4
2009-06-29
lm_message_node_unlink; takes the parent as argument
Guillaume Desmottes
1
-1
/
+2
2009-06-29
remove gabble_g_value_slice_new_*
Guillaume Desmottes
1
-5
/
+0
2009-06-29
util: remove unused lm_message_node_add_child_node
Guillaume Desmottes
1
-3
/
+0
2009-06-29
define macros for message node children iteration
Dafydd Harries
1
-0
/
+5
2009-03-18
util: add gabble_generate_id, a wrapper for libuuid (if available) or a time-...
Simon McVittie
1
-0
/
+2
2009-03-04
util: add gabble_g_value_slice_new_uint and a family of equivalents for strings
Simon McVittie
1
-0
/
+5
2009-02-19
Add _weak suffix to gabble_signal_connect
Will Thompson
1
-1
/
+1
2009-02-19
Add helper to weak-ref handler user_data
Will Thompson
1
-0
/
+3
2008-12-04
Merge branch 'master' of git+ssh://git.collabora.co.uk/git/telepathy-gabble i...
Marco Barisione
1
-0
/
+5
2008-11-14
workaround for Loudmouth not handling xml namespaces
Senko Rasic
1
-0
/
+5
2008-11-04
Move _lm_iq_message_make_result to util.c and rename to lm_iq_message_make_re...
Marco Barisione
1
-0
/
+3
[next]