aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-21and we start on 1.5.2!Daniel Stenberg
2007-11-21changeDaniel Stenberg
2007-11-21oopsDaniel Stenberg
2007-11-21start working on 1.5.1 nowDaniel Stenberg
2007-11-21this is what 1.5.0 isDaniel Stenberg
2007-11-20While inspecting the Negotiate code, I noticed how the proxy auth was usingDaniel Stenberg
2007-11-20clarify somewhat what happens to some data when a share is set to be usedDaniel Stenberg
2007-11-20white space changes only to clean up indent and source widthDaniel Stenberg
2007-11-20remove the unconditional enabling of cookies if you set a share to use!Daniel Stenberg
2007-11-20a bunch of new commentsDaniel Stenberg
2007-11-20rephrasedDaniel Stenberg
2007-11-20Don't gather additional debug info unless sshd actually failsYang Tse
2007-11-20ILE RPG binding: OS/400 specific and contained in source distributionPatrick Monnerat
2007-11-20Improve detection of sshd un/supported options.Yang Tse
2007-11-20Introuced --data-urlencode to the curl tool for easier url encoding of theDaniel Stenberg
2007-11-20fix the treatment of the parameter-based precision, as in "%.*s%s" asDaniel Stenberg
2007-11-20107 - resolve the type= thing for FTP URLs over HTTP proxiesDaniel Stenberg
2007-11-19106 - Share interface force-enable the cookie parserDaniel Stenberg
2007-11-19This is a temporary change to test if OpenSSH 3.6 and SunSSH 1.1Yang Tse
2007-11-19fill in missing copyrightsDaniel Stenberg
2007-11-19I think this is the right fix for other non-OpenSSL libs, based on the NSS fixDaniel Stenberg
2007-11-19Temporary change to help debugging string(s) returned by sshd -VYang Tse
2007-11-18removed now obsolete defines;Gunter Knauf
2007-11-18Rob Crittenden fixed SSL connections with NSS done with the multi-interfaceDaniel Stenberg
2007-11-18Add /opt/ssh/sbin and /opt/ssh/libexec to the sshd locations search list.Yang Tse
2007-11-17When unable to start test suite sshserver, log if OpenSSH has not beenYang Tse
2007-11-17Andres Garcia made the examples build fine on Windows (mingw + msys) whenDaniel Stenberg
2007-11-17Add /usr/local/sbin and /usr/freeware/bin to the sshd locations search listYang Tse
2007-11-16Michal Marek made the test suite remember what test servers that fail toDaniel Stenberg
2007-11-16Fix a double free.Steinar H. Gunderson
2007-11-16Fix unsigned integral math check in add_buffer_send()Yang Tse
2007-11-15Ates Goral identified a problem in http.c:add_buffer_send() when a debugDaniel Stenberg
2007-11-15removed unnecessary check from add_buffer_send() that only was made withinDaniel Stenberg
2007-11-15Michal Marek fixed the test suite to better deal with the case when the HTTPDaniel Stenberg
2007-11-15Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() intoDaniel Stenberg
2007-11-15Needed now that in6_addr is referenced in ares.hYang Tse
2007-11-15Replace isupper with our uppercase macro versionYang Tse
2007-11-15Replace isgraph with our uppercase macro versionYang Tse
2007-11-15Make the Transfer() function return earlier without doing any initializationsDaniel Stenberg
2007-11-15When looking up in DNS and then in the hosts file, return the error code from...Steinar H. Gunderson
2007-11-15Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. P...Steinar H. Gunderson
2007-11-14use the existing variable insteadDaniel Stenberg
2007-11-14Fix how TFTP connections are treated when re-used, if the SessionHandle hasDaniel Stenberg
2007-11-14Fix a variable potential wrapping in add_buffer() when using absolutelyYang Tse
2007-11-12Fixed a remaining problem with doing SFTP directory listings on a re-usedDaniel Stenberg
2007-11-12comment languageDaniel Stenberg
2007-11-12Bug report #1830637 (http://curl.haxx.se/bug/view.cgi?id=1830637), which wasDaniel Stenberg
2007-11-12oops, fixed build when CURL_LIBSSH2_DEBUG is definedDaniel Stenberg
2007-11-11new ruby binding, curl-multi version 0.1Daniel Stenberg
2007-11-10Some versions of winsock2.h have pollfd struct and constantsYang Tse