Age | Commit message (Expand) | Author |
2003-10-30 | Make the CVS version clone the libcurl version string, this is generated | Daniel Stenberg |
2003-10-30 | ignore .dist files here | Daniel Stenberg |
2003-10-30 | Made the dist-hook more generic for adding more files named .dist into the | Daniel Stenberg |
2003-10-30 | --head on file://, some cleanups | Daniel Stenberg |
2003-10-30 | more help text cleanups | Daniel Stenberg |
2003-10-30 | silly me, I was meaning to do this change already as discussed on the libcurl | Daniel Stenberg |
2003-10-30 | curl --head now reports info "headers" on file:// URLs as well | Daniel Stenberg |
2003-10-30 | updated for the cut off GMT string | Daniel Stenberg |
2003-10-30 | when getting headers only, stop pretending the reported time is GMT, as it | Daniel Stenberg |
2003-10-30 | only use siginterrupt() if it really exists on the platform | Daniel Stenberg |
2003-10-30 | Check for siginterrupt, used by the test suite web server sws. | Daniel Stenberg |
2003-10-30 | Only compile the ipv6-section for ipv6-enabled libcurls. Should save | Daniel Stenberg |
2003-10-30 | Added proper #ifdef's for the #include files when checking for in_addr_t, | Daniel Stenberg |
2003-10-29 | Stop using stunnel.pm, we pass in the path from the main script instead. | Daniel Stenberg |
2003-10-29 | cleaned up the --help output. Tried to unify the language. Shortened a bunch | Daniel Stenberg |
2003-10-29 | David Hull made the file: URL parser also accept the somewhat sloppy file | Daniel Stenberg |
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 |
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 |
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 |