aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-12-01Jamie Newton pointed out that libcurl's file:// code would close() a zeroDaniel Stenberg
file descriptor if given a non-existing file.
2005-11-30#27 is fixedDaniel Stenberg
2005-11-30cast the va_arg() assignment to ftp_filemethod properlyDaniel Stenberg
2005-11-29Yang Tse's fix of the inet_pton checkDaniel Stenberg
2005-11-28new experimental "ftp method" codeDaniel Stenberg
2005-11-28Bryan HendersonDaniel Stenberg
2005-11-28Yang Tse's changes to provide an inet_pton() proto for the platforms whoDaniel Stenberg
don't have one in order to fix a remaining warning on IRIX 6.2.
2005-11-28added note about the inclusion of curl.h from within this fileDaniel Stenberg
2005-11-25Bryan Henderson: added missing ignoresDaniel Stenberg
2005-11-25Yang Tse fixed compiler warningsDaniel Stenberg
2005-11-25read_tcp_data() fix to get the proper buffer pointer and sizeDaniel Stenberg
2005-11-25Yang Tse: fixes the use of Curl_inet_ntop and Curl_inet_pton with noDaniel Stenberg
prototypes on some platforms, ie IRIX 6.2 MIPS C 6.2
2005-11-25Yang Tse: fixed compiler warningsDaniel Stenberg
2005-11-25Change based on Yang Tse's excellent fix to reduce buffer overflow risk andDaniel Stenberg
fixing a compiler warning in the append_scopeid() function.
2005-11-25Doug Kaufman corrected my attempt to a generic "skip extra test for functionDaniel Stenberg
F"
2005-11-24avoid doing #if an a predef symbol that might not be definedDaniel Stenberg