summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix how TFTP connections are treated when re-used, if the SessionHandle hasDaniel Stenberg2007-11-141-4/+5
* Fix a variable potential wrapping in add_buffer() when using absolutelyYang Tse2007-11-141-1/+20
* Fixed a remaining problem with doing SFTP directory listings on a re-usedDaniel Stenberg2007-11-122-33/+33
* comment languageDaniel Stenberg2007-11-121-3/+3
* Bug report #1830637 (http://curl.haxx.se/bug/view.cgi?id=1830637), which wasDaniel Stenberg2007-11-121-6/+11
* oops, fixed build when CURL_LIBSSH2_DEBUG is definedDaniel Stenberg2007-11-121-4/+4
* Some versions of winsock2.h have pollfd struct and constantsYang Tse2007-11-101-1/+4
* Fix compiler warning: integral size mismatch in argumentYang Tse2007-11-081-1/+1
* Define WIN32 when build target is Win32 API.Yang Tse2007-11-081-6/+4
* Fix compiler warning: may be used uninitializedYang Tse2007-11-081-1/+1
* spell!Daniel Stenberg2007-11-081-1/+1
* Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointedDaniel Stenberg2007-11-082-1316/+1324
* MSVC versions prior to VS2005 do not complain about portable C functionsYang Tse2007-11-072-8/+12
* if () => if()Daniel Stenberg2007-11-0738-351/+356
* Improved telnet support by drastically reducing the number of writeDan Fandrich2007-11-071-23/+40
* Added prototype for _strtoi64().Gisle Vanem2007-11-061-0/+1
* Constified from arguments.Gisle Vanem2007-11-061-3/+3
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-0524-1068/+1070
* Move connection-oriented variables from the SessionHandle struct to theDaniel Stenberg2007-11-052-343/+347
* make sure the code deals with failures on the DO_MORE state properlyDaniel Stenberg2007-11-031-25/+30
* avoid setting up a transfer when the state machine failed previouslyDaniel Stenberg2007-11-021-2/+2
* minor re-indentDaniel Stenberg2007-11-011-4/+4