- 08 Dec, 2008 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 04 Dec, 2008 1 commit
-
-
Youness Alaoui authored
-
- 29 Nov, 2008 1 commit
-
-
Youness Alaoui authored
-
- 28 Nov, 2008 1 commit
-
-
Youness Alaoui authored
change int/pointer conversion using GUINT_TO_POINTER and GPOINTER_TO_UINT macros, otherwise it won't compile on 64bits machines
-
- 26 Nov, 2008 1 commit
-
-
Youness Alaoui authored
-
- 25 Nov, 2008 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 24 Nov, 2008 6 commits
-
-
Youness Alaoui authored
__BYTE_ORDER is not defined in windows, so we assume we're little endian whenever we're building on windows...
-
Youness Alaoui authored
-
Youness Alaoui authored
also add the tcp socket to the list of sockets so it gets freed and also gets attached if the context is added after the gahter is made
-
Youness Alaoui authored
do not use the same variable name for two different things... with one being inside a smaller scope of the same function... this could lead to confusion...
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 21 Nov, 2008 1 commit
-
-
Youness Alaoui authored
set gathering to FALSE before signaling the candidate-gathering-done, so we can set_remote_candidates in the signal handler
-
- 19 Nov, 2008 5 commits
-
-
Olivier Crête authored
This reverts commit c8cd93a9.
-
Olivier Crête authored
This reverts commit cbe7189a.
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
do not send an error response in case the username check failed for gtalk compatibility. we should just drop it like libjingle does.. if the remote candidates weren't added yet, then we'd send the error response which would make the other client match the id, but also fail with integrity check (since the error response has no username in it), and all retransmissions will fail with unmatched_response.
-
- 18 Nov, 2008 1 commit
-
-
Youness Alaoui authored
-
- 17 Nov, 2008 4 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
Use the correct size for sockaddr_storage, otherwise it won't work on mac os x. Also use some cleaner code
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 14 Nov, 2008 5 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 13 Nov, 2008 10 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
remove the traffic_after_tick check because it caused problems with jingle. we need a tick every 25 seconds, but with that, the conncheck happens at 0s, and when the keepalive gets called @25s, it gets skipped and we only send our first keepalive after 50seconds... which means that jingle which stops processing if it doesn't receive a ping after 30 seconds, will stop playing our audio from 30 seconds to 50 seconds...
-
Youness Alaoui authored
use a different port for the relay to make sure we don't confuse the google relay server between an internal and external connection
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-