summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for LDAP urls. Allthough the OpenWatcomGisle Vanem2007-10-311-2/+2
* Added optional use of zlib (USE_ZLIB=1).Gisle Vanem2007-10-311-4/+21
* Fixed an OOM problem with file: URLsDan Fandrich2007-10-303-11/+10
* Reverted the const change--what was I thinking?Dan Fandrich2007-10-292-3/+3
* Made some pointers constDan Fandrich2007-10-292-3/+3
* let 7.17.1 be version-info 4:1:0Daniel Stenberg2007-10-291-1/+1
* OpenWatcom cannot use wldap32.lib (wrong calling convention?).Gisle Vanem2007-10-281-31/+34
* Fixed a valgrind uninitialized variable error.Dan Fandrich2007-10-261-0/+1
* typecast to prevent compiler warningYang Tse2007-10-261-1/+1
* Made libcurl built with NSS possible to ignore the peer verification.Daniel Stenberg2007-10-251-7/+10
* prevent compiler warnings about shadowing and one case of unused variableDaniel Stenberg2007-10-251-14/+17
* Don't assume there's a sessionhandle around when a connection is disconnected,Daniel Stenberg2007-10-251-3/+1
* fix the checkDaniel Stenberg2007-10-251-4/+6
* Fixed a TFTP memory leak. Enabled test 2003 to verify this.Daniel Stenberg2007-10-251-1/+5