Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-29 | Stop using stunnel.pm, we pass in the path from the main script instead. | Daniel Stenberg | |
Also made it easier to stop the test suite with control-c. | |||
2003-10-29 | cleaned up the --help output. Tried to unify the language. Shortened a bunch | Daniel Stenberg | |
of explanations. | |||
2003-10-29 | David Hull made the file: URL parser also accept the somewhat sloppy file | Daniel Stenberg | |
syntax: file:/path. I added test case 203 to verify this. | |||
2003-10-29 | stunnel.pm is no more | Daniel Stenberg | |
2003-10-29 | stunnel.pm is removed | Daniel Stenberg | |
2003-10-29 | now check for and use valgrind, inserted and modified the check for stunnel | Daniel Stenberg | |
and we no longer use the stunnel.pm | |||
2003-10-29 | removed, functionality added to runtests.pl | Daniel Stenberg | |
2003-10-28 | Another glibc resolve name fix | Daniel Stenberg | |
2003-10-28 | possibly uninitialized variable | Daniel Stenberg | |
2003-10-28 | overlapping memory chunks with strcpy(), detected by the friendly valgrind | Daniel Stenberg | |
2003-10-27 | slightly quieter torture test by default | Daniel Stenberg | |
2003-10-27 | James Bursa's fix to prevent failf() to write outside its buffer boundary | Daniel Stenberg | |
2003-10-26 | James Bursa found an ERRORBUFFFER overflow | Daniel Stenberg | |
2003-10-26 | snprintf() made a single-byte buffer overflow, as it could write a zero | Daniel Stenberg | |
outside its given buffer. Discovered and reported by James Bursa. | |||
2003-10-25 | avoid dependence on the order of the fields in the timeval struct, pointed out | Daniel Stenberg | |
by Gisle Vanem | |||
2003-10-24 | support building ares-enabled too | Daniel Stenberg | |
2003-10-24 | tests the new -C - fix | Daniel Stenberg | |
2003-10-24 | HTTP resume fix | Daniel Stenberg | |
2003-10-24 | Resuming a download of an already downloaded document, that is trying to get | Daniel Stenberg | |
a range of a document beyond its size, caused libcurl to "hang" until the server closed the connection and then it returned error 18. This is bad. This way, we don't return any error at all, which isn't nice either, as we need to alert the app somehow that the request range was out of size. | |||
2003-10-24 | solaris build improvement | Daniel Stenberg | |
2003-10-24 | Based on David Hull's fix in bug report 804599, we now check for solaris | Daniel Stenberg | |
and gcc, to set the -mimpure-text link flag for linking the lib better. | |||
2003-10-24 | don't select() forever, set a timeout so at least the test fails nice | Daniel Stenberg | |
2003-10-24 | better name, it isn't https | Daniel Stenberg | |
2003-10-24 | c-ares is the new name and ares_version() was added | Daniel Stenberg | |
2003-10-24 | Introducing ares_version(), so that we can have apps get version info about | Daniel Stenberg | |
what particular ares version that is being used. | |||
2003-10-24 | make it work with Negotiate support enabled too | Daniel Stenberg | |
2003-10-24 | runtests -t introduced | Daniel Stenberg | |
2003-10-24 | improved the torture testing | Daniel Stenberg | |
2003-10-24 | supports -l now to display the actual line that was prevented by memlimit | Daniel Stenberg | |
2003-10-24 | if malloc fails, we must bail out nicely | Daniel Stenberg | |
2003-10-24 | Improved checks for bad memory situations and proper behaviour when we | Daniel Stenberg | |
run out of memory. | |||
2003-10-24 | better bailing-out cleanup if a malloc fails in the DNS cache | Daniel Stenberg | |
2003-10-24 | free all memory on failure before bailing out, not really necessary but | Daniel Stenberg | |
my upcoming automated test gets crazy if not | |||
2003-10-24 | the actual release-notes is new too | Daniel Stenberg | |
2003-10-24 | Introducing -t to "torture" the memory allocations/failing/bail-outing in | Daniel Stenberg | |
curl and libcurl. -t is not used anywhere automated yet, and it does already identify memory leaks on failed allocations. Work to do. | |||
2003-10-24 | produce a single summary of the amount of allocations on -v | Daniel Stenberg | |
2003-10-24 | disable-eprt, fixed CA cert verfication | Daniel Stenberg | |
2003-10-23 | Georg Horn's patch. -k is no longer mutually exclusive with --cacert and | Daniel Stenberg | |
--capath. Using -k together with one of those just means that the result of the CA cert check is ignored (but displayed if -v is used). | |||
2003-10-23 | Georg Horn's fixes to do different CA cert verifications. They can now be | Daniel Stenberg | |
done even if the result is ignored, as some sites seem to require that. | |||
2003-10-22 | encourage use of -c to store cookies instead of -D | Daniel Stenberg | |
2003-10-22 | allow gdb to check the libtest dir for sources too (for the 500- tests) | Daniel Stenberg | |
2003-10-22 | we continue to improve things | Daniel Stenberg | |
2003-10-22 | make --disable-eprt work, based on Gisle Vanem's patch | Daniel Stenberg | |
2003-10-22 | Dylan Ellicott added the vc-libcurl-ssl-dll target | Daniel Stenberg | |
2003-10-22 | Dylan Ellicott added the release-libcurl-ssl-dll target | Daniel Stenberg | |
2003-10-22 | Do the auth stuff at the end-of-headers and not at the start-of-body, as | Daniel Stenberg | |
we might not get a body when we get a 401 with a set of WWW-Authenticate: headers. This fixes the problem Kevin Roth detected in 7.10.8-pre4 and pre5. Verified by test case 91. | |||
2003-10-22 | Modified to be able to repeat Kevin Roth's problem | Daniel Stenberg | |
2003-10-21 | Andres | Daniel Stenberg | |
2003-10-21 | updated for mingw32 | Daniel Stenberg | |
2003-10-21 | pre5 | Daniel Stenberg | |