Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-19 | Add checking for type DWORD as argument 4 and 6 of getnameinfo | Yang Tse | |
2005-12-19 | Adjust more windows header includes | Yang Tse | |
2005-12-19 | Fixed lcc compiler warnings. | Dan Fandrich | |
2005-12-19 | Fix guard detection of _WIN32_WINNT for MingW in CURL_FUNC_GETNAMEINFO_ARGTYPES | Yang Tse | |
2005-12-19 | Add check for 'unsigned int' as type of arguments 4 and 6 of getnameinfo | Yang Tse | |
2005-12-19 | Undo previous change. This header file belongs to the public | Yang Tse | |
interface and the change could break the compilation of thrid party apps which link against this library. | |||
2005-12-18 | When checking the type of the first argument of getnameinfo do it in the | Yang Tse | |
following order: 'struct sockaddr *' 'const struct sockaddr *' 'void *'. | |||
2005-12-18 | Fix spacing. When defining, define to 1. | Yang Tse | |
2005-12-18 | Cleanup windows header includes. Where aplicable, inclusion of | Yang Tse | |
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h | |||
2005-12-18 | MingW guards getnameinfo, getaddrinfo and freeaddrinfo with _WIN32_WINNT >= ↵ | Yang Tse | |
0x0501 | |||
2005-12-18 | Fix Msys/Mingw not detecting getnameinfo() with AC_CHECK_FUNCS | Yang Tse | |
2005-12-18 | Make it compatible with vc60 and vc71 | Yang Tse | |
2005-12-17 | Fix typo | Yang Tse | |
2005-12-17 | Fix compiler warning | Yang Tse | |
2005-12-17 | Cleanup | Yang Tse | |
2005-12-17 | Windows related cleanup | Yang Tse | |
2005-12-17 | Check first arg of getnameinfo with and without const qualifier. | Yang Tse | |
2005-12-17 | Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_H | Yang Tse | |
2005-12-17 | Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, ↵ | Yang Tse | |
since at this point nothing depends on it. | |||
2005-12-17 | const qualifier in getnameinfo check | Yang Tse | |
2005-12-16 | Since there is no proof of the existence of a platform which would | Yang Tse | |
justify checking for socklen_t in more than one function, the code used to find a valid socklen_t replacement is simplified back. The only function that will be used to find a socklen_t replacement is getpeername, as it has been since revision 1.4 of curl/acinclude.m4 | |||
2005-12-16 | 'Fix' windows builds | Yang Tse | |
2005-12-16 | TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T. | Yang Tse | |
CURL_FUNC_GETNAMEINFO_ARGTYPES now also checks first argument. All related changes taken to cares configuration scripts. | |||
2005-12-16 | Jean Jacques Drouin pointed out that you could only have a user name or | Daniel Stenberg | |
password of 127 bytes or less embedded in a URL, where actually the code uses a 255 byte buffer for it! Modified now to use the full buffer size. | |||
2005-12-16 | More quotes | Yang Tse | |
2005-12-16 | Fix copy paste bug | Yang Tse | |
2005-12-16 | Test CURL_CHECK_TYPE_SOCKLEN_T | Yang Tse | |
2005-12-16 | Oops. Wrong double quotes | Yang Tse | |
2005-12-16 | Experimental check for socklen_t CURL_CHECK_TYPE_SOCKLEN_T | Yang Tse | |
2005-12-15 | Tests to check the availability of compilable and | Yang Tse | |
valid windows.h winsock.h winsock2.h and ws2tcpip.h header files: CURL_CHECK_HEADER_WINDOWS CURL_CHECK_HEADER_WINSOCK CURL_CHECK_HEADER_WINSOCK2 CURL_CHECK_HEADER_WS2TCPIP | |||
2005-12-15 | minor edit | Daniel Stenberg | |
2005-12-14 | Some preprocessors have problems if the # character isn't at position 1. | Yang Tse | |
2005-12-14 | Check getnameinfo() argument types only if we have getnameinfo(). | Yang Tse | |
2005-12-14 | Determine the correct type to be passed to four of the `getnameinfo' ↵ | Yang Tse | |
function's arguments, and define those types in `GETNAMEINFO_TYPE_ARG2', `GETNAMEINFO_TYPE_ARG46', and `GETNAMEINFO_TYPE_ARG7'. | |||
2005-12-14 | Rene Bernhardt's corrections | Daniel Stenberg | |
2005-12-13 | Log CPPFLAGS environment variable along with the others. | Dan Fandrich | |
2005-12-13 | Fixed some compiler warnings on lcc. | Dan Fandrich | |
2005-12-13 | Undo last 'fix', since it was not the proper one. | Yang Tse | |
2005-12-12 | another SOCKS-related problem added | Daniel Stenberg | |
2005-12-12 | added #29 and #30 | Daniel Stenberg | |
2005-12-12 | Fix compiler warning | Yang Tse | |
2005-12-12 | lcc isn't Windows-only, so check for it in conjunction with WIN32 | Dan Fandrich | |
2005-12-11 | Undo last changes | Yang Tse | |
2005-12-11 | Dov Murik made defining HTTP_ONLY also disable TFTP | Daniel Stenberg | |
2005-12-11 | Avoid generation of additional warnings | Yang Tse | |
2005-12-11 | Fix compiler warning and compatibility issue with the type of the parameter ↵ | Yang Tse | |
used in getnameinfo() to receive the length of the sockaddr struct. | |||
2005-12-10 | use c-ares' IPv6 abilities | Daniel Stenberg | |
fix CONNECT to a proxy that disconnects during the auth phase | |||
2005-12-10 | fix CURLOPT_FAILONERROR error, pointed out by Shailesh N. Humbad | Daniel Stenberg | |
2005-12-10 | Modified lookup_service() to avoid the risk of a potential buffer overflow | Yang Tse | |
2005-12-09 | Fix compiler warning | Yang Tse | |