aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-15Tests to check the availability of compilable andYang 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-15minor editDaniel Stenberg
2005-12-14Some preprocessors have problems if the # character isn't at position 1.Yang Tse
2005-12-14Check getnameinfo() argument types only if we have getnameinfo().Yang Tse
2005-12-14Determine 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-14Rene Bernhardt's correctionsDaniel Stenberg
2005-12-13Log CPPFLAGS environment variable along with the others.Dan Fandrich
2005-12-13Fixed some compiler warnings on lcc.Dan Fandrich
2005-12-13Undo last 'fix', since it was not the proper one.Yang Tse
2005-12-12another SOCKS-related problem addedDaniel Stenberg
2005-12-12added #29 and #30Daniel Stenberg
2005-12-12Fix compiler warningYang Tse
2005-12-12lcc isn't Windows-only, so check for it in conjunction with WIN32Dan Fandrich
2005-12-11Undo last changesYang Tse
2005-12-11Dov Murik made defining HTTP_ONLY also disable TFTPDaniel Stenberg
2005-12-11Avoid generation of additional warningsYang Tse
2005-12-11Fix 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-10use c-ares' IPv6 abilitiesDaniel Stenberg
fix CONNECT to a proxy that disconnects during the auth phase
2005-12-10fix CURLOPT_FAILONERROR error, pointed out by Shailesh N. HumbadDaniel Stenberg
2005-12-10Modified lookup_service() to avoid the risk of a potential buffer overflowYang Tse
2005-12-09Fix compiler warningYang Tse
2005-12-09Fix compiler warningYang Tse
2005-12-09Unset HAVE_STRUCT_SOCKADDR_STORAGE when using msvc 6.0 with no PSDKYang Tse
2005-12-09build ulimiter tooDaniel Stenberg
2005-12-09Work around the 1024 connection limit in select(), or rather in the FD_*Daniel Stenberg
macros.
2005-12-09Handy little tool that increases the amount of max open file descriptorsDaniel Stenberg
and then runs a given command line.
2005-12-08Replaced nonstandard u_char and u_int typesDan Fandrich
2005-12-08Fix compiler warningYang Tse
2005-12-08Fix compiler warningYang Tse
2005-12-08Fixed a lingering omission of gzip support.Dan Fandrich
2005-12-08Fix compiler warningYang Tse
2005-12-08Fix a couple of compiler warningsYang Tse
2005-12-08If unable to get curl's version, log all failure details.Yang Tse
2005-12-07Lots of updates to detect what problems we got. They are relatedDaniel Stenberg
to the 1024 file descriptor limit in the server...
2005-12-07New version for testing connections against a local server for easier settingDaniel 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-06start working on 7.15.2Daniel Stenberg
2005-12-06fresh contributors in the 7.15.1 releaseDaniel Stenberg
2005-12-067.15.1 with the now to be announced security flaw fixedDaniel Stenberg
2005-12-06my first collect-random-urls script, just for referenceDaniel Stenberg
2005-12-06ok, these are the test build I've used so farDaniel Stenberg
2005-12-06Yang Tse: fixed compiler warningDaniel Stenberg
2005-12-06Yang Tse: With last change logging directory needs to be created sooner.Daniel Stenberg
2005-12-05Added a run-time check to warn if TFTP is going to fail due to portabilityDan Fandrich
issues in the code.
2005-12-05Yang Tse: make runtests.pl more talkative when unable to find out curl'sDaniel Stenberg
version.
2005-12-05Yang Tse fixed: Openssl 0.9.9 makes 'const' the SSL_METHOD parameter inDaniel Stenberg
SSL_CTX_new and others, and also makes functions SSLv23_client_method, TLSv1_client_method, etc return a 'const' SSL_METHOD pointer. Previous versions do not use the 'const' qualifier.
2005-12-05Another Yang Tse warning cleanup raid!Daniel Stenberg
2005-12-04Recent OpenSSL returns a 'const' in '*_client_method()'. So avoidGisle Vanem
'assignment discards qualifiers from pointer target type' warning.
2005-12-02Yang Tse adjusted the multiple header inclusion prevention definitionDaniel Stenberg
H_MPRINTF to our more used style __CURL_MPRINTF_H
2005-12-02Yang Tse's fix to only provide the proto if there is such a function andDaniel Stenberg
we didn't find any proto
2005-12-02Yang Tse fixed the 4th argument in the sendto() callsDaniel Stenberg