summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* update copyright yearYang Tse2008-01-221-2/+2
* Dmitry Kurochkin removed the cancelled state for pipelining, as we agreedDaniel Stenberg2008-01-214-45/+12
* Lau Hang Kin found and fixed a problem with the multi interface when doingDaniel Stenberg2008-01-181-0/+1
* updated lib versions.Gunter Knauf2008-01-171-2/+2
* updated copyright for new year.Gunter Knauf2008-01-171-1/+1
* Dmitry Kurochkin's additional pipelining bugfixDaniel Stenberg2008-01-161-1/+5
* Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support thatDaniel Stenberg2008-01-167-111/+262
* Calls to Curl_failf() are not supposed to provide a trailing newline as theDaniel Stenberg2008-01-158-59/+59
* Woops, partly revert my previous commit and do it slightly differently instead.Daniel Stenberg2008-01-155-29/+23
* I made the torture test on test 530 go through. This was actually due toDaniel Stenberg2008-01-154-17/+29
* Joe Malicki filed bug report #1871269Daniel Stenberg2008-01-141-1/+3
* fix compiler warningYang Tse2008-01-141-1/+1
* Trying GnuTLS and OpenSSL together fails to compile in not soGisle Vanem2008-01-141-0/+3
* fix compiler warningYang Tse2008-01-131-1/+1
* fix compiler warningYang Tse2008-01-111-4/+5
* fix compiler warningYang Tse2008-01-111-5/+4
* Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way itDaniel Stenberg2008-01-111-5/+84
* Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allowDaniel Stenberg2008-01-105-47/+99
* Nikitinskit Dmitriy filed bug report #1868255Daniel Stenberg2008-01-101-1/+4
* corrected commentDaniel Stenberg2008-01-101-2/+2
* fix compiler warningYang Tse2008-01-093-7/+8
* Introducing curl_easy_pause() and new magic return codes for both the readDaniel Stenberg2008-01-086-27/+231
* Change typecast due to http://cool.haxx.se/cvs.cgi/curl/include/curl/curl.h.d...Yang Tse2008-01-081-2/+2
* more SOCKS5_HOSTNAME adjustments from Richard AttererDaniel Stenberg2008-01-062-1/+2
* make sure we deal with SOCKS5_HOSTNAME as a proxy type as wellDaniel Stenberg2008-01-061-0/+2
* make sure CURLPROXY_SOCKS5_HOSTNAME is taken care of as wellDaniel Stenberg2008-01-061-2/+4
* Jeff Johnson filed bug report #1863171Daniel Stenberg2008-01-061-4/+10
* Based on further discussion on curl-library, I reverted yesterday's SOCKS5Daniel Stenberg2008-01-053-12/+1
* Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let theDaniel Stenberg2008-01-043-27/+97
* 'false' and 'true' are not built-ins on most compilers.Gisle Vanem2008-01-032-4/+4
* - I fixed two cases of missing return code checks when handling chunkedDaniel Stenberg2008-01-021-6/+12
* Richard Atterer brought a patch that added support for SOCKS4a proxies, whichDaniel Stenberg2008-01-024-21/+63
* Dmitry Kurochkin mentioned a flawDaniel Stenberg2007-12-261-1/+1
* added missing semicolon fromn last commit.Gunter Knauf2007-12-251-1/+1
* Gary Maxwell filed bug report #1856628Daniel Stenberg2007-12-241-0/+3
* MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP,Yang Tse2007-12-181-0/+14
* pollfd struct and WSA_poll fixes for Windows Vista already present in CVSYang Tse2007-12-181-8/+0
* Mateusz Loskot pointed out that VC++ 9.0 (2008) has the pollfd struct andDaniel Stenberg2007-12-171-0/+8
* David Wright filed bug report #1849764Daniel Stenberg2007-12-131-10/+12
* Andrew Moise filed bug report #1847501Daniel Stenberg2007-12-091-1/+1
* Removed building 'libcurl_wc.lib' as this isn't a static-libraryGisle Vanem2007-12-091-16/+9
* All static functions that were previously name Curl_* something no longerDaniel Stenberg2007-12-0811-185/+185
* Spacen Jasset reported a problem with doing POST (with data read with aDaniel Stenberg2007-12-051-3/+5
* Fix compiler warning: variable may be used uninitializedYang Tse2007-12-041-1/+1
* Bug report #1842029 (http://curl.haxx.se/bug/view.cgi?id=1842029) identifiedDaniel Stenberg2007-12-031-0/+1
* Now libcurl (built with OpenSSL) doesn't return error anymore if the remoteDaniel Stenberg2007-12-031-53/+84
* Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to controlDaniel Stenberg2007-12-023-14/+35
* A bug report on the curl-library list showed a HTTP Digest session going onDaniel Stenberg2007-11-291-4/+4
* Fixed the resumed FTP upload loop to not require that the read callbackDaniel Stenberg2007-11-291-4/+5
* include the libssh2 return code in the output for these failures to easeDaniel Stenberg2007-11-291-2/+2