summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* reqdata doesn't exist anymore and the path moved to the UrlState structDaniel Stenberg2007-11-243-9/+5
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-2416-436/+398
* Make the do_complete() function not get called until the DO actually isDaniel Stenberg2007-11-211-2/+6
* While inspecting the Negotiate code, I noticed how the proxy auth was usingDaniel Stenberg2007-11-202-14/+22
* white space changes only to clean up indent and source widthDaniel Stenberg2007-11-203-9/+15
* remove the unconditional enabling of cookies if you set a share to use!Daniel Stenberg2007-11-201-7/+3
* a bunch of new commentsDaniel Stenberg2007-11-201-29/+29
* fix the treatment of the parameter-based precision, as in "%.*s%s" asDaniel Stenberg2007-11-201-1/+4
* I think this is the right fix for other non-OpenSSL libs, based on the NSS fixDaniel Stenberg2007-11-191-0/+2
* removed now obsolete defines;Gunter Knauf2007-11-181-4/+2
* Rob Crittenden fixed SSL connections with NSS done with the multi-interfaceDaniel Stenberg2007-11-181-0/+1
* Fix unsigned integral math check in add_buffer_send()Yang Tse2007-11-161-1/+1
* Ates Goral identified a problem in http.c:add_buffer_send() when a debugDaniel Stenberg2007-11-151-9/+22
* removed unnecessary check from add_buffer_send() that only was made withinDaniel Stenberg2007-11-151-10/+10
* Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() intoDaniel Stenberg2007-11-158-148/+139
* Make the Transfer() function return earlier without doing any initializationsDaniel Stenberg2007-11-151-10/+10
* use the existing variable insteadDaniel Stenberg2007-11-141-5/+6