03af76b6 | 16-Dec-2005 |
Yang Tse |
Since there is no proof of the existence of a platform which would justify checking for socklen_t in more than one function, the code used to find a valid socklen_t replacement is simplified
Since there is no proof of the existence of a platform which would 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
show more ...
|
e105d5c2 | 16-Dec-2005 |
Yang Tse |
'Fix' windows builds |
d6ffb4c1 | 16-Dec-2005 |
Yang Tse |
TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T. CURL_FUNC_GETNAMEINFO_ARGTYPES now also checks first argument. All related changes taken to cares configuration scripts. |
6dbfce10 | 16-Dec-2005 |
Daniel Stenberg |
Jean Jacques Drouin pointed out that you could only have a user name or password of 127 bytes or less embedded in a URL, where actually the code uses a 255 byte buffer for it! Modified now to
Jean Jacques Drouin pointed out that you could only have a user name or 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.
show more ...
|
fea5ddf5 | 16-Dec-2005 |
Yang Tse |
More quotes |
b9f39c27 | 16-Dec-2005 |
Yang Tse |
Fix copy paste bug |
5acac030 | 16-Dec-2005 |
Yang Tse |
Test CURL_CHECK_TYPE_SOCKLEN_T |
78febad7 | 16-Dec-2005 |
Yang Tse |
Oops. Wrong double quotes |
a6a5bba0 | 16-Dec-2005 |
Yang Tse |
Experimental check for socklen_t CURL_CHECK_TYPE_SOCKLEN_T |
51581c03 | 15-Dec-2005 |
Yang Tse |
Tests to check the availability of compilable and valid windows.h winsock.h winsock2.h and ws2tcpip.h header files: CURL_CHECK_HEADER_WINDOWS CURL_CHECK_HEADER_WINSOCK CURL_CHECK_
Tests to check the availability of compilable and 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
show more ...
|
8f25a95b | 15-Dec-2005 |
Daniel Stenberg |
minor edit |
7f5d0922 | 14-Dec-2005 |
Yang Tse |
Some preprocessors have problems if the # character isn't at position 1. |
2e5cccd1 | 14-Dec-2005 |
Yang Tse |
Check getnameinfo() argument types only if we have getnameinfo(). |
2645782f | 14-Dec-2005 |
Yang Tse |
Determine the correct type to be passed to four of the `getnameinfo' function's arguments, and define those types in `GETNAMEINFO_TYPE_ARG2', `GETNAMEINFO_TYPE_ARG46', and `GETNAMEINFO_TYPE_ARG7'. |
95330925 | 14-Dec-2005 |
Daniel Stenberg |
Rene Bernhardt's corrections |
6005a461 | 13-Dec-2005 |
Dan Fandrich |
Log CPPFLAGS environment variable along with the others. |
e2df946e | 13-Dec-2005 |
Dan Fandrich |
Fixed some compiler warnings on lcc. |
d1458812 | 13-Dec-2005 |
Yang Tse |
Undo last 'fix', since it was not the proper one. |
ab31cfa6 | 12-Dec-2005 |
Daniel Stenberg |
another SOCKS-related problem added |
af1c3979 | 12-Dec-2005 |
Daniel Stenberg |
added #29 and #30 |
947f9dee | 12-Dec-2005 |
Yang Tse |
Fix compiler warning |
ce95eee9 | 12-Dec-2005 |
Dan Fandrich |
lcc isn't Windows-only, so check for it in conjunction with WIN32 |
b15f3bb9 | 11-Dec-2005 |
Yang Tse |
Undo last changes |
998e8cba | 11-Dec-2005 |
Daniel Stenberg |
Dov Murik made defining HTTP_ONLY also disable TFTP |
e3f523ab | 11-Dec-2005 |
Yang Tse |
Avoid generation of additional warnings |