summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-05-25--proxy-basic added for completenessDaniel Stenberg
2004-05-25Massimiliano Ziccardi's updates for the VC6 makefilesDaniel Stenberg
2004-05-25make one call instead of twoDaniel Stenberg
2004-05-24delete trailing whitespaceDaniel Stenberg
2004-05-24if no errorbuffer string was provided when a return code was returned, useDaniel Stenberg
2004-05-12Disable memdebug for the allocs done by the app, unless CURLTOOLDEBUG isDaniel Stenberg
2004-05-10slightly better dealing of bad mem situationsDaniel Stenberg
2004-05-10better detect if/when curl_slist_append() returns failure, and bail outDaniel Stenberg
2004-05-10checkpasswd() prevents segfault by checking that input argument is non-NULLDaniel Stenberg
2004-05-05slightly odd fix to prevent -Wunreachable-code to warnDaniel Stenberg
2004-05-05additional typecasts in an attempt to avoid compiler warnings when switchingDaniel Stenberg
2004-05-05removed bad free()Daniel Stenberg
2004-05-03Added support for --proxy-digestDaniel Stenberg
2004-04-30use the new lib/curlx.h header and modified the code to use all to-become-Daniel Stenberg
2004-04-30make the contents able to be any data, the previous stopped at white spaceDaniel Stenberg
2004-04-26Include "setup.h" and not "config.h" since setup.h is made to includeDaniel Stenberg
2004-04-26supports showing "IDN" as a libcurl feature, now outputs the featuresDaniel Stenberg
2004-04-25USE_MANUAL is now defined by defaultDaniel Stenberg
2004-04-25make the generated hugehelp.c file use the USE_MANUAL define so that itDaniel Stenberg
2004-04-23Made --proxy-ntlm check if the underlying library actually supports NTLMDaniel Stenberg
2004-04-22allow newlines in the contents when doing -F "var=[contents]"Daniel Stenberg
2004-04-14Gisle Vanem made the -4/-6 actually get set tooDaniel Stenberg
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