Age | Commit message (Expand) | Author |
2003-11-04 | .TP and .B replaced with .IP | Daniel Stenberg |
2003-11-04 | .IP instead of .TP and .B | Daniel Stenberg |
2003-11-04 | highlight more mentioned options | Daniel Stenberg |
2003-11-04 | Use .IP instead of .TP and .B for each item. | Daniel Stenberg |
2003-11-04 | spell! | Daniel Stenberg |
2003-11-04 | three changes went in | Daniel Stenberg |
2003-11-04 | Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows. | Daniel Stenberg |
2003-11-04 | spellfix in the generated comment by Kevin Roth | Daniel Stenberg |
2003-11-04 | Kevin Roth's fix to make correct cygwin packages | Daniel Stenberg |
2003-11-01 | blanked, starting all over again | Daniel Stenberg |
2003-11-01 | starting on 7.10.9 in CVS | Daniel Stenberg |
2003-11-01 | 7.10.8! | Daniel Stenberg |
2003-10-31 | ftp goes UTC | Daniel Stenberg |
2003-10-31 | gmtime() really can't even return NULL, can it? | Daniel Stenberg |
2003-10-31 | back to GMT again | Daniel Stenberg |
2003-10-31 | assume that MDTM returns the timestamp as UTC | Daniel Stenberg |
2003-10-31 | my own system had a bad valgrind, so check that it works at least somewhat | Daniel Stenberg |
2003-10-31 | Debian bug report #218046, a minor typo. | Daniel Stenberg |
2003-10-31 | removed compiler warnings from my latest fix | Daniel Stenberg |
2003-10-31 | numerical options check | Daniel Stenberg |
2003-10-31 | Added a new parse-numeric-parameters function so that options that take | Daniel Stenberg |
2003-10-31 | newer, nicer | Daniel Stenberg |
2003-10-30 | Set version string to -CVS. This string is generated by maketgz at release- | Daniel Stenberg |
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 |