Age | Commit message (Expand) | Author |
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 |
2007-03-18 | Code refactoring, extracting a new function wait_ms() from Curl_select and | Yang Tse |
2007-03-17 | Remove unneeded 'HAVE_*' defines. Detect i386 OS-target (gcc). | Gisle Vanem |
2007-03-17 | Added cvs id. Use TOPDIR variable. Updated CSOURCES. | Gisle Vanem |
2007-03-17 | Added a hack to work around the circular dependency when | Gisle Vanem |
2007-03-16 | openssl/bio.h doesn't exist when we build with yassl so avoid trying | Daniel Stenberg |
2007-03-16 | Fixed the test case to use a truly invalid urlglob range. | Dan Fandrich |
2007-03-15 | Sebastien Trottier's issue | Daniel Stenberg |
2007-03-15 | eight fresh issues to keep track of | Daniel Stenberg |
2007-03-15 | Various memory leaks plugged and NULL pointer fixes made in the ssh code. | Dan Fandrich |
2007-03-15 | - Nick made the curl tool accept globbing ranges that only is one number, i.e | Daniel Stenberg |
2007-03-15 | Fixed some memory leaks in various error paths. | Dan Fandrich |
2007-03-15 | show better description for AMD64-linux static libraries PIC check | Yang Tse |
2007-03-15 | Fixed a memory leak. | Dan Fandrich |
2007-03-14 | yassl doesn't have SSL_get_shutdown() in its OpenSSL() layer so we check for | Daniel Stenberg |
2007-03-14 | Fixed a NULL pointer dereference on sftp initialization failure. | Dan Fandrich |
2007-03-13 | --ftp-ssl-control is now honoured on ftps:// URLs | Dan Fandrich |
2007-03-13 | Use Curl_inet_pton() instead of inet_pton(). | Gisle Vanem |
2007-03-12 | libcurl supplies its own crypto hash functions when SSL is disabled, so | Dan Fandrich |
2007-03-12 | RECV is for download | Daniel Stenberg |