aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2002-02-28memory debugging is now only enabled if the CURL_MEMDEBUG environmentDaniel Stenberg
2002-02-25make sure -d is treated as a POST request and thus should fail if mixedDaniel Stenberg
2002-01-28don't count a custom request as a request type of its own, it is merelyDaniel Stenberg
2002-01-03Changed how -I/--head works when --include is also used... Test case 104Daniel Stenberg
2001-12-17Götz Babin-Ebell's OpenSSL ENGINE patchDaniel Stenberg
2001-12-11when the file name given to -T is used to build an upload path, the localDaniel Stenberg
2001-11-30fixed the option parser to not loop when a long option is specifiedDaniel Stenberg
2001-11-29--disable-epsvDaniel Stenberg
2001-11-21init the errorbuf to prevent junk from being outputDaniel Stenberg
2001-11-19Lars M Gustafsson showed us that the free(urlbuffer) was totally unnecessaryDaniel Stenberg
2001-11-05John Lask's fix that adds "-1/--TLSv1" supportDaniel Stenberg
2001-10-22An SGI (IRIX) compiler doesn't like indended #-instructions, so they're allDaniel Stenberg
2001-10-09Added -0/--http1.0 to enforce HTTP 1.0 requestsDaniel Stenberg
2001-10-03Georg Huettenegger's fix that makes us no longer use curl_formparse() butDaniel Stenberg
2001-09-26free cookiejar stringDaniel Stenberg
2001-09-11--ciphers now sets CURLOPT_SSL_CIPHER_LISTDaniel Stenberg
2001-09-07HAVE_SYS_UTIME_H adjustmentsDaniel Stenberg
2001-09-03introducing -R/--remote-time which uses the remote file's time to set theDaniel Stenberg
2001-08-29uses the new cookie jar featureDaniel Stenberg
2001-08-24Kevin Roth's comments about -G have been addressed:Daniel Stenberg
2001-08-19SM's fix for -G on URLs with host name onlyDaniel Stenberg
2001-08-15SM's -G patch. There's some room for improvements still, as a command lineDaniel Stenberg
2001-08-14(un)signed and const cleanupDaniel Stenberg
2001-08-09The redirected error stream was closed before curl_easy_cleanup() was made,Daniel Stenberg
2001-08-08The file name given to -E can now contain drive letters on windows, if theyDaniel Stenberg
2001-08-08Patrick Bihan-Faou's verifyhost additionDaniel Stenberg
2001-08-06Nico's VMS fixes addedDaniel Stenberg
2001-07-12Add win32 initialization support to curl_global_init() andSterling Hughes
2001-06-25'resume from'-fix. When using "-C -" and doing multiple file download, theDaniel Stenberg
2001-05-30now uses CURL_GLOBAL_DEFAULTDaniel Stenberg
2001-05-29fixed the -# to write to the same as --stderr is set toDaniel Stenberg
2001-05-28adjusted the global_init() call to pass the new flag argument tooDaniel Stenberg
2001-05-28added calls to curl_global_*, they aren't really needed for this applicationDaniel Stenberg
2001-05-04'FILE *' changed to 'void *' in all callback functionsDaniel Stenberg
2001-04-18added an include to build on ultrixDaniel Stenberg
2001-03-16removed the CURL_SEPARATORS defineDaniel Stenberg
2001-03-15Added --connect-timeout supportDaniel Stenberg
2001-03-14no longer includes the curl/types.h and curl/easy.h include filesDaniel Stenberg
2001-03-12added --random-file and --egd-file to the command line clientDaniel Stenberg
2001-03-12moved the libcurl init callDaniel Stenberg
2001-03-12split up the big printf() into several ones to never use strings longerDaniel Stenberg
2001-02-20multiple connection support initial commitDaniel Stenberg
2001-01-29The PUT stuff is never set! It is set with the UPLOAD...Daniel Stenberg
2001-01-24Ingo Ralf Blum's cygwin fixesDaniel Stenberg
2001-01-22Removed the deprecated -c and -t from the --help output.Daniel Stenberg
2001-01-19corrected url memory handling with --globoffDaniel Stenberg
2001-01-11Added -g, fixed so that short options worked again. My last "merged" fix didDaniel Stenberg
2001-01-10made "short options" possible to specify -m20 as well as -m 200.Daniel Stenberg
2001-01-09bugfix for when more -o than URLs is usedDaniel Stenberg
2001-01-08better cleanup when existing due to bad usageDaniel Stenberg