aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
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-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-26supports showing "IDN" as a libcurl feature, now outputs the featuresDaniel 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-03-29Gisle Vanem's djgpp/MS-DOS updatesDaniel Stenberg
2004-03-25tcp-nodelay patch by Joe HalpinDaniel Stenberg
2004-03-17Günter Knauf's NetWare changes.Daniel Stenberg
2004-03-17nonsense comments removedDaniel Stenberg
2004-03-12David Byron's fix to clear outs.filenameDaniel Stenberg
2004-03-08fread() returns a size_tDaniel Stenberg
2004-03-08variable type fixesDaniel Stenberg
2004-03-03David Byron's work on making libcurl only require winsock 1.1 on WindowsDaniel 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-21David Byron's fix to allow the speed-limit logic work even if you setDaniel 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-01-30Added --socksDaniel 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-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-14Gisle Vanem updated the code for win32 and djgpp builds.Daniel Stenberg
2004-01-13Diego Casorran's fixes to allow native AmigaOS buildsDaniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2004-01-05David J Meyer's large file support.Daniel Stenberg
2003-12-03Marty Kuhrt moved most of the VMS stuff to a separate header file.Daniel Stenberg
2003-12-02--ftp-pasv now overrides a previous --ftpport option. We now also supportDaniel Stenberg