aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-04-07renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*Daniel Stenberg
2004-04-07Use curl_off_t for the limit rate values to support REALLY huge values onDaniel Stenberg
2004-04-06improved --limit-rate functionality, partly by the new use of curlx_tvnow()Daniel Stenberg
2004-04-06added HAVE_GETTIMEOFDAY, we need it for better time resolutionDaniel Stenberg
2004-04-06typecasts to please picky compilers checking the printf() format stringDaniel Stenberg
2004-04-02Andrés García's updated mingw makefilesDaniel Stenberg
2004-03-29these are now in the packages/vms dirDaniel Stenberg
2004-03-29Gisle Vanem's djgpp/MS-DOS updatesDaniel Stenberg
2004-03-25tcp-nodelay patch by Joe HalpinDaniel Stenberg
2004-03-24include curl/curlver.h instead since this only needs the version definesDaniel Stenberg
2004-03-23int/size_t cleanupDaniel Stenberg
2004-03-21removed deleted filesDaniel Stenberg
2004-03-21Marty Kuhrt's adjustments for a cleaner VMS buildDaniel Stenberg
2004-03-17new netware-related files added to the distributionDaniel Stenberg
2004-03-17Günter Knauf's NetWare changes.Daniel Stenberg
2004-03-17nonsense comments removedDaniel Stenberg
2004-03-15Marty Kuhrt's VMS updatesDaniel Stenberg
2004-03-12David Byron's fix to clear outs.filenameDaniel Stenberg
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
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
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
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