Age | Commit message (Expand) | Author |
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 |
2003-10-25 | avoid dependence on the order of the fields in the timeval struct, pointed out | Daniel Stenberg |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
2003-10-23 | Georg Horn's fixes to do different CA cert verifications. They can now be | Daniel Stenberg |
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 |
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 |
2003-10-21 | modified test 91 to look more like Kevin Roth's error case | Daniel Stenberg |
2003-10-21 | test case 91 added, an attempt to repeat a problem reported by Kevin Roth | Daniel Stenberg |
2003-10-21 | conn->user and conn->passwd will now always be set to point to something. | Daniel Stenberg |
2003-10-21 | no colons in user names with USERPWD | Daniel Stenberg |
2003-10-20 | allow no user and password for proxy too, Basic | Daniel Stenberg |
2003-10-20 | allow no user and no passwd when doing basic auth | Daniel Stenberg |
2003-10-20 | lock the DNS cache properly before adding an entry when using asynch DNS | Daniel Stenberg |
2003-10-20 | run autoconf in the ares dir as well if the dir is present, after it has | Daniel Stenberg |