index
:
~smcv/telepathy-gabble
016-camera-v1-54634
broken-chat-state-recovery-2
chat-state-recovery
drf-tubes-ice-udp
gdbus-object
gdbus-properties
group-mixin
make-library-sane-46417
master
next
next-decore
next-factory
next-gdbus
next-handle-type
next-tests
presence-mixin
shared-wocky-46417
telepathy-gabble-0.10
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
towards-next
untested-otr
wip-less-qdata
wip-names
wip-next-mergeable-with-salut
Unnamed repository; edit this file to name it for gitweb.
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
caps-hash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-05
Use GLib's base64 implementation rather than Gabble's own
Heiher
1
-1
/
+0
2012-02-06
Update Wocky snapshot for One Big Header.
Will Thompson
1
-2
/
+1
2011-12-16
Compute the caps verification string correctly with dataforms in plugins
Alban Crequy
1
-3
/
+16
2011-11-16
Use _unref instead of _free _destroy when possible.unref
Xavier Claessens
1
-2
/
+2
2011-09-01
gabble: add capabilities.h and caps-channel-manager.h as public API
Jonny Lamb
1
-1
/
+1
2011-09-01
presence: start holding a list of data forms
Jonny Lamb
1
-1
/
+4
2011-02-04
caps-hash: misc fixes to cleanup code
Jonny Lamb
1
-14
/
+8
2011-02-04
caps-hash: use wocky_caps_hash_compute_from_lists
Jonny Lamb
1
-83
/
+13
2011-02-03
caps-hash: remove anything to do with dataforms
Jonny Lamb
1
-105
/
+6
2011-01-24
caps-hash: remove _from_lm_node
Jonny Lamb
1
-160
/
+0
2011-01-24
use WockyDiscoIdentity instead of the gabble version
Jonny Lamb
1
-9
/
+10
2010-06-09
Fix disco identity comparison function
Will Thompson
1
-2
/
+2
2010-06-08
plugin API: gabble_connection_sidecar_add_own_caps now adds a default identit...
Andre Moreira Magalhaes (andrunko)
1
-7
/
+1
2010-06-04
caps-hash: Improved algorithm to order identities.
Andre Moreira Magalhaes (andrunko)
1
-14
/
+7
2010-06-04
plugin API: Improved API for array of GabbleDiscoIdentity.
Andre Moreira Magalhaes (andrunko)
1
-3
/
+4
2010-06-03
caps-hash: Proper copy array of GabbleDiscoIdentity objects.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+1
2010-06-03
plugin API: Added method to compute caps hash.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+30
2010-06-03
caps-hash: Use GabbleDiscoIdentity to represent identities.
Andre Moreira Magalhaes (andrunko)
1
-8
/
+39
2010-02-18
Use correct client type when calculating hash.
Will Thompson
1
-1
/
+2
2009-10-07
Add gabble_presence_peek_caps() to avoid copying
Will Thompson
1
-4
/
+3
2009-08-24
gabble_presence_get_caps: rename to gabble_presence_dup_caps
Simon McVittie
1
-1
/
+1
2009-08-24
Make GabbleCapabilitySet opaque
Simon McVittie
1
-1
/
+13
2009-08-24
Calculate caps hashes from gabble_presence_get_caps()
Simon McVittie
1
-12
/
+1
2009-07-23
caps-hash.c: don't leak the fields and values arrays
Guillaume Desmottes
1
-0
/
+2
2009-06-29
caps-hash.c: use node iteration wrappers
Dafydd Harries
1
-13
/
+14
2008-10-17
Merge branch 'master' into alban-enhanced-caps-with-complex-types
Alban Crequy
1
-1
/
+0
2008-10-13
Remove unnecessary inclusions of sha1/sha1.h
Simon McVittie
1
-1
/
+0
2008-09-30
Use the "channel manager" terminology everywhere instead of "channel factory"
Alban Crequy
1
-1
/
+1
2008-09-11
Update the ContactCapabilities spec in extensions/, finish the implementation...
Alban Crequy
1
-1
/
+2
2008-07-21
tidy up libc/glib includes
Dafydd Harries
1
-3
/
+0
2008-07-21
tidy up include style
Dafydd Harries
1
-7
/
+7
2008-07-21
make config.h the first include in every file
Dafydd Harries
1
-0
/
+1
2008-07-21
tidy up libc/glib includes
Dafydd Harries
1
-3
/
+0
2008-07-21
tidy up include style
Dafydd Harries
1
-7
/
+7
2008-07-21
make config.h the first include in every file
Dafydd Harries
1
-0
/
+1
2008-05-28
Remove some debugs that were added in the xep0115 branch
Alban Crequy
1
-4
/
+0
2008-05-28
Remove some debugs that were added in the xep0115 branch
Alban Crequy
1
-4
/
+0
2008-05-28
src/caps-hash.c: split the too long caps_hash_compute_from_lm_node function: ...
Alban Crequy
1
-72
/
+84
2008-05-28
Use tp_strdiff instead of g_str_equal
Alban Crequy
1
-4
/
+4
2008-05-28
src/caps-hash.c: do not leak str when computing the hash of the verification ...
Alban Crequy
1
-5
/
+7
2008-05-28
src/caps-hash.c: split the too long caps_hash_compute_from_lm_node function: ...
Alban Crequy
1
-72
/
+84
2008-05-28
Use tp_strdiff instead of g_str_equal
Alban Crequy
1
-4
/
+4
2008-05-28
src/caps-hash.c: do not leak str when computing the hash of the verification ...
Alban Crequy
1
-5
/
+7
2008-05-13
Use g_slice_free instead of g_slice_free1
Alban Crequy
1
-2
/
+2
2008-05-13
comment on GPtrArray. Case field_name
Alban Crequy
1
-5
/
+7
2008-05-13
Use typedef and CamelCase for all types
Alban Crequy
1
-16
/
+20
2008-05-13
Remove unneeded casts
Alban Crequy
1
-2
/
+2
2008-05-13
Coding style and simplification (review from smcv)
Alban Crequy
1
-21
/
+20
2008-05-13
Use g_slice_free instead of g_slice_free1
Alban Crequy
1
-2
/
+2
2008-05-13
comment on GPtrArray. Case field_name
Alban Crequy
1
-5
/
+7
[next]