aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-26Internal function Curl_select() renamed to Curl_socket_ready()Yang Tse
2007-03-26Added SFTP and SCP upload tests in test602 & test603Dan Fandrich
2007-03-26Added test600 and test601, SFTP and SCP file retrieval tests.Dan Fandrich
2007-03-26catch up new lib extension when build with gcc/nlmconv.Gunter Knauf
2007-03-26changed link lib order to make nlmconv happy.Gunter Knauf
2007-03-26added CVS Id tag.Gunter Knauf
2007-03-26fixed build to use compiler-default lib extension.Gunter Knauf
2007-03-25#92 is fixedDaniel Stenberg
2007-03-25Added the How to get your patches into the libcurl sources instruction postedDaniel Stenberg
2007-03-25added Daniel JohnsonDaniel Stenberg
2007-03-25- Daniel Johnson fixed multi code to traverse the easy handle list properly.Daniel Stenberg
2007-03-25addressed (replied to with comments) most out-stading release issues and movedDaniel Stenberg
2007-03-25fix compiler warningYang Tse
2007-03-25fix compiler warningYang Tse
2007-03-25fix compiler warningYang Tse
2007-03-24Fixed a couple of compile problems.Dan Fandrich
2007-03-24Added sshserver.plDan Fandrich
2007-03-24Fixed a memory leak when specifying a proxy with a file: URL and addedDan Fandrich
2007-03-24Changed the test harness to attempt to gracefully shut down serversDan Fandrich
2007-03-23add missing state name for the debug state switch outputDaniel Stenberg
2007-03-23fix debug messageDaniel Stenberg
2007-03-23Added --pubkey option to curl and made --key also work for SCP/SFTP,Dan Fandrich
2007-03-23fix yet another leftover in previous commitYang Tse
2007-03-23fix leftover in previous commitYang Tse
2007-03-23fix compiler warning: empty body in an if/else-statementYang Tse
2007-03-23Change spelling, ONE_TERRABYTE -> ONE_TERABYTEYang Tse
2007-03-23Don't shut down sftp in an error if it was never started.Dan Fandrich
2007-03-22Free some additional strings on exit to avoid memory leaks.Dan Fandrich
2007-03-22fix wrong macro name introduced in las commitYang Tse
2007-03-22Add check for compiler variadic macro support in configuration scriptYang Tse
2007-03-22Fixed unused variable compiler warning.Dan Fandrich
2007-03-22Use C99-style variadic macros when available.Dan Fandrich
2007-03-22Add a couple of local macros to improve code readability.Yang Tse
2007-03-22-z hasn't supported "yesterday" for quite some time...Daniel Stenberg
2007-03-22attempt to keep message length below 80 charsYang Tse
2007-03-21reverted back to previous version => http://curl.haxx.se/mail/lib-2007-03/025...Yang Tse
2007-03-21avoid the use of variadic macros for greater portabilityYang Tse
2007-03-21fix compiler warning: implicit conversion from "long" to "int"Yang Tse
2007-03-20Fixed: When a signal was caught awaiting for an event using Curl_select()Yang Tse
2007-03-20Remove unneeded 'HAVE_*' defines.Gisle Vanem
2007-03-19Avoid false positive detection of yaSSLYang Tse
2007-03-19committedDaniel Stenberg
2007-03-19Bryan Henderson fixed the progress function so that it can get calledYang Tse
2007-03-18language fixDaniel Stenberg
2007-03-18Removed: yassl build breaksDaniel Stenberg
2007-03-18detect and show if built with yassl, but also set the "openssl" flag internallyDaniel Stenberg
2007-03-18detect if built with the OpenSSL API "emulated" by yasslDaniel Stenberg
2007-03-18Fix compiler warning/error: ISO C90 forbids mixed declarations and codeYang Tse
2007-03-18Code refactoring, extracting a new function wait_ms() from Curl_select andYang Tse
2007-03-17Remove unneeded 'HAVE_*' defines. Detect i386 OS-target (gcc).Gisle Vanem