- 12 Nov, 2008 4 commits
-
-
Youness Alaoui authored
a peer reflexive candidate must store the username and password from its parent candidate when in google mode
-
Youness Alaoui authored
do not reset a connectivity check to 'in progress' when we get a triggered check on it and we're already done
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 11 Nov, 2008 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 06 Nov, 2008 1 commit
-
-
Youness Alaoui authored
do not have the getaddrinfo/freeaddrinfo/getnameinfo functions in ws2_32.dll. As described in : http://msdn.microsoft.com/en-us/library/ms738532(VS.85).aspx <quote>The getnameinfo function was added to the Ws2_32.dll on Windows XP and later. If you want to execute an application using this function on earlier versions of Windows (Windows 2000, Windows NT, and Windows Me/98/95), then you need to include the Ws2tcpip.h file and also include the Wspiapi.h file. When the Wspiapi.h include file is added, the getnameinfo function is defined to the WspiapiGetNameInfo inline function in the Wspiapi.h file. At runtime, the WspiapiGetNameInfo function is implemented in such a way that if the Ws2_32.dll or the Wship6.dll (the file containing getnameinfo in the IPv6 Technology Preview for Windows 2000) does not include getnameinfo, then a version of getnameinfo is implemented inline based on code in the Wspiapi.h header file. This inline code will be used on older Windows platforms that do not natively support the getnameinfo function.</quote> Thanks to BW from aMSN forums for helping me find this!
-
- 05 Nov, 2008 3 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 04 Nov, 2008 12 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
Fix inet_ntop_win32 to correctly fill in the in_addr and to return the correct value upon success/failure
-
Youness Alaoui authored
WSAAddressToString and WSAStringToAddress are not the same as inet_pton and inet_ntop. This is much better. Taken from http://www.mail-archive.com/users@ipv6.org/msg02107.html
-
Youness Alaoui authored
-
- 03 Nov, 2008 15 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
Conflicts: stun/tools/stund.c
-
Youness Alaoui authored
-
Youness Alaoui authored
Add a win32 version of the stun_gettime function that does not use gettimeofday, but uses GetSystemTimeAsFileTime. Code copied from glib's implementation of g_get_current_time
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
Add an else to HAVE_CONFIG_H in order to define NICEAPI_EXPORT. Also removed that define from not public functions and removed them from libnice.sym
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 30 Oct, 2008 3 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-