- 19 Nov, 2009 1 commit
-
-
Youness Alaoui authored
-
- 13 Nov, 2009 11 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
there's no need to use a memcpy for checking the username's validity in an incoming connectivity check
-
Youness Alaoui authored
-
Youness Alaoui authored
use g_strlcpy instead of strncpy and memcpy for the candidate foundation, because it makes sure we have a trailing null char in our string.
-
Youness Alaoui authored
-
- 12 Nov, 2009 3 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
Increase test-bind timeout to 20 seconds since it was 10 and it took more than 9 seconds for the test.. so it would fail on some slower systems
-
Youness Alaoui authored
-
- 10 Nov, 2009 2 commits
-
-
Youness Alaoui authored
Even for UDP sockets, we should handle EAGAIN errors because it can happen.. Apparently recvfrom can return EAGAIN on udp sockets if for example there's a bad checksum in the packet or some other similar error
-
Youness Alaoui authored
-
- 04 Nov, 2009 13 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 12 Oct, 2009 1 commit
-
-
Youness Alaoui authored
-
- 09 Oct, 2009 1 commit
-
-
Youness Alaoui authored
-
- 07 Oct, 2009 3 commits
-
-
Youness Alaoui authored
Fix a crash in case a relay candidate could not be added (because of an error or because it's a redundant candidate), do not try to refresh it
-
Youness Alaoui authored
Once we process the pending checks, we should free them to avoid reprocessing them again if a dribble-mode set_remote_candidates is called
-
Youness Alaoui authored
-
- 17 Sep, 2009 1 commit
-
-
Olivier Crête authored
Also, do not re-create it if it already exists
-
- 10 Sep, 2009 1 commit
-
-
Youness Alaoui authored
use sizeof struct sockaddr instead of sizeof sockadddr_storage for doing the bind.. this fixes stund on BSD systems. Thanks to Tom Murphy for the fix
-
- 20 Aug, 2009 3 commits
-
-
Youness Alaoui authored
Do not use connect on UDP sockets and use sendto/recvfrom instead of send/recv because apparently on BSD a connect will fail on UDP sockets
-
Youness Alaoui authored
-
Youness Alaoui authored
-