| Commit message (Expand) | Author | Age | Files | Lines |
* | Introuced --data-urlencode to the curl tool for easier url encoding of the | Daniel Stenberg | 2007-11-20 | 4 | -18/+119 |
* | fix the treatment of the parameter-based precision, as in "%.*s%s" as | Daniel Stenberg | 2007-11-20 | 1 | -1/+4 |
* | 107 - resolve the type= thing for FTP URLs over HTTP proxies | Daniel Stenberg | 2007-11-20 | 1 | -1/+3 |
* | 106 - Share interface force-enable the cookie parser | Daniel Stenberg | 2007-11-19 | 1 | -2/+5 |
* | This is a temporary change to test if OpenSSH 3.6 and SunSSH 1.1 | Yang Tse | 2007-11-19 | 2 | -16/+36 |
* | fill in missing copyrights | Daniel Stenberg | 2007-11-19 | 4 | -4/+8 |
* | I think this is the right fix for other non-OpenSSL libs, based on the NSS fix | Daniel Stenberg | 2007-11-19 | 1 | -0/+2 |
* | Temporary change to help debugging string(s) returned by sshd -V | Yang Tse | 2007-11-19 | 1 | -0/+2 |
* | removed now obsolete defines; | Gunter Knauf | 2007-11-18 | 3 | -8/+4 |
* | Rob Crittenden fixed SSL connections with NSS done with the multi-interface | Daniel Stenberg | 2007-11-18 | 3 | -1/+7 |
* | Add /opt/ssh/sbin and /opt/ssh/libexec to the sshd locations search list. | Yang Tse | 2007-11-18 | 1 | -4/+5 |
* | When unable to start test suite sshserver, log if OpenSSH has not been | Yang Tse | 2007-11-17 | 1 | -1/+8 |
* | Andres Garcia made the examples build fine on Windows (mingw + msys) when | Daniel Stenberg | 2007-11-17 | 3 | -1/+12 |
* | Add /usr/local/sbin and /usr/freeware/bin to the sshd locations search list | Yang Tse | 2007-11-17 | 1 | -1/+17 |
* | Michal Marek made the test suite remember what test servers that fail to | Daniel Stenberg | 2007-11-16 | 2 | -9/+65 |
* | Fix a double free. | Steinar H. Gunderson | 2007-11-16 | 1 | -3/+0 |
* | Fix unsigned integral math check in add_buffer_send() | Yang Tse | 2007-11-16 | 1 | -1/+1 |
* | Ates Goral identified a problem in http.c:add_buffer_send() when a debug | Daniel Stenberg | 2007-11-15 | 3 | -11/+33 |
* | removed unnecessary check from add_buffer_send() that only was made within | Daniel Stenberg | 2007-11-15 | 1 | -10/+10 |
* | Michal Marek fixed the test suite to better deal with the case when the HTTP | Daniel Stenberg | 2007-11-15 | 2 | -2/+9 |
* | Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into | Daniel Stenberg | 2007-11-15 | 8 | -148/+139 |
* | Needed now that in6_addr is referenced in ares.h | Yang Tse | 2007-11-15 | 7 | -16/+33 |
* | Replace isupper with our uppercase macro version | Yang Tse | 2007-11-15 | 1 | -1/+1 |
* | Replace isgraph with our uppercase macro version | Yang Tse | 2007-11-15 | 1 | -1/+1 |
* | Make the Transfer() function return earlier without doing any initializations | Daniel Stenberg | 2007-11-15 | 1 | -10/+10 |
* | When looking up in DNS and then in the hosts file, return the error code from... | Steinar H. Gunderson | 2007-11-15 | 1 | -3/+5 |
* | Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. P... | Steinar H. Gunderson | 2007-11-15 | 6 | -78/+253 |
* | use the existing variable instead | Daniel Stenberg | 2007-11-14 | 1 | -5/+6 |
* | Fix how TFTP connections are treated when re-used, if the SessionHandle has | Daniel Stenberg | 2007-11-14 | 1 | -4/+5 |
* | Fix a variable potential wrapping in add_buffer() when using absolutely | Yang Tse | 2007-11-14 | 3 | -1/+25 |
* | Fixed a remaining problem with doing SFTP directory listings on a re-used | Daniel Stenberg | 2007-11-12 | 3 | -33/+37 |
* | comment language | Daniel Stenberg | 2007-11-12 | 1 | -3/+3 |
* | Bug report #1830637 (http://curl.haxx.se/bug/view.cgi?id=1830637), which was | Daniel Stenberg | 2007-11-12 | 3 | -8/+24 |
* | oops, fixed build when CURL_LIBSSH2_DEBUG is defined | Daniel Stenberg | 2007-11-12 | 1 | -4/+4 |
* | new ruby binding, curl-multi version 0.1 | Daniel Stenberg | 2007-11-11 | 2 | -3/+7 |
* | Some versions of winsock2.h have pollfd struct and constants | Yang Tse | 2007-11-10 | 1 | -1/+4 |
* | Fix compiler warning: integral size mismatch in argument | Yang Tse | 2007-11-08 | 1 | -1/+1 |
* | Define WIN32 when build target is Win32 API. | Yang Tse | 2007-11-08 | 6 | -24/+36 |
* | Fix compiler warning: may be used uninitialized | Yang Tse | 2007-11-08 | 1 | -1/+1 |
* | Fix comment | Yang Tse | 2007-11-08 | 1 | -2/+2 |
* | spell! | Daniel Stenberg | 2007-11-08 | 1 | -1/+1 |
* | Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointed | Daniel Stenberg | 2007-11-08 | 4 | -1318/+1334 |
* | The only libraries actually needed for sample programs adig and | Yang Tse | 2007-11-08 | 2 | -8/+10 |
* | MSVC versions prior to VS2005 do not complain about portable C functions | Yang Tse | 2007-11-07 | 4 | -12/+28 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 38 | -351/+356 |
* | Improved telnet support by drastically reducing the number of write | Dan Fandrich | 2007-11-07 | 2 | -23/+45 |
* | Add a call to curl_global_cleanup to show how to do a proper shutdown. | Dan Fandrich | 2007-11-07 | 1 | -0/+3 |
* | Bug report #1824894 (http://curl.haxx.se/bug/view.cgi?id=1824894) pointed | Yang Tse | 2007-11-06 | 3 | -37/+44 |
* | Added prototype for _strtoi64(). | Gisle Vanem | 2007-11-06 | 1 | -0/+1 |
* | Constified from arguments. | Gisle Vanem | 2007-11-06 | 1 | -3/+3 |