summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* minor format editsDaniel Stenberg2003-11-054-7/+7
* use roffit to make HTML from man pagesDaniel Stenberg2003-11-052-2/+2
* use .BR to refer to other man pages to make it easier for parsers to knowDaniel Stenberg2003-11-041-1/+2
* consistant with other man pagesDaniel Stenberg2003-11-041-50/+27
* .TP and .B replaced with .IPDaniel Stenberg2003-11-041-131/+66
* .IP instead of .TP and .BDaniel Stenberg2003-11-041-8/+4
* highlight more mentioned optionsDaniel Stenberg2003-11-041-8/+9
* Use .IP instead of .TP and .B for each item.Daniel Stenberg2003-11-041-241/+115
* spell!Daniel Stenberg2003-11-041-1/+1
* three changes went inDaniel Stenberg2003-11-041-0/+7
* Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows.Daniel Stenberg2003-11-042-1/+8
* spellfix in the generated comment by Kevin RothDaniel Stenberg2003-11-041-1/+1
* Kevin Roth's fix to make correct cygwin packagesDaniel Stenberg2003-11-041-1/+1
* blanked, starting all over againDaniel Stenberg2003-11-011-77/+6
* starting on 7.10.9 in CVSDaniel Stenberg2003-11-011-1/+1
* 7.10.8!curl-7_10_8Daniel Stenberg2003-11-011-5/+7
* ftp goes UTCDaniel Stenberg2003-10-311-0/+5
* gmtime() really can't even return NULL, can it?Daniel Stenberg2003-10-311-4/+0
* back to GMT againDaniel Stenberg2003-10-311-1/+1
* assume that MDTM returns the timestamp as UTCDaniel Stenberg2003-10-311-5/+5
* my own system had a bad valgrind, so check that it works at least somewhatDaniel Stenberg2003-10-311-2/+10
* Debian bug report #218046, a minor typo.Daniel Stenberg2003-10-311-5/+11
* removed compiler warnings from my latest fixDaniel Stenberg2003-10-311-4/+4
* numerical options checkDaniel Stenberg2003-10-311-0/+8
* Added a new parse-numeric-parameters function so that options that takeDaniel Stenberg2003-10-311-8/+39
* newer, nicerDaniel Stenberg2003-10-311-19/+5
* Set version string to -CVS. This string is generated by maketgz at release-Daniel Stenberg2003-10-301-1/+1
* Make the CVS version clone the libcurl version string, this is generatedDaniel Stenberg2003-10-301-1/+1
* ignore .dist files hereDaniel Stenberg2003-10-302-0/+2
* Made the dist-hook more generic for adding more files named .dist into theDaniel Stenberg2003-10-301-2/+6
* --head on file://, some cleanupsDaniel Stenberg2003-10-301-11/+12
* more help text cleanupsDaniel Stenberg2003-10-301-9/+9
* silly me, I was meaning to do this change already as discussed on the libcurlDaniel Stenberg2003-10-301-3/+3
* curl --head now reports info "headers" on file:// URLs as wellDaniel Stenberg2003-10-303-8/+50
* updated for the cut off GMT stringDaniel Stenberg2003-10-301-1/+1
* when getting headers only, stop pretending the reported time is GMT, as itDaniel Stenberg2003-10-301-2/+2
* only use siginterrupt() if it really exists on the platformDaniel Stenberg2003-10-301-0/+2
* Check for siginterrupt, used by the test suite web server sws.Daniel Stenberg2003-10-301-0/+1
* Only compile the ipv6-section for ipv6-enabled libcurls. Should saveDaniel Stenberg2003-10-301-4/+9
* Added proper #ifdef's for the #include files when checking for in_addr_t,Daniel Stenberg2003-10-301-0/+10
* Stop using stunnel.pm, we pass in the path from the main script instead.Daniel Stenberg2003-10-293-25/+39
* cleaned up the --help output. Tried to unify the language. Shortened a bunchDaniel Stenberg2003-10-291-45/+45
* David Hull made the file: URL parser also accept the somewhat sloppy fileDaniel Stenberg2003-10-295-2/+58
* stunnel.pm is no moreDaniel Stenberg2003-10-291-1/+1
* stunnel.pm is removedDaniel Stenberg2003-10-291-1/+0
* now check for and use valgrind, inserted and modified the check for stunnelDaniel Stenberg2003-10-291-2/+27
* removed, functionality added to runtests.plDaniel Stenberg2003-10-291-11/+0
* Another glibc resolve name fixDaniel Stenberg2003-10-283-5/+28
* possibly uninitialized variableDaniel Stenberg2003-10-281-0/+2
* overlapping memory chunks with strcpy(), detected by the friendly valgrindDaniel Stenberg2003-10-281-1/+2