2f26069a | 02-Dec-2004 |
Daniel Stenberg |
test 206 - HTTP proxy CONNECT auth Digest |
d6c155ff | 02-Dec-2004 |
Daniel Stenberg |
added comment about port number in CONNECT string being used as test number |
15360e5e | 02-Dec-2004 |
Daniel Stenberg |
prevent an initial "(nil)" to get sent in the initial request when doing CONNECT to a proxy with digest |
e587a56f | 01-Dec-2004 |
Gisle Vanem |
Use "HAVE_SYS_TYPES_H". |
11353143 | 01-Dec-2004 |
Daniel Stenberg |
make the "check" actually open all those file desciptors as well to make sure it works, as it has proved to not work in some cases (like on Tor Arntsen's AIX 5100-06 xlc 5.0 --disable-shared
make the "check" actually open all those file desciptors as well to make sure it works, as it has proved to not work in some cases (like on Tor Arntsen's AIX 5100-06 xlc 5.0 --disable-shared runs).
show more ...
|
bfa74c26 | 30-Nov-2004 |
Gisle Vanem |
alarm() works unreliable on djgpp 2.03. Don't use it. |
6bb215f5 | 30-Nov-2004 |
Daniel Stenberg |
recent changes |
8b37844e | 30-Nov-2004 |
Daniel Stenberg |
fixed test case errors |
1445e623 | 30-Nov-2004 |
Daniel Stenberg |
three new compress test cases |
4781ff88 | 30-Nov-2004 |
Daniel Stenberg |
Fixed the array comparison function even more, made the temporary files used for diff output get created in the log/ dir and no longer deletes them since they help in understanding the proble
Fixed the array comparison function even more, made the temporary files used for diff output get created in the log/ dir and no longer deletes them since they help in understanding the problem, fixing the test case and fixing curl problems.
show more ...
|
c28e15c6 | 30-Nov-2004 |
Daniel Stenberg |
Dan Fandrich's fix for libz 1.1 and "extra field" usage in a gzip stream |
fe0585ec | 30-Nov-2004 |
Daniel Stenberg |
no longer use the MIME::Base64.pm package as it seems to not be standard on lots of perl versions, provide our own base64 decoder |
18c0b49f | 29-Nov-2004 |
Daniel Stenberg |
added test 221 to test a broken gzip content download |
5d69c956 | 29-Nov-2004 |
Daniel Stenberg |
added test 220 - simple gzip auto decompress |
93aa22ea | 29-Nov-2004 |
Daniel Stenberg |
--disable-epsv when connecting to an IPv6 ftp server |
b7c6bc20 | 29-Nov-2004 |
Daniel Stenberg |
removed comment |
9bb4a95e | 29-Nov-2004 |
Daniel Stenberg |
include setup.h first |
0966ddaf | 29-Nov-2004 |
Daniel Stenberg |
As reported in Mandrake's bug tracker bug 12285 (http://qa.mandrakesoft.com/show_bug.cgi?id=12285), when connecting to an IPv6 host with FTP, --disable-epsv (or --disable-eprt) effectively di
As reported in Mandrake's bug tracker bug 12285 (http://qa.mandrakesoft.com/show_bug.cgi?id=12285), when connecting to an IPv6 host with FTP, --disable-epsv (or --disable-eprt) effectively disables the ability to transfer a file. Now, when connected to an FTP server with IPv6, these FTP commands can't be disabled even if asked to with the available libcurl options.
show more ...
|
c073625f | 29-Nov-2004 |
Daniel Stenberg |
zero terminate the buffer spitout() returns, as the sws.c code depends on that! |
85dd4bfb | 29-Nov-2004 |
Daniel Stenberg |
make it possible for a test case to depend on the feature 'libz' |
5ae34aa8 | 29-Nov-2004 |
Daniel Stenberg |
killed trailing whitespace |
0eb84147 | 29-Nov-2004 |
Daniel Stenberg |
Enable test cases to provide sections base64-encoded to be able to test with binary data. |
09717d3f | 29-Nov-2004 |
Daniel Stenberg |
utility to base encode data passed on stdin |
81a3246a | 29-Nov-2004 |
Daniel Stenberg |
stricter newline policy |
4c8fbe9a | 29-Nov-2004 |
Daniel Stenberg |
spell |