757a7d08 | 29-Oct-2003 |
Daniel Stenberg |
removed, functionality added to runtests.pl |
25613503 | 28-Oct-2003 |
Daniel Stenberg |
Another glibc resolve name fix |
60ef75f2 | 28-Oct-2003 |
Daniel Stenberg |
possibly uninitialized variable |
1cdc66d9 | 28-Oct-2003 |
Daniel Stenberg |
overlapping memory chunks with strcpy(), detected by the friendly valgrind |
ba12c5de | 27-Oct-2003 |
Daniel Stenberg |
slightly quieter torture test by default |
203f66d0 | 27-Oct-2003 |
Daniel Stenberg |
James Bursa's fix to prevent failf() to write outside its buffer boundary |
54c6f2c7 | 26-Oct-2003 |
Daniel Stenberg |
James Bursa found an ERRORBUFFFER overflow |
4cccceb0 | 26-Oct-2003 |
Daniel Stenberg |
snprintf() made a single-byte buffer overflow, as it could write a zero outside its given buffer. Discovered and reported by James Bursa. |
245ab7c7 | 25-Oct-2003 |
Daniel Stenberg |
avoid dependence on the order of the fields in the timeval struct, pointed out by Gisle Vanem |
2bdf52d4 | 24-Oct-2003 |
Daniel Stenberg |
support building ares-enabled too |
f991a69c | 24-Oct-2003 |
Daniel Stenberg |
tests the new -C - fix |
3dd26b79 | 24-Oct-2003 |
Daniel Stenberg |
HTTP resume fix |
a5e22867 | 24-Oct-2003 |
Daniel Stenberg |
Resuming a download of an already downloaded document, that is trying to get a range of a document beyond its size, caused libcurl to "hang" until the server closed the connection and then it
Resuming a download of an already downloaded document, that is trying to get 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.
show more ...
|
5c96266d | 24-Oct-2003 |
Daniel Stenberg |
solaris build improvement |
fcfc6de9 | 24-Oct-2003 |
Daniel Stenberg |
Based on David Hull's fix in bug report 804599, we now check for solaris and gcc, to set the -mimpure-text link flag for linking the lib better. |
da0b3806 | 24-Oct-2003 |
Daniel Stenberg |
don't select() forever, set a timeout so at least the test fails nice |
ed7ac3c9 | 24-Oct-2003 |
Daniel Stenberg |
better name, it isn't https |
b5d4a718 | 24-Oct-2003 |
Daniel Stenberg |
c-ares is the new name and ares_version() was added |
a9d74e6c | 24-Oct-2003 |
Daniel Stenberg |
Introducing ares_version(), so that we can have apps get version info about what particular ares version that is being used. |
d46afd2b | 24-Oct-2003 |
Daniel Stenberg |
make it work with Negotiate support enabled too |
ce4b8420 | 24-Oct-2003 |
Daniel Stenberg |
runtests -t introduced |
faabd446 | 24-Oct-2003 |
Daniel Stenberg |
improved the torture testing |
2fe5f5ab | 24-Oct-2003 |
Daniel Stenberg |
supports -l now to display the actual line that was prevented by memlimit |
656d4b4c | 24-Oct-2003 |
Daniel Stenberg |
if malloc fails, we must bail out nicely |
7247041e | 24-Oct-2003 |
Daniel Stenberg |
Improved checks for bad memory situations and proper behaviour when we run out of memory. |