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
/
jingle-transport-iceudp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-04
add missing config.h includes
Guillaume Desmottes
1
-0
/
+1
2012-02-23
Jingle*: stop including util.h
Will Thompson
1
-1
/
+0
2012-02-23
Jingle*: use wocky_strdiff rather than tp_strdiff
Will Thompson
1
-5
/
+5
2012-02-23
Jingle transports: stop using GabbleConnection
Will Thompson
1
-3
/
+3
2012-02-06
Merge branch 'master' into call1
Will Thompson
1
-29
/
+25
2012-01-31
Jingle: migrate to WockyNodeIter
Will Thompson
1
-6
/
+4
2012-01-26
Jingle*: (mostly) de-Loudmouth-ify
Will Thompson
1
-5
/
+3
2012-01-11
Export the ICE credentials from the transport to the stream
Olivier Crête
1
-0
/
+42
2011-05-03
Remove GabbleXmppError.
Will Thompson
1
-1
/
+1
2011-05-02
stop using LmMessageNode wrapper
Jonny Lamb
1
-19
/
+19
2011-02-01
JingleCandidate store int rather than double.
David Laban
1
-2
/
+2
2009-12-07
Make it possible to retrieve our local candidates
Sjoerd Simons
1
-0
/
+11
2009-09-23
pref = priority / 65536 and debugging info
David Laban
1
-12
/
+45
2009-06-29
jingle-transport-iceudp.c: use node iteration wrappers
Guillaume Desmottes
1
-2
/
+3
2009-06-29
Ice: Don't signal empty lists of remote candidates
Will Thompson
1
-10
/
+19
2009-06-28
Don't fetch "state" property without using it.
Will Thompson
1
-3
/
+0
2009-06-28
ICE candidates don't have a 'name' attribute.
Will Thompson
1
-1
/
+0
2009-06-28
Don't assert on unknown candidate types/protocols
Will Thompson
1
-2
/
+7
2009-06-28
Use candidates' Telepathy IDs as foundation
Will Thompson
1
-9
/
+7
2009-06-28
Multiply candidate preference by 65536
Will Thompson
1
-4
/
+1
2009-06-28
Use ice candidates' foundation as candidate_id
Will Thompson
1
-4
/
+5
2009-06-28
IceUdp: be tolerant of unparseable candidates.
Will Thompson
1
-22
/
+21
2009-06-27
Only group ICE candidates with the same ufrag
Will Thompson
1
-14
/
+26
2009-06-27
Remove error-setting macros from transports
Will Thompson
1
-5
/
+2
2009-06-27
Remove GET_PRIV macros from {Ice,Raw}Udp
Will Thompson
1
-12
/
+6
2009-06-27
Update IceUdp to implement {inject,send}_candidates
Will Thompson
1
-20
/
+40
2009-06-27
Handle prflx candidates in ice-udp
Sjoerd Simons
1
-1
/
+4
2009-06-27
JingleTransportIceUdp: replace transmit_candidates() with produce_node()
Senko Rasic
1
-85
/
+28
2009-06-27
JingleTransportIface: rename add_candidates() to more descriptive new_local_c...
Senko Rasic
1
-2
/
+2
2009-06-27
JingleCandidate struct: added "id" field
Senko Rasic
1
-2
/
+2
2009-06-27
JingleTransportIceUdp: send "id" candidate param
Senko Rasic
1
-0
/
+1
2009-06-27
added ICE-UDP support based on GoogleP2P support code
Senko Rasic
1
-0
/
+559