summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-03version 0.1.20.1.2Youness Alaoui2-3/+21
2012-04-03Recognize a matching check if it's an INVALID message (error with no error-code)Youness Alaoui1-1/+1
2012-04-03Reinitiate a FAILED conncheck pair on a triggered checkYouness Alaoui1-4/+11
2012-03-23Use len instead of buf_len to check whether or not data was received properlyRohan Garg1-1/+1
2012-03-12Properly ifdef windows headers in order to get compiles working on linux againRohan Garg3-1/+5
2012-03-08Added more tests on Visual Studio platformFilippo Della Betta14-16/+1478
2012-03-08Fixed size of memcpyFilippo Della Betta1-2/+2
2012-03-05unistd.h is not present on Visual Studio. Replaced usleep with g_usleep to su...Filippo Della Betta1-2/+10
2012-03-05Fixed mingw/msys compilation. Definition for intptr_t was missing. Added WSAS...Filippo Della Betta1-1/+9
2012-03-05Fixed mingw/msys compilation. Definition for intptr_t was missing. Added WSAS...Filippo Della Betta1-1/+9
2012-03-05Added WSAStartup/WSACleanup on win32Filippo Della Betta1-1/+7
2012-03-05Fixed mingw/msys compilation. Definition for intptr_t was missingFilippo Della Betta1-0/+1
2012-03-05Fixed compiling on Visual Studio and removed getsockname before bind. Added W...Filippo Della Betta1-12/+23
2012-03-05Fixed compile on mingw/msys platformFilippo Della Betta1-0/+5
2012-03-05Added win32 section to .gitignoreFilippo Della Betta1-0/+7
2012-03-05Added support for compiling when gtk-doc is not installedFilippo Della Betta2-1/+5
2012-03-05Added gio dependencyFilippo Della Betta2-6/+7
2012-03-01Fix test-bsd by calling g_type_initYouness Alaoui1-1/+1
2012-03-01Fix tcp-bsd/udp-bsd coding style, add robustness and remove use of name_lenYouness Alaoui2-49/+35
2012-03-01Fix memory leak with udp-bsdYouness Alaoui1-11/+12
2012-03-01Callback now takes a GSocket * as argumentYouness Alaoui2-9/+3
2012-03-01Fix coding styleYouness Alaoui3-46/+49
2012-03-01Replace sockets with GSocketLivio Madaro5-150/+139
2012-02-23set nonblocking mode for socket on WindowsLivio Madaro3-2/+19
2012-02-23Changed EOL to libnice.sln and added config.hFilippo Della Betta2-73/+218
2012-02-20Added Microsoft Visual Studio 2008 (v9.0) supportFilippo Della Betta10-0/+1807
2012-02-20Remove redundant code from testsRohan Garg1-8/+0
2012-02-20WSAStartup/WSACleanup added on WIN32 platformFilippo Della Betta3-1/+26
2012-02-17Fixed warnings on Visual Studio platformFilippo Della Betta2-2/+3
2012-02-17Added fix for Visual Studio platformFilippo Della Betta1-0/+11
2012-02-15Replaced __func__ macro with G_STRFUNC in the unit testsFilippo Della Betta5-17/+17
2012-02-15Fix peer reflexive valid pair priority.Youness Alaoui1-4/+4
2012-02-15fixed warning guint32/guint64Filippo Della Betta1-2/+2
2012-02-15Error definitions moved to pseudotcp.h on WIN32 platformFilippo Della Betta3-11/+11
2012-02-15Fix declaration after statement error on VSFilippo Della Betta1-2/+3
2012-02-15Added typedef on size_t and ssize_t that are not defined on Visual Studio pla...Filippo Della Betta1-0/+5
2012-02-15Included the replacement header win32_common.h instead of the missing header ...Filippo Della Betta1-0/+4
2012-02-15Use g_io_channel_win32_new_socket for windowsFilippo Della Betta2-1/+8
2012-02-14Use size of the MD5Context, not size of the pointerRohan Garg1-1/+1
2012-02-14Use the correct enumRohan Garg1-1/+1
2012-02-13Return real origin when using a proxy (fixes detecting TURN sockets)Youness Alaoui2-7/+13
2012-02-13udp-bsd: Do not return an error for CONNRESET errors from ICMPMadaro Livio1-1/+2
2012-02-10Do not crash if the TURN server is invalid or not listeningMadaro Livio1-1/+8
2012-02-09oups, version should be 0.1.1.1Youness Alaoui1-1/+1
2012-02-09stund: Use recvfrom/sendto instead of recvmsg/sendmsgYouness Alaoui1-67/+15
2012-02-09stund: Set message length (fixes infinite loop) when receiving unknown attrib...John Selbie1-1/+1
2012-02-08Merge branch 'master' of ssh://dhansak/srv/git.collabora.co.uk/git/libniceYouness Alaoui11-30/+56
2012-02-08Keep TURN credentials (realm/nonce) from allocation for the refresh request.Madaro Livio1-0/+11
2012-02-08The server reflexive candidate gathered from the turn server isMadaro Livio1-2/+4
2012-02-08Disable retransmission of turn messages for reliable socket.Madaro Livio1-4/+11