aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-02-25use %ld when printfing longsDaniel Stenberg
2004-02-21David Byron's fix to allow the speed-limit logic work even if you setDaniel Stenberg
2004-02-20When the built-in manual is disabled, we generate a function doing nothingDaniel Stenberg
2004-02-19Use the strtoofft.h header file from the lib directory, as we are nowDaniel Stenberg
2004-02-17fix the help text for --manual if built without manualDaniel Stenberg
2004-02-12support configure --disable-manualDaniel Stenberg
2004-02-09Make param2text() take an int argument, as that is what's being passed in.Daniel Stenberg
2004-02-09use VAR_NONE instead of 0 in the table to prevent compiler warningDaniel Stenberg
2004-02-05Andrés García's updatesDaniel Stenberg
2004-02-05Fix the socklen_t type too. Needed only when built with memory debuggingDaniel Stenberg
2004-02-02Use the nroff option figured out by the configure script. An attempt toDaniel Stenberg
2004-02-02fixed the win32 function to use the correct proto, as pointed out by GisleDaniel Stenberg
2004-01-30Added --socksDaniel Stenberg
2004-01-29don't include config.g in src/hugehelp.c unless HAVE_CONFIG_H is definedDaniel Stenberg
2004-01-29make pedantic compiler options generate less warningsDaniel Stenberg
2004-01-29added hugehelp.hDaniel Stenberg
2004-01-29nonsence change to make -Wunreachable-code get happyDaniel Stenberg
2004-01-29use hugehelp.h to silence picky compiler warningsDaniel Stenberg
2004-01-28Gisle has eyes, I don'tDaniel Stenberg
2004-01-27don't advance the line pointer if it already points to the null terminatorDaniel Stenberg
2004-01-26Removed two redundant #include files in the djgpp section. They're alreadyDaniel Stenberg
2004-01-23Use Curl_strtoll() if needed. This is not a library call, this is just theDaniel Stenberg
2004-01-23use the Curl_strtoll() source code from the lib codeDaniel Stenberg
2004-01-23define SIZEOF_CURL_OFF_T if not already definedDaniel Stenberg
2004-01-22Gisle Vanem fixed the compressed help text zlib codeDaniel Stenberg
2004-01-22use curl_off_t instead of off_tDaniel Stenberg
2004-01-19David Byron cleaned up how --trace with no option was treated, and alsoDaniel Stenberg
2004-01-16Gisle Vanem's patch for variables that "might be used uninitialized"Daniel Stenberg
2004-01-15spell-fixed a commentDaniel Stenberg
2004-01-14HAVE_LIMITS_HDaniel Stenberg
2004-01-14Gisle Vanem updated the code for win32 and djgpp builds.Daniel Stenberg
2004-01-13indented and formatted the VMS-specific code more in the same style asDaniel Stenberg
2004-01-13Luck Call made win32 password prompting support backspaceDaniel Stenberg
2004-01-13use the *correct* header!Daniel Stenberg
2004-01-13Dan Fandrich made the hugehelp.c contain both compressed and uncompressedDaniel Stenberg
2004-01-13define HAVE_LIBZ if libz is present, for hugehelp.cDaniel Stenberg
2004-01-13Diego Casorran's fixes to allow native AmigaOS buildsDaniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2004-01-05Dan Fandrich's zlib fixDaniel Stenberg
2004-01-05David J Meyer's large file support.Daniel Stenberg
2003-12-19Gisle Vanem's djgpp fixesDaniel Stenberg
2003-12-11use the CORRECT file name! ;-)Daniel Stenberg
2003-12-10added the new amiga files to the distDaniel Stenberg
2003-12-10Diego Casorran's amiga makefilesDaniel Stenberg
2003-12-10native amiga support by Diego CasorranDaniel Stenberg
2003-12-03Marty Kuhrt moved most of the VMS stuff to a separate header file.Daniel Stenberg
2003-12-03new VMS filesDaniel Stenberg
2003-12-03Marty Kuhrt updatesDaniel Stenberg
2003-12-02--ftp-pasv now overrides a previous --ftpport option. We now also supportDaniel Stenberg
2003-11-27James Clancy updated the Borland makefilesDaniel Stenberg