aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
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
2008-02-08To verify that the sftp server is actually running, responsive and thatYang Tse
2008-02-08Günter Knauf added lib/mk-ca-bundle.pl which gets the Firefox ca bundle andDaniel Stenberg
2008-02-08Added tests 1022 and 1023 to validate output of curl-config --version andDan Fandrich
2008-02-07- Refactored a lot of timeout code into a few functions in an attempt to makeDaniel Stenberg
2008-02-06Fix problem in strdup replacement when dealing with absolutely huge strings.Yang Tse
2008-02-03- Dmitry Kurochkin cleaned up the pipelining code and removed the need for andDaniel Stenberg
2008-01-31- Niklas Angebrand made the cookie support in libcurl properly deal with theDaniel Stenberg
2008-01-31- Dmitry Kurochkin moved several struct fields from the connectdata struct toDaniel Stenberg
2008-01-29- Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previouslyDaniel Stenberg
2008-01-29- Michal Marek fixed minor mistake in test case 553 that prevented it fromDaniel Stenberg
2008-01-287.18.0Daniel Stenberg
2008-01-27Dmitry Kurochkin: In "real world" testing I found more bugs inDaniel Stenberg
2008-01-25- Kevin Reed filed bug report #1879375Daniel Stenberg
2008-01-24and Igor Franchuk is his name!Daniel Stenberg
2008-01-23"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and soDaniel Stenberg
2008-01-22check availability of poll.h header at configuration time, and includeYang Tse
2008-01-21Dmitry Kurochkin removed the cancelled state for pipelining, as we agreedDaniel Stenberg
2008-01-21Disable ldap support for cygwin builds, since it breaks whole build process.Yang Tse
2008-01-18Lau Hang Kin found and fixed a problem with the multi interface when doingDaniel Stenberg
2008-01-17Don't abort tests 518 and 537 when unable to raise the open-file soft limitYang Tse
2008-01-16Nathan Coulter's patch that makes runtests.pl respect the PATH when figuringDaniel Stenberg
2008-01-16fix handling of out of memory in the command line tool that afectedYang Tse
2008-01-16Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support thatDaniel Stenberg
2008-01-15Calls to Curl_failf() are not supposed to provide a trailing newline as theDaniel Stenberg
2008-01-15I made the torture test on test 530 go through. This was actually due toDaniel Stenberg
2008-01-14Joe Malicki filed bug report #1871269Daniel Stenberg
2008-01-12I re-arranged the curl --help output. All the options are now sorted onDaniel Stenberg
2008-01-12Eric Landes provided the patch (edited by me) that introduces theDaniel Stenberg
2008-01-11Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way itDaniel Stenberg
2008-01-11I made the curl tool switch from using CURLOPT_IOCTLFUNCTION to now use theDaniel Stenberg
2008-01-10Michal Marek made curl-config --libs not include /usr/lib64 in the outputDaniel Stenberg
2008-01-10Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allowDaniel Stenberg
2008-01-10Nikitinskit Dmitriy filed bug report #1868255Daniel Stenberg
2008-01-08Introducing curl_easy_pause() and new magic return codes for both the readDaniel Stenberg
2008-01-06Jeff Johnson filed bug report #1863171Daniel Stenberg
2008-01-05Based on further discussion on curl-library, I reverted yesterday's SOCKS5Daniel Stenberg
2008-01-04Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let theDaniel Stenberg
2008-01-03Modify test harness so that the minimum SSH version required to runYang Tse
2008-01-02- I fixed two cases of missing return code checks when handling chunkedDaniel Stenberg
2008-01-02I removed the socklen_t use from the public curl/curl.h header and insteadDaniel Stenberg