aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
AgeCommit message (Expand)Author
2008-02-08Günter Knauf added lib/mk-ca-bundle.pl which gets the Firefox ca bundle andDaniel Stenberg
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-01-31- Niklas Angebrand made the cookie support in libcurl properly deal with theDaniel 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-28start over on 7.18.1Daniel 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-21Dmitry Kurochkin removed the cancelled state for pipelining, as we agreedDaniel Stenberg
2008-01-20Judson provided an example, and the added mirror adds the countDaniel Stenberg
2008-01-20http://curl.very-clever.com/ is a new mirror in Nuremberg, GermanyDaniel Stenberg
2008-01-18Lau Hang Kin found and fixed a problem with the multi interface when doingDaniel Stenberg
2008-01-17curl-java 0.2.1Daniel Stenberg
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-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-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-05Added Daniel Egger and extended the --no-keep-alive descriptionDaniel Stenberg
2008-01-04Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let theDaniel Stenberg
2008-01-02I removed the socklen_t use from the public curl/curl.h header and insteadDaniel Stenberg
2008-01-02Richard Atterer brought a patch that added support for SOCKS4a proxies, whichDaniel Stenberg
2008-01-01Mohun Biswas pointed out that --libcurl generated a source code with an intDaniel Stenberg
2007-12-26Dmitry Kurochkin mentioned a flawDaniel Stenberg
2007-12-24Gary Maxwell filed bug report #1856628Daniel Stenberg
2007-12-18(http://curl.haxx.se/mail/archive-2007-12/0039.html) reported and fixedYang Tse
2007-12-18pollfd struct and WSA_poll fixes for Windows Vista already present in CVSYang Tse
2007-12-17Mateusz Loskot pointed out that VC++ 9.0 (2008) has the pollfd struct andDaniel Stenberg
2007-12-13David Wright filed bug report #1849764Daniel Stenberg
2007-12-12Gilles Blanc made the curl tool enable SO_KEEPALIVE for the connections andDaniel Stenberg
2007-12-09Andrew Moise filed bug report #1847501Daniel Stenberg
2007-12-05Spacen Jasset reported a problem with doing POST (with data read with aDaniel Stenberg
2007-12-03Ray Pekowski filed bug report #1842029Daniel Stenberg
2007-12-03SSL session id caching bugfixDaniel Stenberg
2007-12-03mention "no longer default-appends ;type= on FTP URLs thru proxies" as a bugDaniel Stenberg
2007-12-02Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to controlDaniel Stenberg
2007-11-29ftp resumed upload and long Digest noncesDaniel Stenberg
2007-11-22Provide a socklen_t definition in curl.h for Win32 API build targetsYang Tse
2007-11-22Alessandro Vesely helped me improve the --data-urlencode's syntax, parserDaniel Stenberg