summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Simplified code around 'tld_errmsg' a bit.Gisle Vanem2007-03-281-6/+1
* added variadic macro stuff.Gunter Knauf2007-03-271-0/+8
* Update messageYang Tse2007-03-274-8/+8
* New Internal wrapper function Curl_select() around select (2), itYang Tse2007-03-274-10/+217
* don't retry select() call upon unrecoverable error EBADFYang Tse2007-03-271-7/+17
* Platforms that lack autotools support should define HAVE_VARIADIC_MACROS_C99Yang Tse2007-03-271-15/+0
* Internal function Curl_select() renamed to Curl_socket_ready()Yang Tse2007-03-2611-22/+22
* changed link lib order to make nlmconv happy.Gunter Knauf2007-03-261-22/+26
* added CVS Id tag.Gunter Knauf2007-03-261-0/+1
* fixed build to use compiler-default lib extension.Gunter Knauf2007-03-261-10/+12
* - Daniel Johnson fixed multi code to traverse the easy handle list properly.Daniel Stenberg2007-03-251-2/+2
* fix compiler warningYang Tse2007-03-251-1/+1
* fix compiler warningYang Tse2007-03-254-7/+24
* fix compiler warningYang Tse2007-03-253-16/+40
* Fixed a couple of compile problems.Dan Fandrich2007-03-242-1/+3
* Fixed a memory leak when specifying a proxy with a file: URL and addedDan Fandrich2007-03-241-60/+69
* add missing state name for the debug state switch outputDaniel Stenberg2007-03-231-0/+4
* fix debug messageDaniel Stenberg2007-03-231-2/+2
* Added --pubkey option to curl and made --key also work for SCP/SFTP,Dan Fandrich2007-03-231-6/+12
* fix yet another leftover in previous commitYang Tse2007-03-231-1/+1
* fix leftover in previous commitYang Tse2007-03-231-0/+4
* fix compiler warning: empty body in an if/else-statementYang Tse2007-03-231-9/+24
* Change spelling, ONE_TERRABYTE -> ONE_TERABYTEYang Tse2007-03-231-8/+10
* Don't shut down sftp in an error if it was never started.Dan Fandrich2007-03-231-4/+2
* Fixed unused variable compiler warning.Dan Fandrich2007-03-221-3/+2
* Use C99-style variadic macros when available.Dan Fandrich2007-03-221-5/+6
* Add a couple of local macros to improve code readability.Yang Tse2007-03-221-43/+66
* reverted back to previous version => http://curl.haxx.se/mail/lib-2007-03/025...Yang Tse2007-03-212-5/+12
* avoid the use of variadic macros for greater portabilityYang Tse2007-03-212-13/+6
* fix compiler warning: implicit conversion from "long" to "int"Yang Tse2007-03-211-4/+4
* Fixed: When a signal was caught awaiting for an event using Curl_select()Yang Tse2007-03-201-32/+94
* Remove unneeded 'HAVE_*' defines.Gisle Vanem2007-03-203-23/+0
* Bryan Henderson fixed the progress function so that it can get calledYang Tse2007-03-191-154/+156
* Fix compiler warning/error: ISO C90 forbids mixed declarations and codeYang Tse2007-03-181-1/+5
* Code refactoring, extracting a new function wait_ms() from Curl_select andYang Tse2007-03-182-53/+99
* Remove unneeded 'HAVE_*' defines. Detect i386 OS-target (gcc).Gisle Vanem2007-03-171-15/+1
* Fixed some memory leaks in various error paths.Dan Fandrich2007-03-151-2/+18
* Fixed a memory leak.Dan Fandrich2007-03-151-3/+11
* yassl doesn't have SSL_get_shutdown() in its OpenSSL() layer so we check forDaniel Stenberg2007-03-141-0/+2
* Fixed a NULL pointer dereference on sftp initialization failure.Dan Fandrich2007-03-141-3/+9
* Use Curl_inet_pton() instead of inet_pton().Gisle Vanem2007-03-131-1/+2
* Emmanuel Dreyfus fixed not being able to find ber_free() inYang Tse2007-03-121-0/+5
* can just as well NULLify the pointer in a single spotDaniel Stenberg2007-03-111-7/+5
* reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.htmlDaniel Stenberg2007-03-114-197/+41
* fix compiler warning: unused variableYang Tse2007-03-111-1/+3
* Eygene Ryabinkin fixed a use-after-free issue with HTTP transfers with theDaniel Stenberg2007-03-101-0/+4
* - Bryan Henderson introduces two things:Daniel Stenberg2007-03-104-41/+197
* - Robert Iakobashvili fixed CURLOPT_INTERFACE for IPv6.Daniel Stenberg2007-03-091-1/+7
* - Robert A. Monat improved the maketgz and VC6/8 generating to set the correctDaniel Stenberg2007-03-091-1/+5
* Honour --ftp-ssl-control on ftps:// URLs to allow encrypted control andDan Fandrich2007-03-071-1/+2