Age | Commit message (Expand) | Author |
2008-03-27 | - As found out and reported by Dan Petitt, libcurl didn't show progress/call | Daniel Stenberg |
2008-03-25 | spell! | 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 | Jes reported the curl-config bug | Dan Fandrich |
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 curl_easy_getinfo typechecker. | Michal Marek |
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-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-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-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 | - 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-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 | new mirror and mirror recount after cleansing | Daniel Stenberg |
2008-02-15 | - Pooyan McSporran found and fixed a flaw where you first would do a normal | Daniel Stenberg |
2008-02-10 | Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) points | Yang Tse |
2008-02-08 | - Mike Hommey filed and fixed bug report #1889856 | Daniel Stenberg |
2008-02-08 | Günter Knauf added lib/mk-ca-bundle.pl which gets the Firefox ca bundle and | Daniel Stenberg |
2008-02-07 | - Refactored a lot of timeout code into a few functions in an attempt to make | Daniel Stenberg |
2008-02-06 | Fix problem in strdup replacement when dealing with absolutely huge strings. | Yang Tse |
2008-01-31 | - Niklas Angebrand made the cookie support in libcurl properly deal with the | Daniel Stenberg |
2008-01-29 | - Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously | Daniel Stenberg |
2008-01-29 | - Michal Marek fixed minor mistake in test case 553 that prevented it from | Daniel Stenberg |
2008-01-28 | start over on 7.18.1 | Daniel Stenberg |
2008-01-25 | - Kevin Reed filed bug report #1879375 | Daniel Stenberg |
2008-01-24 | and Igor Franchuk is his name! | Daniel Stenberg |
2008-01-23 | "Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so | Daniel Stenberg |
2008-01-21 | Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed | Daniel Stenberg |
2008-01-20 | Judson provided an example, and the added mirror adds the count | Daniel Stenberg |
2008-01-20 | http://curl.very-clever.com/ is a new mirror in Nuremberg, Germany | Daniel Stenberg |
2008-01-18 | Lau Hang Kin found and fixed a problem with the multi interface when doing | Daniel Stenberg |
2008-01-17 | curl-java 0.2.1 | Daniel Stenberg |
2008-01-16 | Nathan Coulter's patch that makes runtests.pl respect the PATH when figuring | Daniel Stenberg |
2008-01-16 | fix handling of out of memory in the command line tool that afected | Yang Tse |
2008-01-16 | Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that | Daniel Stenberg |