b6ca1be1 | 28-May-2001 |
Daniel Stenberg |
test case converted to the new file format |
20d67917 | 28-May-2001 |
Daniel Stenberg |
test: HTTP over proxy |
915b1005 | 23-May-2001 |
Daniel Stenberg |
Removed references to the previous file format, added some tests about the new format but there's still much more to be said and done |
d3516810 | 23-May-2001 |
Daniel Stenberg |
adjusted to the new test case formats |
68af9a22 | 23-May-2001 |
Daniel Stenberg |
Removed the former files using the old-style test case format, added the new ones. Many more of the old ones must be "ported" to this new format to make the test suite complete again. |
58c3bdc1 | 23-May-2001 |
Daniel Stenberg |
new test case file format |
72dec6cf | 23-May-2001 |
Daniel Stenberg |
Added Andres' comments about field 2 in netscape cookie files |
8dc9f433 | 23-May-2001 |
Daniel Stenberg |
Andr�s Garc�a's netscape cookie file parser fix |
c77f77a1 | 22-May-2001 |
Daniel Stenberg |
general autoconf and automake fixes |
2966ef66 | 22-May-2001 |
Daniel Stenberg |
store httpcode _before_ doing the FAILONERROR check so that getinfo works afterwards (bug #426442) |
93c53424 | 22-May-2001 |
Daniel Stenberg |
cleanup commit for new autoconf+automake+libtool versions |
4a2812c5 | 22-May-2001 |
Daniel Stenberg |
fixes and improvments |
4852a493 | 21-May-2001 |
Daniel Stenberg |
turned newlines into DOS styles |
b555ca5b | 21-May-2001 |
Daniel Stenberg |
made it binary in CVS to maintain DOS newlines and turned those newlines into the DOS kind! |
4a6eaf1b | 21-May-2001 |
Daniel Stenberg |
Added text about the test case numbering |
a8bc40fe | 21-May-2001 |
Daniel Stenberg |
doesn't run ssl tests if libcurl wasn't built with ssl support (and reports about the libcurl SSL status) |
1b9e26a2 | 21-May-2001 |
Daniel Stenberg |
added a lame double-check for libcrypto as otherwise it wouldn't get added properly! (?) Anyone has any better solution then please step forward! |
9f24645a | 21-May-2001 |
Daniel Stenberg |
Added test case 400, the first ftps:// one |
441a957d | 21-May-2001 |
Daniel Stenberg |
ftps test case data |
adc0edc4 | 21-May-2001 |
Daniel Stenberg |
slightly "hackish" approach to disable SSL during download if the connection is a FTPS connection as the data transfer is then done unencrypted! |
4836154c | 18-May-2001 |
Daniel Stenberg |
this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needs to |
0058e87e | 18-May-2001 |
Daniel Stenberg |
added some, removed some, moved around some. |
23903306 | 18-May-2001 |
Daniel Stenberg |
nicer OpenSSL header check |
49b9926d | 18-May-2001 |
Daniel Stenberg |
our internal strlcat() is now named Curl_strlcat() |
6c50d2ee | 18-May-2001 |
Daniel Stenberg |
strlcat() is now Curl_strlcat() instead to prevent collisions when used with other libs |