Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-23 | make 'checkdied' in runtests.pl more robust | Yang Tse | |
2007-11-23 | Revert last change since it breaks running the test suite | Yang Tse | |
when builddir is different from srcdir. | |||
2007-11-23 | Improve chance of running runtests.pl from outside the | Yang Tse | |
source tree 'tests' directory | |||
2007-11-22 | Debugging messages to trace startnew failures | Yang Tse | |
2007-11-22 | Provide a socklen_t definition in curl.h for Win32 API build targets | Yang Tse | |
which don't have one. | |||
2007-11-22 | make nlen a size_t to better hold diffs between pointers etc | Daniel Stenberg | |
2007-11-22 | Alessandro Vesely helped me improve the --data-urlencode's syntax, parser | Daniel Stenberg | |
and documentation. | |||
2007-11-21 | Make the do_complete() function not get called until the DO actually is | Daniel Stenberg | |
compelete, which bascially means when used with the multi interface | |||
2007-11-21 | Temporary change adding additional debugging messages to better pinpoint | Yang Tse | |
startup failures of test suite ssh and socks servers. | |||
2007-11-21 | Fix trying to return outside of a subroutine | Yang Tse | |
2007-11-21 | and we start on 1.5.2! | Daniel Stenberg | |
2007-11-21 | change | Daniel Stenberg | |
2007-11-21 | oops | Daniel Stenberg | |
2007-11-21 | start working on 1.5.1 now | Daniel Stenberg | |
2007-11-21 | this is what 1.5.0 is | Daniel Stenberg | |
2007-11-20 | While inspecting the Negotiate code, I noticed how the proxy auth was using | Daniel Stenberg | |
the same state struct as the host auth, so both could never be used at the same time! I fixed it (without being able to check) to use two separate structs to allow authentication using Negotiate on host and proxy simultanouesly. | |||
2007-11-20 | clarify somewhat what happens to some data when a share is set to be used | Daniel Stenberg | |
2007-11-20 | white space changes only to clean up indent and source width | Daniel Stenberg | |
2007-11-20 | remove the unconditional enabling of cookies if you set a share to use! | Daniel Stenberg | |
2007-11-20 | a bunch of new comments | Daniel Stenberg | |
2007-11-20 | rephrased | Daniel Stenberg | |
2007-11-20 | Don't gather additional debug info unless sshd actually fails | Yang Tse | |
2007-11-20 | ILE RPG binding: OS/400 specific and contained in source distribution | Patrick Monnerat | |
2007-11-20 | Improve detection of sshd un/supported options. | Yang Tse | |
Gather additional debug info when the test suite ssh server fails to start. | |||
2007-11-20 | Introuced --data-urlencode to the curl tool for easier url encoding of the | Daniel Stenberg | |
data sent in a post. | |||
2007-11-20 | fix the treatment of the parameter-based precision, as in "%.*s%s" as | Daniel Stenberg | |
previously the second %s would wrongly get the numerical argument that is used for the variable precision for the first %s... | |||
2007-11-20 | 107 - resolve the type= thing for FTP URLs over HTTP proxies | Daniel Stenberg | |
2007-11-19 | 106 - Share interface force-enable the cookie parser | Daniel Stenberg | |
2007-11-19 | This is a temporary change to test if OpenSSH 3.6 and SunSSH 1.1 | Yang Tse | |
are good/compatible enough to run the test suite ssh server and socks tests | |||
2007-11-19 | fill in missing copyrights | Daniel Stenberg | |
2007-11-19 | I think this is the right fix for other non-OpenSSL libs, based on the NSS fix | Daniel Stenberg | |
from the other day. It is time to setup the internal SSL libs and treat them with a "handler" struct similar to how we deal with the protocols these days... | |||
2007-11-19 | Temporary change to help debugging string(s) returned by sshd -V | Yang Tse | |
when sshd is not being identified as an OpenSSH daemon | |||
2007-11-18 | removed now obsolete defines; | Gunter Knauf | |
updated external library versions to latest. | |||
2007-11-18 | Rob Crittenden fixed SSL connections with NSS done with the multi-interface | Daniel Stenberg | |
2007-11-18 | Add /opt/ssh/sbin and /opt/ssh/libexec to the sshd locations search list. | Yang Tse | |
Improve wording of a couple of debug messages. | |||
2007-11-17 | When unable to start test suite sshserver, log if OpenSSH has not been | Yang Tse | |
found or the OpenSSH version found | |||
2007-11-17 | Andres Garcia made the examples build fine on Windows (mingw + msys) when | Daniel Stenberg | |
the lib was built staticly. | |||
2007-11-17 | Add /usr/local/sbin and /usr/freeware/bin to the sshd locations search list | Yang Tse | |
2007-11-16 | Michal Marek made the test suite remember what test servers that fail to | Daniel Stenberg | |
start so that subsequent tries are simply skipped. | |||
2007-11-16 | Fix a double free. | Steinar H. Gunderson | |
2007-11-16 | Fix unsigned integral math check in add_buffer_send() | Yang Tse | |
2007-11-15 | Ates Goral identified a problem in http.c:add_buffer_send() when a debug | Daniel Stenberg | |
callback was used, as it could wrongly pass on a bad size for the outgoing HTTP header. The bad size would be a very large value as it was a wrapped size_t content. This happened when the whole HTTP request failed to get sent in one single send. http://curl.haxx.se/mail/lib-2007-11/0165.html | |||
2007-11-15 | removed unnecessary check from add_buffer_send() that only was made within | Daniel Stenberg | |
#ifdef CURL_DOES_CONVERSIONS anyway! I turned it into a DEBUGASSERT() instead. | |||
2007-11-15 | Michal Marek fixed the test suite to better deal with the case when the HTTP | Daniel Stenberg | |
ipv6 server can't run. | |||
2007-11-15 | Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into | Daniel Stenberg | |
do_init() and do_complete() which now are called first and last in the DO function. It simplified the flow in multi.c and the functions got more sensible names! | |||
2007-11-15 | Needed now that in6_addr is referenced in ares.h | Yang Tse | |
2007-11-15 | Replace isupper with our uppercase macro version | Yang Tse | |
2007-11-15 | Replace isgraph with our uppercase macro version | Yang Tse | |
2007-11-15 | Make the Transfer() function return earlier without doing any initializations | Daniel Stenberg | |
for the cases where there's nothing to do in here, like for SFTP directory listings that already is complete when this function gets called. The init stuff clears byte counters which isn't really desired. | |||
2007-11-15 | When looking up in DNS and then in the hosts file, return the error code ↵ | Steinar H. Gunderson | |
from DNS if both fail, instead of returning the error code from the hosts file, as today. Patch from the Google tree. |