aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2004-09-10fixed -F to support setting type= even on parts that aren't file-uploadsDaniel Stenberg
2004-08-10more typecasts to please picky compilersDaniel Stenberg
2004-07-02snprintf instead of sprintf,Daniel Stenberg
2004-07-02added typecasts to please compilersDaniel Stenberg
2004-07-01typecase the argument to curl_easy_strerror() to a CURLcode to pleaseDaniel Stenberg
2004-07-01don't close the trace stream until _after_ the easy handle has been cleanedDaniel Stenberg
2004-06-27check for a fine poll() before it is used to sleep subsecondDaniel Stenberg
2004-06-24Gisle: free used memory betterDaniel Stenberg
2004-06-18Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on theDaniel Stenberg
2004-06-08Gisle's patch that'll allow curl to continue with the following URLs evenDaniel Stenberg
2004-05-25--proxy-basic added for completenessDaniel 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-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