aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2008-04-07- Fix the MIT / Heimdal check for good:Michal Marek
2008-04-05- Alexey Simak fixed curl_easy_reset() to reset the max redirect limit properlyDaniel Stenberg
2008-04-05- Based on the Debian bug report #474224 that complained about the FTP errorDaniel Stenberg
2008-04-04Added test627 to test SFTP with CURLOPT_NOBODYDan Fandrich
2008-04-03- Setting CURLOPT_NOBODY to FALSE will now switch the HTTP request method toDaniel Stenberg
2008-04-03Scott Barrett added support for CURLOPT_NOBODY over SFTPDaniel Stenberg
2008-04-03Made sure that curl_global_init is called in all the multithreadedDan Fandrich
2008-03-31Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek
2008-03-31- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg
2008-03-31Changed the makefile so the doc/examples/ programs are never built in aDan Fandrich
2008-03-307.18.1Daniel Stenberg
2008-03-27- Stephen Collyer pointed out that configure --with-libssh2 without a givenDaniel Stenberg
2008-03-27- As found out and reported by Dan Petitt, libcurl didn't show progress/callDaniel Stenberg
2008-03-25- Made setting the CURLOPT_SSL_CTX_FUNCTION option return a failure in caseDaniel Stenberg
2008-03-22- Fixed the problem with doing a zero byte SCP transfer, verified with testDaniel Stenberg
2008-03-20Fixed a problem where curl-config --protocols could erroneously show LDAPSDan Fandrich
2008-03-20- Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath byMichal Marek
2008-03-18Fixed an infinite loop when given an invalid SFTP quote command.Dan Fandrich
2008-03-18Added test 626 to reproduce an infinite loop when given an invalidDan Fandrich
2008-03-18- Added curl_easy_getinfo typechecker.Michal Marek
2008-03-13Added tests 622-625 to test SFTP/SCP uploads. Test 625 was an attempt toDan Fandrich
2008-03-13- Brian Ulm figured out that if you did an SFTP upload withDaniel Stenberg
2008-03-11- Dmitry Popov filed bug report #1911069Daniel Stenberg
2008-03-11- Added a macro for curl_easy_setopt() that accepts three arguments and simplyDaniel Stenberg
2008-03-11- Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and onlyMichal Marek
2008-03-10Added tests 618-621 to test SFTP/SCP transfers of more than one fileDan Fandrich
2008-03-09- Brian Ulm reported a crash when doing a second SFTP transfer on a re-usedDaniel Stenberg
2008-03-06Fix the gssapi configure check to detect newer MIT Kerberos (patch byMichal Marek
2008-03-06Regression fix:Yang Tse
2008-03-06Added tests 616 and 617 to see how SFTP and SCP cope with zero-lengthDan Fandrich
2008-03-04Mike 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 onDaniel Stenberg
2008-02-26Added support for server name indication (RFC 4366).Gunter Knauf
2008-02-25- Kaspar Brand made GnuTLS-built libcurl properly acknowledge the option thatDaniel Stenberg
2008-02-23- Sam Listopad provided a patch in feature-request #1900014Daniel Stenberg
2008-02-22- Georg Lippitsch made the src/Makefile.vc6 makefile use the same memory modelDaniel Stenberg
2008-02-21- Zmey Petroff found a crash when libcurl accessed a NULL pointer, whichDaniel Stenberg
2008-02-20- Fixed test case 405 to not fail when libcurl is built with GnuTLSDaniel Stenberg
2008-02-20mention removal of SSLv2 by default.Gunter Knauf
2008-02-20- Based on initial work done by Gautam Kachroo to address a bug, we now keepDaniel Stenberg
2008-02-20- We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg
2008-02-19Added test309 to test HTTP redirect to HTTPS URLDan Fandrich
2008-02-18- We're no longer providing a very old ca-bundle in the curl tarball. You canDaniel Stenberg
2008-02-17- Jerome Muffat-Meridol helped me fix Curl_done() to close the currentDaniel Stenberg
2008-02-15- Made the gnutls code path not even try to get the server cert if no peerDaniel Stenberg
2008-02-15- Pooyan McSporran found and fixed a flaw where you first would do a normalDaniel Stenberg
2008-02-11Yang Tse pointed out a few remaining quirks from my timeout refactoring fromDaniel Stenberg
2008-02-10Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) pointsYang Tse
2008-02-09Added 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 #1889856Daniel Stenberg