aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-07the resource file itselfDaniel Stenberg
2003-11-07removed the resource lines I shouldn't have added in the firt placeDaniel Stenberg
2003-11-07define TRUE and FALSE here as some platforms don't have them otherwiseDaniel Stenberg
2003-11-06CURLDEBUG, no underscoreDaniel Stenberg
2003-11-06Gisle Vanem's libcurl.dll version info patch appliedDaniel Stenberg
2003-11-06don't allow options that we KNOW can't be usedDaniel Stenberg
2003-11-06mark all mentioned options betterDaniel Stenberg
2003-11-06converted most .I lines to \fI onesDaniel Stenberg
2003-11-06egd, not edgDaniel Stenberg
2003-11-06Define TRUE and FALSE unless already present. I've moved away thoseDaniel Stenberg
definitions from the global curl header and thus this needs to do it themselves.
2003-11-06removed the _last since that is by definition not an error codeDaniel Stenberg
2003-11-06new defines for version infoDaniel Stenberg
2003-11-06Insert the major, minor and patch numbers into the curl/curl.h header asDaniel Stenberg
well. Removed the depedency on perl.
2003-11-06We offer the version number "in parts" as well by introducing three newDaniel Stenberg
defines.
2003-11-06thingsDaniel Stenberg
2003-11-06new mirror addedDaniel Stenberg
2003-11-06updated somewhatDaniel Stenberg
2003-11-06unitialized variable fix, reported by both Marty Kuhrt and benjamin gerardDaniel Stenberg
2003-11-06Mac OS X framework build files, contributed by Matt VeenstraDaniel Stenberg
2003-11-06Moved the TRUE and FALSE #defines to lib/setup.h instead, as they don'tDaniel Stenberg
belong in the public header file. They are not in our name space so we should not set them globally.
2003-11-05minor format editsDaniel Stenberg
2003-11-05use roffit to make HTML from man pagesDaniel Stenberg
http://daniel.haxx.se/projects/roffit/
2003-11-04use .BR to refer to other man pages to make it easier for parsers to knowDaniel Stenberg
2003-11-04consistant with other man pagesDaniel Stenberg
2003-11-04.TP and .B replaced with .IPDaniel Stenberg
2003-11-04.IP instead of .TP and .BDaniel Stenberg
2003-11-04highlight more mentioned optionsDaniel Stenberg
2003-11-04Use .IP instead of .TP and .B for each item.Daniel Stenberg
2003-11-04spell!Daniel Stenberg
2003-11-04three changes went inDaniel Stenberg
2003-11-04Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows.Daniel Stenberg
2003-11-04spellfix in the generated comment by Kevin RothDaniel Stenberg
2003-11-04Kevin Roth's fix to make correct cygwin packagesDaniel Stenberg
2003-11-01blanked, starting all over againDaniel Stenberg
2003-11-01starting on 7.10.9 in CVSDaniel Stenberg
2003-11-017.10.8!Daniel Stenberg
2003-10-31ftp goes UTCDaniel Stenberg
2003-10-31gmtime() really can't even return NULL, can it?Daniel Stenberg
2003-10-31back to GMT againDaniel Stenberg
2003-10-31assume that MDTM returns the timestamp as UTCDaniel Stenberg
2003-10-31my own system had a bad valgrind, so check that it works at least somewhatDaniel Stenberg
before we use it
2003-10-31Debian bug report #218046, a minor typo.Daniel Stenberg
2003-10-31removed compiler warnings from my latest fixDaniel Stenberg
2003-10-31numerical options checkDaniel Stenberg
2003-10-31Added a new parse-numeric-parameters function so that options that takeDaniel Stenberg
a numeric argument can better bail out if given a weird parameter. This catches situations such as "-y -Y 2000" or "-O -C [URL]" etc.
2003-10-31newer, nicerDaniel Stenberg
2003-10-30Set version string to -CVS. This string is generated by maketgz at release-Daniel Stenberg
time.
2003-10-30Make the CVS version clone the libcurl version string, this is generatedDaniel Stenberg
by the maketgz script so in releases this is replaced by an actual string.
2003-10-30ignore .dist files hereDaniel Stenberg
2003-10-30Made the dist-hook more generic for adding more files named .dist into theDaniel Stenberg
dist archive. Preparing for a new maketgz.