summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introuced --data-urlencode to the curl tool for easier url encoding of theDaniel Stenberg2007-11-204-18/+119
* fix the treatment of the parameter-based precision, as in "%.*s%s" asDaniel Stenberg2007-11-201-1/+4
* 107 - resolve the type= thing for FTP URLs over HTTP proxiesDaniel Stenberg2007-11-201-1/+3
* 106 - Share interface force-enable the cookie parserDaniel Stenberg2007-11-191-2/+5
* This is a temporary change to test if OpenSSH 3.6 and SunSSH 1.1Yang Tse2007-11-192-16/+36
* fill in missing copyrightsDaniel Stenberg2007-11-194-4/+8
* I think this is the right fix for other non-OpenSSL libs, based on the NSS fixDaniel Stenberg2007-11-191-0/+2
* Temporary change to help debugging string(s) returned by sshd -VYang Tse2007-11-191-0/+2
* removed now obsolete defines;Gunter Knauf2007-11-183-8/+4
* Rob Crittenden fixed SSL connections with NSS done with the multi-interfaceDaniel Stenberg2007-11-183-1/+7
* Add /opt/ssh/sbin and /opt/ssh/libexec to the sshd locations search list.Yang Tse2007-11-181-4/+5
* When unable to start test suite sshserver, log if OpenSSH has not beenYang Tse2007-11-171-1/+8
* Andres Garcia made the examples build fine on Windows (mingw + msys) whenDaniel Stenberg2007-11-173-1/+12
* Add /usr/local/sbin and /usr/freeware/bin to the sshd locations search listYang Tse2007-11-171-1/+17
* Michal Marek made the test suite remember what test servers that fail toDaniel Stenberg2007-11-162-9/+65
* Fix a double free.Steinar H. Gunderson2007-11-161-3/+0
* 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-153-11/+33
* removed unnecessary check from add_buffer_send() that only was made withinDaniel Stenberg2007-11-151-10/+10
* Michal Marek fixed the test suite to better deal with the case when the HTTPDaniel Stenberg2007-11-152-2/+9
* Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() intoDaniel Stenberg2007-11-158-148/+139
* Needed now that in6_addr is referenced in ares.hYang Tse2007-11-157-16/+33
* Replace isupper with our uppercase macro versionYang Tse2007-11-151-1/+1
* Replace isgraph with our uppercase macro versionYang Tse2007-11-151-1/+1
* Make the Transfer() function return earlier without doing any initializationsDaniel Stenberg2007-11-151-10/+10
* When looking up in DNS and then in the hosts file, return the error code from...Steinar H. Gunderson2007-11-151-3/+5
* Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. P...Steinar H. Gunderson2007-11-156-78/+253
* 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-143-1/+25
* Fixed a remaining problem with doing SFTP directory listings on a re-usedDaniel Stenberg2007-11-123-33/+37
* comment languageDaniel Stenberg2007-11-121-3/+3
* Bug report #1830637 (http://curl.haxx.se/bug/view.cgi?id=1830637), which wasDaniel Stenberg2007-11-123-8/+24
* oops, fixed build when CURL_LIBSSH2_DEBUG is definedDaniel Stenberg2007-11-121-4/+4
* new ruby binding, curl-multi version 0.1Daniel Stenberg2007-11-112-3/+7
* 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-086-24/+36
* Fix compiler warning: may be used uninitializedYang Tse2007-11-081-1/+1
* Fix commentYang Tse2007-11-081-2/+2
* spell!Daniel Stenberg2007-11-081-1/+1
* Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointedDaniel Stenberg2007-11-084-1318/+1334
* The only libraries actually needed for sample programs adig andYang Tse2007-11-082-8/+10
* MSVC versions prior to VS2005 do not complain about portable C functionsYang Tse2007-11-074-12/+28
* if () => if()Daniel Stenberg2007-11-0738-351/+356
* Improved telnet support by drastically reducing the number of writeDan Fandrich2007-11-072-23/+45
* Add a call to curl_global_cleanup to show how to do a proper shutdown.Dan Fandrich2007-11-071-0/+3
* Bug report #1824894 (http://curl.haxx.se/bug/view.cgi?id=1824894) pointedYang Tse2007-11-063-37/+44
* Added prototype for _strtoi64().Gisle Vanem2007-11-061-0/+1
* Constified from arguments.Gisle Vanem2007-11-061-3/+3