- 28 Oct, 2008 16 commits
-
-
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 6 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
-
Youness Alaoui authored
-
- 20 Oct, 2008 1 commit
-
-
Youness Alaoui authored
-
- 17 Oct, 2008 1 commit
-
-
Sjoerd Simons authored
-
- 16 Oct, 2008 6 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
Send a Refresh with lifetime 0 to deallocate a port in the turn server whenever a component with an existing allocated port is freed
-
Youness Alaoui authored
-
Youness Alaoui authored
Add a CandidateRefresh type and its associated freeing functions for adding support of turn allocations refresh
-
Youness Alaoui authored
-
Youness Alaoui authored
-