Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-10 | if configure found a fork(), sws supports --fork which is *NOT* used by the | Daniel Stenberg | |
ordinary test suite. Also removed the perror() calls and instead made the logging output the errno code to ease error tracking using logs. | |||
2006-04-10 | output the exit code from stunnel to stderr in case it is non-zero | Daniel Stenberg | |
2006-04-10 | support --fork and pass that on to sws | Daniel Stenberg | |
2006-04-10 | Scan for 'stunnel4' before 'stunnel' since debian have them setup this way | Daniel Stenberg | |
and it should break most other systems. The "funny" part is that debian actually have a 'stunnel' setup to simulate stunnel v3 but it breaks our own stunnel-version-detect-and-adjust-to-it system. Added initial support for optionally running servers with fork support. | |||
2006-04-10 | Use correct content-length. Found out by patching the libcurl read to only | Daniel Stenberg | |
read one byte at a time... | |||
2006-04-05 | cut off a bit more of the type-2 ntlm message since it differs between | Daniel Stenberg | |
hosts | |||
2006-04-05 | Michele Bini modified the NTLM code to work for his "weird IIS case" | Daniel Stenberg | |
(http://curl.haxx.se/mail/lib-2006-02/0154.html) by adding the NTLM hash function in addition to the LM one and making some other adjustments in the order the different parts of the data block are sent in the Type-2 reply. Inspiration for this work was taken from the Firefox NTLM implementation. I edited the existing 21(!) NTLM test cases to run fine with these news. Due to the fact that we now properly include the host name in the Type-2 message the test cases now only compare parts of that chunk. | |||
2006-03-28 | #1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug that | Daniel Stenberg | |
occurred when asking libcurl to follow HTTP redirects and the original URL had more than one question mark (?). Added test case 276 to verify. | |||
2006-03-03 | If run on a curl built shared, detect this and invoke libtool for gdb | Daniel Stenberg | |
accordingly. | |||
2006-03-03 | added test524 | Daniel Stenberg | |
2006-03-03 | Prevent uploading to a URL that has no file name part. | Daniel Stenberg | |
2006-02-25 | Fix typo. | Gisle Vanem | |
2006-02-22 | Fixed test case 57 (KNOWN_BUG #18) | Dan Fandrich | |
2006-02-18 | Ulf Härnhammar fixed a format string (printf style) problem in the Negotiate | Daniel Stenberg | |
code. It should however not be the cause of any troubles. He also fixed a few similar problems in the HTTP test server code. | |||
2006-02-06 | how silly, the cookie expired! ;-) | Daniel Stenberg | |
2006-01-24 | Michal Marek provided a patch for FTP that makes libcurl continue to try PASV | Daniel Stenberg | |
even after EPSV returned a positive response code, if libcurl failed to connect to the port number the EPSV response said. Obviously some people are going through protocol-sensitive firewalls (or similar) that don't understand EPSV and then they don't allow the second connection unless PASV was used. This also called for a minor fix of test case 238. | |||
2006-01-19 | Duane Cathey was one of our friends who reported that curl -P [IP] | Daniel Stenberg | |
(CURLOPT_FTPPORT) didn't work for ipv6-enabed curls if the IP wasn't a "native" IP while it works fine for ipv6-disabled builds! In the process of fixing this, I removed the support for LPRT since I can't think of many reasons to keep doing it and asking on the mailing list didn't reveal anyone else that could either. The code that sends EPRT and PORT is now also a lot simpler than before (IMHO). | |||
2006-01-16 | David Shaw finally removed all traces of Gopher and we are now officially | Daniel Stenberg | |
not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time. | |||
2006-01-13 | Andrew Benham fixed a race condition in the test suite that could cause the | Daniel Stenberg | |
test script to kill all processes in the current process group! | |||
2006-01-09 | Made the copyright year match the latest modification's year. | Daniel Stenberg | |
2006-01-04 | modified output to prevent the autobuild system to trap on the 'FAILED' output | Daniel Stenberg | |
mistaking it for an actual failed test case | |||
2006-01-03 | Added remake of the arpa/tftp.h file to make the TFTP server build on systems | Daniel Stenberg | |
without the real header file. | |||
2006-01-03 | killed trailing whitespace | Daniel Stenberg | |
2006-01-03 | Andres Garcia made the TFTP test server build with mingw ("I also had to copy | Daniel Stenberg | |
the 'tftp.h' file from a linux box, since it doesn't come with mingw.") | |||
2006-01-03 | modified to hush compiler warnings | Daniel Stenberg | |
2006-01-02 | 1. sws now supports two new "commands" and 2. if built with | Daniel Stenberg | |
CURL_SWS_FORK_ENABLED defined it forks for each new connection and thus can support any amount of connection clients (used for hiper tests and not for the standard plain curl test suite) | |||
2005-12-19 | Fixed lcc compiler warnings. | Dan Fandrich | |
2005-12-18 | Cleanup windows header includes. Where aplicable, inclusion of | Yang Tse | |
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h | |||
2005-12-13 | Log CPPFLAGS environment variable along with the others. | Dan Fandrich | |
2005-12-13 | Fixed some compiler warnings on lcc. | Dan Fandrich | |
2005-12-08 | Fix compiler warning | Yang Tse | |
2005-12-08 | If unable to get curl's version, log all failure details. | Yang Tse | |
2005-12-06 | Yang Tse: fixed compiler warning | Daniel Stenberg | |
2005-12-06 | Yang Tse: With last change logging directory needs to be created sooner. | Daniel Stenberg | |
2005-12-05 | Yang Tse: make runtests.pl more talkative when unable to find out curl's | Daniel Stenberg | |
version. | |||
2005-12-05 | Another Yang Tse warning cleanup raid! | Daniel Stenberg | |
2005-11-10 | modified to the new error text for range error | Daniel Stenberg | |
2005-10-30 | test 275 makes a CONNECT through a proxy and then gets two pages from the | Daniel Stenberg | |
same server | |||
2005-10-27 | Nis Jorgensen filed bug report #1338648 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a feature request, but anyway. It pointed out that --max-redirs did not allow it to be set to 0, which then would return an error code on the first Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS set to 0, or -1 for infinity. Added test case 274 to verify. | |||
2005-10-20 | Dave Dribin made libcurl understand and handle cases when the server | Daniel Stenberg | |
(wrongly) sends *two* WWW-Authenticate headers for Digest. While this should never happen in a sane world, libcurl previously got into an infinite loop when this occurred. Dave added test 273 to verify this. | |||
2005-10-05 | added test case 272 for -z download over FTP when the timestamp is identical | Daniel Stenberg | |
to the remote one | |||
2005-09-30 | fixed the proper path to the tftpd server | Daniel Stenberg | |
2005-09-19 | added test 271 | Daniel Stenberg | |
2005-09-19 | test 271, the first ever TFTP test | Daniel Stenberg | |
2005-09-19 | seems to work for test 271 on Linux now! | Daniel Stenberg | |
2005-09-16 | renamed sendfile() since some systems have a system call named like this - | Daniel Stenberg | |
now the functions are named sendtftp() and recvtftp() instead. | |||
2005-09-16 | In the Solaris 7 header files for tftp, the th_stuff struct member is an | Daniel Stenberg | |
unsigned short. Trying a typecast here to fix. | |||
2005-09-16 | prevent warnings on re-defining MIN | Daniel Stenberg | |
2005-09-16 | use int "subscripts" to prevent warnings from picky compilers | Daniel Stenberg | |
2005-09-16 | use internal *printf() clones | Daniel Stenberg | |