ce0e2cc0 | 28-May-2001 |
Daniel Stenberg |
better -v use, passes -I to all perl invokes |
b0828322 | 28-May-2001 |
Daniel Stenberg |
added calls to curl_global_*, they aren't really needed for this application but it shows good manner to always cleanup |
1e5e0f9a | 28-May-2001 |
Daniel Stenberg |
added 'curl-config --vernum' for hardcore hex version output |
ac3ae8f7 | 28-May-2001 |
Daniel Stenberg |
changed the check for command1.txt to test1, so that automatic testing in 'make distcheck' will work |
a51fd91d | 28-May-2001 |
Daniel Stenberg |
increased interface age |
d300cf4d | 28-May-2001 |
Daniel Stenberg |
T. Bharath's comments about SSL cleanup incorporated, and the two new curl_global_* functions |
a9d0a858 | 28-May-2001 |
Daniel Stenberg |
curl_global_cleanup and curl_global_init added to the family |
81da4fc9 | 28-May-2001 |
Daniel Stenberg |
Added more test cases |
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! |