summaryrefslogtreecommitdiff
path: root/src/jingle-transport-iceudp.c
Commit message (Expand)AuthorAgeFilesLines
* Export the ICE credentials from the transport to the streamOlivier CrĂȘte2012-01-111-0/+42
* JingleCandidate store int rather than double.David Laban2011-02-011-2/+2
* Make it possible to retrieve our local candidatesSjoerd Simons2009-12-071-0/+11
* pref = priority / 65536 and debugging infoDavid Laban2009-09-231-12/+45
* jingle-transport-iceudp.c: use node iteration wrappersGuillaume Desmottes2009-06-291-2/+3
* Ice: Don't signal empty lists of remote candidatesWill Thompson2009-06-291-10/+19
* Don't fetch "state" property without using it.Will Thompson2009-06-281-3/+0
* ICE candidates don't have a 'name' attribute.Will Thompson2009-06-281-1/+0
* Don't assert on unknown candidate types/protocolsWill Thompson2009-06-281-2/+7
* Use candidates' Telepathy IDs as foundationWill Thompson2009-06-281-9/+7
* Multiply candidate preference by 65536Will Thompson2009-06-281-4/+1
* Use ice candidates' foundation as candidate_idWill Thompson2009-06-281-4/+5
* IceUdp: be tolerant of unparseable candidates.Will Thompson2009-06-281-22/+21
* Only group ICE candidates with the same ufragWill Thompson2009-06-271-14/+26
* Remove error-setting macros from transportsWill Thompson2009-06-271-5/+2
* Remove GET_PRIV macros from {Ice,Raw}UdpWill Thompson2009-06-271-12/+6
* Update IceUdp to implement {inject,send}_candidatesWill Thompson2009-06-271-20/+40
* Handle prflx candidates in ice-udpSjoerd Simons2009-06-271-1/+4
* JingleTransportIceUdp: replace transmit_candidates() with produce_node()Senko Rasic2009-06-271-85/+28
* JingleTransportIface: rename add_candidates() to more descriptive new_local_c...Senko Rasic2009-06-271-2/+2
* JingleCandidate struct: added "id" fieldSenko Rasic2009-06-271-2/+2
* JingleTransportIceUdp: send "id" candidate paramSenko Rasic2009-06-271-0/+1
* added ICE-UDP support based on GoogleP2P support codeSenko Rasic2009-06-271-0/+559