aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-01-23"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and soDaniel Stenberg
2008-01-23Dmitry Kurochkin's pipelining close-down segfault fixDaniel Stenberg
2008-01-23update openssl versionYang Tse
2008-01-23happy new yearGunter Knauf
2008-01-23removed inclusion of libcurl memory debug headers since this lib stub is a we...Gunter Knauf
2008-01-22when unable to initialize sftp session, also log failure reasonYang Tse
2008-01-22check availability of poll.h header at configuration time, and includeYang Tse
2008-01-22update copyright yearYang Tse
2008-01-21Dmitry Kurochkin removed the cancelled state for pipelining, as we agreedDaniel Stenberg
2008-01-18Lau Hang Kin found and fixed a problem with the multi interface when doingDaniel Stenberg
2008-01-17updated lib versions.Gunter Knauf
2008-01-17updated copyright for new year.Gunter Knauf
2008-01-16Dmitry Kurochkin's additional pipelining bugfixDaniel Stenberg
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-15Woops, partly revert my previous commit and do it slightly differently instead.Daniel 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-14fix compiler warningYang Tse
2008-01-14Trying GnuTLS and OpenSSL together fails to compile in not soGisle Vanem
2008-01-13fix compiler warningYang Tse
2008-01-11fix compiler warningYang Tse
2008-01-11fix compiler warningYang Tse
2008-01-11Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way itDaniel 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-10corrected commentDaniel Stenberg
2008-01-09fix compiler warningYang Tse
2008-01-08Introducing curl_easy_pause() and new magic return codes for both the readDaniel Stenberg
2008-01-08Change typecast due to http://cool.haxx.se/cvs.cgi/curl/include/curl/curl.h.d...Yang Tse
2008-01-06more SOCKS5_HOSTNAME adjustments from Richard AttererDaniel Stenberg
2008-01-06make sure we deal with SOCKS5_HOSTNAME as a proxy type as wellDaniel Stenberg
2008-01-06make sure CURLPROXY_SOCKS5_HOSTNAME is taken care of as wellDaniel 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-03'false' and 'true' are not built-ins on most compilers.Gisle Vanem
2008-01-02- I fixed two cases of missing return code checks when handling chunkedDaniel Stenberg
2008-01-02Richard Atterer brought a patch that added support for SOCKS4a proxies, whichDaniel Stenberg
2007-12-26Dmitry Kurochkin mentioned a flawDaniel Stenberg
2007-12-25added missing semicolon fromn last commit.Gunter Knauf
2007-12-24Gary Maxwell filed bug report #1856628Daniel Stenberg
2007-12-18MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP,Yang 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-09Andrew Moise filed bug report #1847501Daniel Stenberg
2007-12-09Removed building 'libcurl_wc.lib' as this isn't a static-libraryGisle Vanem
2007-12-08All static functions that were previously name Curl_* something no longerDaniel Stenberg
2007-12-05Spacen Jasset reported a problem with doing POST (with data read with aDaniel Stenberg