Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-12-09 | Fix compiler warning | Yang Tse | |
2005-12-09 | Unset HAVE_STRUCT_SOCKADDR_STORAGE when using msvc 6.0 with no PSDK | Yang Tse | |
2005-12-09 | build ulimiter too | Daniel Stenberg | |
2005-12-09 | Work around the 1024 connection limit in select(), or rather in the FD_* | Daniel Stenberg | |
macros. | |||
2005-12-09 | Handy little tool that increases the amount of max open file descriptors | Daniel Stenberg | |
and then runs a given command line. | |||
2005-12-08 | Replaced nonstandard u_char and u_int types | Dan Fandrich | |
2005-12-08 | Fix compiler warning | Yang Tse | |
2005-12-08 | Fix compiler warning | Yang Tse | |
2005-12-08 | Fixed a lingering omission of gzip support. | Dan Fandrich | |
2005-12-08 | Fix compiler warning | Yang Tse | |
2005-12-08 | Fix a couple of compiler warnings | Yang Tse | |
2005-12-08 | If unable to get curl's version, log all failure details. | Yang Tse | |
2005-12-07 | Lots of updates to detect what problems we got. They are related | Daniel Stenberg | |
to the 1024 file descriptor limit in the server... | |||
2005-12-07 | New version for testing connections against a local server for easier setting | Daniel Stenberg | |
up N idle and Z active connections in a controlled manner. This requires a a HTTP server that supports the server end. I have a modified sws for this (from the curl test suite) and I may commit the changes required for that soonish. | |||
2005-12-06 | start working on 7.15.2 | Daniel Stenberg | |
2005-12-06 | fresh contributors in the 7.15.1 release | Daniel Stenberg | |
2005-12-06 | 7.15.1 with the now to be announced security flaw fixed | Daniel Stenberg | |
2005-12-06 | my first collect-random-urls script, just for reference | Daniel Stenberg | |
2005-12-06 | ok, these are the test build I've used so far | Daniel Stenberg | |