Age | Commit message (Expand) | Author |
2008-04-04 | Added test627 to test SFTP with CURLOPT_NOBODY | Dan Fandrich |
2008-04-03 | - Setting CURLOPT_NOBODY to FALSE will now switch the HTTP request method to | Daniel Stenberg |
2008-04-03 | Scott Barrett added support for CURLOPT_NOBODY over SFTP | Daniel Stenberg |
2008-04-03 | Made sure that curl_global_init is called in all the multithreaded | Dan Fandrich |
2008-03-31 | Removed the generated ca-bundle.h file. The verbatim value of $ca and | Michal Marek |
2008-03-31 | - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an | Daniel Stenberg |
2008-03-31 | Changed the makefile so the doc/examples/ programs are never built in a | Dan Fandrich |
2008-03-30 | 7.18.1 | Daniel Stenberg |
2008-03-27 | - Stephen Collyer pointed out that configure --with-libssh2 without a given | Daniel Stenberg |
2008-03-27 | - As found out and reported by Dan Petitt, libcurl didn't show progress/call | Daniel Stenberg |
2008-03-25 | - Made setting the CURLOPT_SSL_CTX_FUNCTION option return a failure in case | Daniel Stenberg |
2008-03-22 | - Fixed the problem with doing a zero byte SCP transfer, verified with test | Daniel Stenberg |
2008-03-20 | Fixed a problem where curl-config --protocols could erroneously show LDAPS | Dan Fandrich |
2008-03-20 | - Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath by | Michal Marek |
2008-03-18 | Fixed an infinite loop when given an invalid SFTP quote command. | Dan Fandrich |
2008-03-18 | Added test 626 to reproduce an infinite loop when given an invalid | Dan Fandrich |
2008-03-18 | - Added curl_easy_getinfo typechecker. | Michal Marek |
2008-03-13 | Added tests 622-625 to test SFTP/SCP uploads. Test 625 was an attempt to | Dan Fandrich |
2008-03-13 | - Brian Ulm figured out that if you did an SFTP upload with | Daniel Stenberg |
2008-03-11 | - Dmitry Popov filed bug report #1911069 | Daniel Stenberg |
2008-03-11 | - Added a macro for curl_easy_setopt() that accepts three arguments and simply | Daniel Stenberg |
2008-03-11 | - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only | Michal Marek |
2008-03-10 | Added tests 618-621 to test SFTP/SCP transfers of more than one file | Dan Fandrich |
2008-03-09 | - Brian Ulm reported a crash when doing a second SFTP transfer on a re-used | Daniel Stenberg |
2008-03-06 | Fix the gssapi configure check to detect newer MIT Kerberos (patch by | Michal Marek |
2008-03-06 | Regression fix: | Yang Tse |
2008-03-06 | Added tests 616 and 617 to see how SFTP and SCP cope with zero-length | Dan Fandrich |
2008-03-04 | Mike Protts brought a patch that makes resumed transfers work with SFTP. | Daniel Stenberg |
2008-03-01 | - Anatoli Tubman found and fixed a crash with Negotiate authentication used on | Daniel Stenberg |
2008-02-26 | Added support for server name indication (RFC 4366). | Gunter Knauf |
2008-02-25 | - Kaspar Brand made GnuTLS-built libcurl properly acknowledge the option that | Daniel Stenberg |
2008-02-23 | - Sam Listopad provided a patch in feature-request #1900014 | Daniel Stenberg |
2008-02-22 | - Georg Lippitsch made the src/Makefile.vc6 makefile use the same memory model | Daniel Stenberg |
2008-02-21 | - Zmey Petroff found a crash when libcurl accessed a NULL pointer, which | Daniel Stenberg |
2008-02-20 | - Fixed test case 405 to not fail when libcurl is built with GnuTLS | Daniel Stenberg |
2008-02-20 | mention removal of SSLv2 by default. | Gunter Knauf |
2008-02-20 | - Based on initial work done by Gautam Kachroo to address a bug, we now keep | Daniel Stenberg |
2008-02-20 | - We no longer support setting the CURLOPT_URL option from inside a callback | Daniel Stenberg |
2008-02-19 | Added test309 to test HTTP redirect to HTTPS URL | Dan Fandrich |
2008-02-18 | - We're no longer providing a very old ca-bundle in the curl tarball. You can | Daniel Stenberg |
2008-02-17 | - Jerome Muffat-Meridol helped me fix Curl_done() to close the current | Daniel Stenberg |
2008-02-15 | - Made the gnutls code path not even try to get the server cert if no peer | Daniel Stenberg |
2008-02-15 | - Pooyan McSporran found and fixed a flaw where you first would do a normal | Daniel Stenberg |
2008-02-11 | Yang Tse pointed out a few remaining quirks from my timeout refactoring from | Daniel Stenberg |
2008-02-10 | Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) points | Yang Tse |
2008-02-09 | Added key words to all SSL-using tests so they can be skipped if necessary. | Dan Fandrich |
2008-02-08 | - Mike Hommey filed and fixed bug report #1889856 | Daniel Stenberg |
2008-02-08 | To verify that the sftp server is actually running, responsive and that | Yang Tse |
2008-02-08 | G�nter Knauf added lib/mk-ca-bundle.pl which gets the Firefox ca bundle and | Daniel Stenberg |
2008-02-08 | Added tests 1022 and 1023 to validate output of curl-config --version and | Dan Fandrich |