aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2004-03-10use the new OS define from lib/config-win32.hDaniel Stenberg
2004-03-10make loop variable size_t as well when looping to a size_t limitDaniel Stenberg
2004-03-08fread() returns a size_tDaniel Stenberg
2004-03-08use curl standard source formattingDaniel Stenberg
2004-03-08typecast enum to int to make it printf() properlyDaniel Stenberg
2004-03-08variable type fixesDaniel Stenberg
2004-03-08Moved the error message buffer into the glob struct as well.Daniel Stenberg
2004-03-04David Byron's version resource fixDaniel Stenberg
2004-03-04new "version resource" file for windows buildsDaniel Stenberg
2004-03-03David Byron's work on making libcurl only require winsock 1.1 on WindowsDaniel Stenberg
machines.
2004-03-03Tom Bates' adjustment to build on his nsr-tandem-nsk.Daniel Stenberg
2004-03-02Define CURL_NO_OLDIES to prevent us from getting obsolete stuff defined.Daniel Stenberg
2004-03-02CURLOPT_MUTE is obsolete since a long while, we don't need to set it!Daniel Stenberg
2004-03-01check for CURL_VERSION_LARGEFILE in the feature bitmaskDaniel Stenberg
2004-03-01Use the z-option to printf %d for size_t printf. z is supported by theDaniel Stenberg
libcurl *printf and by Linux printf(). This should make the code work nicely even for 64bit size_ts.
2004-02-26David Byron's fixes to make the latest curl build fine under MSVC 6.Daniel Stenberg
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
limit-rate. It does work on the expense of the rate limiter.
2004-02-20When the built-in manual is disabled, we generate a function doing nothingDaniel Stenberg
just to avoid making a totally empty file. Just to avoid compiler warnings.
2004-02-19Use the strtoofft.h header file from the lib directory, as we are nowDaniel Stenberg
officially using library-code when building the app (at least for the platforms that don't have a strtoll() on their own).
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
This is made to prevent compiler warnings.
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
as then we include the memdebug.h header from the lib dir, and it then requires this type... (fails on IRIX 6.5 without this)
2004-02-02Use the nroff option figured out by the configure script. An attempt toDaniel Stenberg
make this better on more systems.
2004-02-02fixed the win32 function to use the correct proto, as pointed out by GisleDaniel Stenberg
Vanem
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
included. (a Dan Fandrich fix)
2004-01-23Use Curl_strtoll() if needed. This is not a library call, this is just theDaniel Stenberg
same code as the library uses for its internal function. Thus the captical C in the beginning.
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
arguments in a config file without a required parameter!
2004-01-16Gisle Vanem's patch for variables that "might be used uninitialized"Daniel Stenberg
2004-01-15spell-fixed a commentDaniel Stenberg
now errors out if built with off_t > 32 bits but without strtoll()
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
other curl code
2004-01-13Luck Call made win32 password prompting support backspaceDaniel Stenberg
2004-01-13use the *correct* header!Daniel Stenberg