- 29 Oct, 2008 3 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 28 Oct, 2008 22 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
cast the buffer for send/sendto/recv/recvfrom into a void* as it may not always be an unsigned char in the prototype
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
use socklen_t where needed, and cast it to size_t as it defined as an int in mingw and as an uint on linux systems
-
Youness Alaoui authored
remove unnecessary inclusion of socket files in some files, and make glib included before stdlib.h because it redefines atexit
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
Removing useless and unused NiceInterface stuff... maybe we should later at some point copy fs2's interface detection in there
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 27 Oct, 2008 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 23 Oct, 2008 8 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
Remove the nice_agent_recv/recv_sock/poll_read APIs because they are useless now. We want to enforce using the gmainloop as it is necessary for a lot of other stuff
-
- 22 Oct, 2008 5 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
move includes and add include of the agent because tcp-turn needs the NiceAgent and the NiceUdpTurnSocketCompatibility
-
Youness Alaoui authored
-