- 29 Dec, 2009 2 commits
-
-
Youness Alaoui authored
do not try to connect a tcp socket with no destination address to connect to. Fixes coverity check when dereferencing addr
-
Youness Alaoui authored
Keep the upnp and upnp-timeout properties available even if upnp is disabled during build. This is to prevent a break of the API from one build to another
-
- 04 Dec, 2009 3 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
do not cast time_t and clock_t into unsigned long, on some systems (kfreebsd), it can lead to an error because of strict-aliasing
-
Youness Alaoui authored
use sizeof struct sockaddr_in instead of sizeof struct sockaddr to hopefully fix the bug with sendmsg on BSD systems
-
- 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
-