Age | Commit message (Expand) | Author |
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 |
2007-03-12 | Emmanuel Dreyfus fixed not being able to find ber_free() in | Yang Tse |
2007-03-11 | can just as well NULLify the pointer in a single spot | Daniel Stenberg |
2007-03-11 | reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html | Daniel Stenberg |
2007-03-11 | fix compiler warning: unused variable | Yang Tse |
2007-03-10 | Eygene Ryabinkin fixed a use-after-free issue with HTTP transfers with the | Daniel Stenberg |
2007-03-10 | Bryan Henderson | Daniel Stenberg |
2007-03-10 | - Bryan Henderson introduces two things: | Daniel Stenberg |
2007-03-10 | pycurl 7.16.1 | Daniel Stenberg |
2007-03-10 | change max allowed time for this test to complete to 90 seconds | Yang Tse |
2007-03-09 | Updated the test harness to add a new "crypto" feature check and updated the | Dan Fandrich |
2007-03-09 | - Robert Iakobashvili fixed CURLOPT_INTERFACE for IPv6. | Daniel Stenberg |
2007-03-09 | - Robert A. Monat improved the maketgz and VC6/8 generating to set the correct | Daniel Stenberg |
2007-03-09 | - Justin Fletcher fixed a file descriptor leak in the curl tool when trying to | Daniel Stenberg |
2007-03-09 | Updated the test harness to check for protocol support before running each | Dan Fandrich |
2007-03-08 | Made a few cleanups. | Dan Fandrich |
2007-03-08 | Added SSL as a required feature for test case 400. | Dan Fandrich |
2007-03-08 | remove code superceeded by the new method used to force | Yang Tse |
2007-03-08 | Added test infrastructure to support basic FTPS tests. This currently | Dan Fandrich |
2007-03-07 | Honour --ftp-ssl-control on ftps:// URLs to allow encrypted control and | Dan Fandrich |
2007-03-07 | fix test leftover in previous commit | Yang Tse |
2007-03-07 | force libtool to build static libraries with PIC on AMD64 | Yang Tse |
2007-03-07 | Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way that | Yang Tse |
2007-03-06 | Fixed a couple of problems detected by valgrind in test cases 181 & 216 | Dan Fandrich |