- 17 Dec, 2008 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 12 Dec, 2008 1 commit
-
-
Youness Alaoui authored
-
- 10 Dec, 2008 7 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 09 Dec, 2008 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 08 Dec, 2008 5 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
Socket layer refactorising and adding of tcp-bsd, pseudossl, and moved the tcp stuff from tcp-turn and made udp-turn into turn since it's generic
-
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
-