Age | Commit message (Expand) | Author |
2007-03-27 | Tighten up a few more OpenSSH options | Dan Fandrich |
2007-03-26 | Fix date | Yang Tse |
2007-03-26 | Internal function Curl_select() renamed to Curl_socket_ready() | Yang Tse |
2007-03-26 | Added SFTP and SCP upload tests in test602 & test603 | Dan Fandrich |
2007-03-26 | Added test600 and test601, SFTP and SCP file retrieval tests. | Dan Fandrich |
2007-03-26 | catch up new lib extension when build with gcc/nlmconv. | Gunter Knauf |
2007-03-26 | changed link lib order to make nlmconv happy. | Gunter Knauf |
2007-03-26 | added CVS Id tag. | Gunter Knauf |
2007-03-26 | fixed build to use compiler-default lib extension. | Gunter Knauf |
2007-03-25 | #92 is fixed | Daniel Stenberg |
2007-03-25 | Added the How to get your patches into the libcurl sources instruction posted | Daniel Stenberg |
2007-03-25 | added Daniel Johnson | Daniel Stenberg |
2007-03-25 | - Daniel Johnson fixed multi code to traverse the easy handle list properly. | Daniel Stenberg |
2007-03-25 | addressed (replied to with comments) most out-stading release issues and moved | Daniel Stenberg |
2007-03-25 | fix compiler warning | Yang Tse |
2007-03-25 | fix compiler warning | Yang Tse |
2007-03-25 | fix compiler warning | Yang Tse |
2007-03-24 | Fixed a couple of compile problems. | Dan Fandrich |
2007-03-24 | Added sshserver.pl | Dan Fandrich |
2007-03-24 | Fixed a memory leak when specifying a proxy with a file: URL and added | Dan Fandrich |
2007-03-24 | Changed the test harness to attempt to gracefully shut down servers | Dan Fandrich |
2007-03-23 | add missing state name for the debug state switch output | Daniel Stenberg |
2007-03-23 | fix debug message | Daniel Stenberg |
2007-03-23 | Added --pubkey option to curl and made --key also work for SCP/SFTP, | Dan Fandrich |
2007-03-23 | fix yet another leftover in previous commit | Yang Tse |
2007-03-23 | fix leftover in previous commit | Yang Tse |
2007-03-23 | fix compiler warning: empty body in an if/else-statement | Yang Tse |
2007-03-23 | Change spelling, ONE_TERRABYTE -> ONE_TERABYTE | Yang Tse |
2007-03-23 | Don't shut down sftp in an error if it was never started. | Dan Fandrich |
2007-03-22 | Free some additional strings on exit to avoid memory leaks. | Dan Fandrich |
2007-03-22 | fix wrong macro name introduced in las commit | Yang Tse |
2007-03-22 | Add check for compiler variadic macro support in configuration script | Yang Tse |
2007-03-22 | Fixed unused variable compiler warning. | Dan Fandrich |
2007-03-22 | Use C99-style variadic macros when available. | Dan Fandrich |
2007-03-22 | Add 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-22 | attempt to keep message length below 80 chars | Yang Tse |
2007-03-21 | reverted back to previous version => http://curl.haxx.se/mail/lib-2007-03/025... | Yang Tse |
2007-03-21 | avoid the use of variadic macros for greater portability | Yang Tse |
2007-03-21 | fix compiler warning: implicit conversion from "long" to "int" | Yang Tse |
2007-03-20 | Fixed: When a signal was caught awaiting for an event using Curl_select() | Yang Tse |
2007-03-20 | Remove unneeded 'HAVE_*' defines. | Gisle Vanem |
2007-03-19 | Avoid false positive detection of yaSSL | Yang Tse |
2007-03-19 | committed | Daniel Stenberg |
2007-03-19 | Bryan Henderson fixed the progress function so that it can get called | Yang Tse |
2007-03-18 | language fix | Daniel Stenberg |
2007-03-18 | Removed: yassl build breaks | Daniel Stenberg |
2007-03-18 | detect and show if built with yassl, but also set the "openssl" flag internally | Daniel Stenberg |
2007-03-18 | detect if built with the OpenSSL API "emulated" by yassl | Daniel Stenberg |
2007-03-18 | Fix compiler warning/error: ISO C90 forbids mixed declarations and code | Yang Tse |