- 23 Mar, 2012 1 commit
-
-
Rohan Garg authored
-
- 12 Mar, 2012 1 commit
-
-
Rohan Garg authored
-
- 08 Mar, 2012 2 commits
-
-
Filippo Della Betta authored
-
Filippo Della Betta authored
-
- 06 Mar, 2012 10 commits
-
-
Filippo Della Betta authored
unistd.h is not present on Visual Studio. Replaced usleep with g_usleep to support win32 platform as well. Added WSAStartup/WSACleanup on win32
-
Filippo Della Betta authored
Fixed mingw/msys compilation. Definition for intptr_t was missing. Added WSAStartup/WSACleanup on win32
-
Filippo Della Betta authored
Fixed mingw/msys compilation. Definition for intptr_t was missing. Added WSAStartup/WSACleanup on win32
-
Filippo Della Betta authored
-
Filippo Della Betta authored
-
Filippo Della Betta authored
Fixed compiling on Visual Studio and removed getsockname before bind. Added WSAStartup/WSACleanup on win32
-
Filippo Della Betta authored
-
Filippo Della Betta authored
-
Filippo Della Betta authored
-
Filippo Della Betta authored
-
- 02 Mar, 2012 6 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Livio Madaro authored
Use GSocket for better Windows compatibility
-
- 24 Feb, 2012 1 commit
-
-
Livio Madaro authored
-
- 23 Feb, 2012 1 commit
-
-
Filippo Della Betta authored
-
- 21 Feb, 2012 3 commits
-
-
Filippo Della Betta authored
-
Rohan Garg authored
-
Filippo Della Betta authored
-
- 17 Feb, 2012 2 commits
-
-
Filippo Della Betta authored
-
Filippo Della Betta authored
-
- 15 Feb, 2012 8 commits
-
-
Filippo Della Betta authored
-
Youness Alaoui authored
Should use the remote priority rather than the priority of the parent pair Thanks to Filippo Della Betta
-
Filippo Della Betta authored
-
Filippo Della Betta authored
-
Filippo Della Betta authored
Since Visual Studio compiler does not support C99 I put some declarations at the beginning of the statement.
-
Filippo Della Betta authored
-
Filippo Della Betta authored
Included the replacement header win32_common.h instead of the missing header stdint.h on WIN32 platform
-
Filippo Della Betta authored
As glib documentation suggests (http://developer.gnome.org/glib/2.28/glib-IO-Channels.html), g_io_channel_unix_new should be avoided on WIN32 platform. Replaced with g_io_channel_win32_new_socket function
-
- 14 Feb, 2012 2 commits
-
-
Rohan Garg authored
-
Rohan Garg authored
-
- 13 Feb, 2012 2 commits
-
-
Youness Alaoui authored
If using a proxy, the 'from' of all packets were of the proxy server instead of the turn server, causing the check for turn to fail. Thanks to Madaro Livio.
-
Madaro Livio authored
I have a use case where len < 0 but the socket is still working. It is when the stun server is not listening and the client receives ICMP messages. I think it is a Windows specific problem. Calling WSAGetLastError() returns WSAECONNRESET. The MSDN documentation sais: "On a UDP-datagram socket, this error would indicate that a previous send operation resulted in an ICMP "Port Unreachable" message." http://msdn.microsoft.com/en-us/library/windows/desktop/ms740121(v=vs.85).aspx
-
- 10 Feb, 2012 1 commit
-
-
Madaro Livio authored
If TURN server is not listening then nice_tcp_bsd_socket_new returns socket=NULL and libnice crashes.
-