aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-30more help text cleanupsDaniel Stenberg
2003-10-30silly me, I was meaning to do this change already as discussed on the libcurlDaniel Stenberg
2003-10-30curl --head now reports info "headers" on file:// URLs as wellDaniel Stenberg
2003-10-30updated for the cut off GMT stringDaniel Stenberg
2003-10-30when getting headers only, stop pretending the reported time is GMT, as itDaniel Stenberg
2003-10-30only use siginterrupt() if it really exists on the platformDaniel Stenberg
2003-10-30Check for siginterrupt, used by the test suite web server sws.Daniel Stenberg
2003-10-30Only compile the ipv6-section for ipv6-enabled libcurls. Should saveDaniel Stenberg
2003-10-30Added proper #ifdef's for the #include files when checking for in_addr_t,Daniel Stenberg
2003-10-29Stop using stunnel.pm, we pass in the path from the main script instead.Daniel Stenberg
2003-10-29cleaned up the --help output. Tried to unify the language. Shortened a bunchDaniel Stenberg
2003-10-29David Hull made the file: URL parser also accept the somewhat sloppy fileDaniel Stenberg
2003-10-29stunnel.pm is no moreDaniel Stenberg
2003-10-29stunnel.pm is removedDaniel Stenberg
2003-10-29now check for and use valgrind, inserted and modified the check for stunnelDaniel Stenberg
2003-10-29removed, functionality added to runtests.plDaniel Stenberg
2003-10-28Another glibc resolve name fixDaniel Stenberg
2003-10-28possibly uninitialized variableDaniel Stenberg
2003-10-28overlapping memory chunks with strcpy(), detected by the friendly valgrindDaniel Stenberg
2003-10-27slightly quieter torture test by defaultDaniel Stenberg
2003-10-27James Bursa's fix to prevent failf() to write outside its buffer boundaryDaniel Stenberg
2003-10-26James Bursa found an ERRORBUFFFER overflowDaniel Stenberg
2003-10-26snprintf() made a single-byte buffer overflow, as it could write a zeroDaniel Stenberg
2003-10-25avoid dependence on the order of the fields in the timeval struct, pointed outDaniel Stenberg
2003-10-24support building ares-enabled tooDaniel Stenberg
2003-10-24tests the new -C - fixDaniel Stenberg
2003-10-24HTTP resume fixDaniel Stenberg
2003-10-24Resuming a download of an already downloaded document, that is trying to getDaniel Stenberg
2003-10-24solaris build improvementDaniel Stenberg
2003-10-24Based on David Hull's fix in bug report 804599, we now check for solarisDaniel Stenberg
2003-10-24don't select() forever, set a timeout so at least the test fails niceDaniel Stenberg
2003-10-24better name, it isn't httpsDaniel Stenberg
2003-10-24c-ares is the new name and ares_version() was addedDaniel Stenberg
2003-10-24Introducing ares_version(), so that we can have apps get version info aboutDaniel Stenberg
2003-10-24make it work with Negotiate support enabled tooDaniel Stenberg
2003-10-24runtests -t introducedDaniel Stenberg
2003-10-24improved the torture testingDaniel Stenberg
2003-10-24supports -l now to display the actual line that was prevented by memlimitDaniel Stenberg
2003-10-24if malloc fails, we must bail out nicelyDaniel Stenberg
2003-10-24Improved checks for bad memory situations and proper behaviour when weDaniel Stenberg
2003-10-24better bailing-out cleanup if a malloc fails in the DNS cacheDaniel Stenberg
2003-10-24free all memory on failure before bailing out, not really necessary butDaniel Stenberg
2003-10-24the actual release-notes is new tooDaniel Stenberg
2003-10-24Introducing -t to "torture" the memory allocations/failing/bail-outing inDaniel Stenberg
2003-10-24produce a single summary of the amount of allocations on -vDaniel Stenberg
2003-10-24disable-eprt, fixed CA cert verficationDaniel Stenberg
2003-10-23Georg Horn's patch. -k is no longer mutually exclusive with --cacert andDaniel Stenberg
2003-10-23Georg Horn's fixes to do different CA cert verifications. They can now beDaniel Stenberg
2003-10-22encourage use of -c to store cookies instead of -DDaniel Stenberg
2003-10-22allow gdb to check the libtest dir for sources too (for the 500- tests)Daniel Stenberg