| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | minor format edits | Daniel Stenberg | 2003-11-05 | 4 | -7/+7 |
* | use roffit to make HTML from man pages | Daniel Stenberg | 2003-11-05 | 2 | -2/+2 |
* | use .BR to refer to other man pages to make it easier for parsers to know | Daniel Stenberg | 2003-11-04 | 1 | -1/+2 |
* | consistant with other man pages | Daniel Stenberg | 2003-11-04 | 1 | -50/+27 |
* | .TP and .B replaced with .IP | Daniel Stenberg | 2003-11-04 | 1 | -131/+66 |
* | .IP instead of .TP and .B | Daniel Stenberg | 2003-11-04 | 1 | -8/+4 |
* | highlight more mentioned options | Daniel Stenberg | 2003-11-04 | 1 | -8/+9 |
* | Use .IP instead of .TP and .B for each item. | Daniel Stenberg | 2003-11-04 | 1 | -241/+115 |
* | spell! | Daniel Stenberg | 2003-11-04 | 1 | -1/+1 |
* | three changes went in | Daniel Stenberg | 2003-11-04 | 1 | -0/+7 |
* | Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows. | Daniel Stenberg | 2003-11-04 | 2 | -1/+8 |
* | spellfix in the generated comment by Kevin Roth | Daniel Stenberg | 2003-11-04 | 1 | -1/+1 |
* | Kevin Roth's fix to make correct cygwin packages | Daniel Stenberg | 2003-11-04 | 1 | -1/+1 |
* | blanked, starting all over again | Daniel Stenberg | 2003-11-01 | 1 | -77/+6 |
* | starting on 7.10.9 in CVS | Daniel Stenberg | 2003-11-01 | 1 | -1/+1 |
* | 7.10.8!curl-7_10_8 | Daniel Stenberg | 2003-11-01 | 1 | -5/+7 |
* | ftp goes UTC | Daniel Stenberg | 2003-10-31 | 1 | -0/+5 |
* | gmtime() really can't even return NULL, can it? | Daniel Stenberg | 2003-10-31 | 1 | -4/+0 |
* | back to GMT again | Daniel Stenberg | 2003-10-31 | 1 | -1/+1 |
* | assume that MDTM returns the timestamp as UTC | Daniel Stenberg | 2003-10-31 | 1 | -5/+5 |
* | my own system had a bad valgrind, so check that it works at least somewhat | Daniel Stenberg | 2003-10-31 | 1 | -2/+10 |
* | Debian bug report #218046, a minor typo. | Daniel Stenberg | 2003-10-31 | 1 | -5/+11 |
* | removed compiler warnings from my latest fix | Daniel Stenberg | 2003-10-31 | 1 | -4/+4 |
* | numerical options check | Daniel Stenberg | 2003-10-31 | 1 | -0/+8 |
* | Added a new parse-numeric-parameters function so that options that take | Daniel Stenberg | 2003-10-31 | 1 | -8/+39 |
* | newer, nicer | Daniel Stenberg | 2003-10-31 | 1 | -19/+5 |
* | Set version string to -CVS. This string is generated by maketgz at release- | Daniel Stenberg | 2003-10-30 | 1 | -1/+1 |
* | Make the CVS version clone the libcurl version string, this is generated | Daniel Stenberg | 2003-10-30 | 1 | -1/+1 |
* | ignore .dist files here | Daniel Stenberg | 2003-10-30 | 2 | -0/+2 |
* | Made the dist-hook more generic for adding more files named .dist into the | Daniel Stenberg | 2003-10-30 | 1 | -2/+6 |
* | --head on file://, some cleanups | Daniel Stenberg | 2003-10-30 | 1 | -11/+12 |
* | more help text cleanups | Daniel Stenberg | 2003-10-30 | 1 | -9/+9 |
* | silly me, I was meaning to do this change already as discussed on the libcurl | Daniel Stenberg | 2003-10-30 | 1 | -3/+3 |
* | curl --head now reports info "headers" on file:// URLs as well | Daniel Stenberg | 2003-10-30 | 3 | -8/+50 |
* | updated for the cut off GMT string | Daniel Stenberg | 2003-10-30 | 1 | -1/+1 |
* | when getting headers only, stop pretending the reported time is GMT, as it | Daniel Stenberg | 2003-10-30 | 1 | -2/+2 |
* | only use siginterrupt() if it really exists on the platform | Daniel Stenberg | 2003-10-30 | 1 | -0/+2 |
* | Check for siginterrupt, used by the test suite web server sws. | Daniel Stenberg | 2003-10-30 | 1 | -0/+1 |
* | Only compile the ipv6-section for ipv6-enabled libcurls. Should save | Daniel Stenberg | 2003-10-30 | 1 | -4/+9 |
* | Added proper #ifdef's for the #include files when checking for in_addr_t, | Daniel Stenberg | 2003-10-30 | 1 | -0/+10 |
* | Stop using stunnel.pm, we pass in the path from the main script instead. | Daniel Stenberg | 2003-10-29 | 3 | -25/+39 |
* | cleaned up the --help output. Tried to unify the language. Shortened a bunch | Daniel Stenberg | 2003-10-29 | 1 | -45/+45 |
* | David Hull made the file: URL parser also accept the somewhat sloppy file | Daniel Stenberg | 2003-10-29 | 5 | -2/+58 |
* | stunnel.pm is no more | Daniel Stenberg | 2003-10-29 | 1 | -1/+1 |
* | stunnel.pm is removed | Daniel Stenberg | 2003-10-29 | 1 | -1/+0 |
* | now check for and use valgrind, inserted and modified the check for stunnel | Daniel Stenberg | 2003-10-29 | 1 | -2/+27 |
* | removed, functionality added to runtests.pl | Daniel Stenberg | 2003-10-29 | 1 | -11/+0 |
* | Another glibc resolve name fix | Daniel Stenberg | 2003-10-28 | 3 | -5/+28 |
* | possibly uninitialized variable | Daniel Stenberg | 2003-10-28 | 1 | -0/+2 |
* | overlapping memory chunks with strcpy(), detected by the friendly valgrind | Daniel Stenberg | 2003-10-28 | 1 | -1/+2 |