aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2010-12-20getparameter: add error checkDaniel Stenberg
2010-12-03fix compiler warning: assignment within conditional expressionYang Tse
2010-11-28atoi: remove atoi usageYang Tse
2010-11-10write extended attributes by using fsetxattrStefan Tomanek
2010-11-08help: indent the --xattr option like the othersDaniel Stenberg
2010-11-08CURLOPT_RESOLVE: addedDaniel Stenberg
2010-11-05--libcurl: simplify outputDaniel Stenberg
2010-11-05xattr: add configure check and #ifdefsDaniel Stenberg
2010-11-05save metadata to extended file attributesStefan Tomanek
2010-10-14options: check for features for some optionsDaniel Stenberg
2010-10-12header_callback: strip off file path separated with backslashesDaniel Stenberg
2010-09-16whitespace: unified sourceDaniel Stenberg
2010-09-16remote-header-name: don't output filename when NULLDaniel Stenberg
2010-09-02Use checkprefix() to compare protocol-specific stringsDan Fandrich
2010-08-25Gopher protocol support (initial release)Cameron Kaiser
2010-08-24Fixed a NULL pointer dereference in form postingDan Fandrich
2010-08-21cmdline: make -F type= accept ;charset=Daniel Stenberg
2010-08-19Use the S_ISREG macro to determine what is a regular fileDan Fandrich
2010-08-15curl -T: ignore file size of special filesKamil Dudka
2010-08-02retry: consider retrying even if -f is usedDaniel Stenberg
2010-07-17remote-header-name: chop filename at next semicolonJeff Pohlmeyer
2010-07-14--retry: access violation with URL part sets continuedDaniel Stenberg
2010-07-07upload: Avoid infinite loop when checking for auth bitsTor Arntsen
2010-07-06upload: warn users trying to upload from stdin with anyauthDaniel Stenberg
2010-07-06--libcurl: list the tricky options instead of using [REMARK]Daniel Stenberg
2010-07-06curl: avoid setting libcurl options to its defaultDaniel Stenberg
2010-07-06--libcurl: hide setopt() calls setting default optionsDaniel Stenberg
2010-07-06--libcurl: use *_LARGE options with typecasted constantsDaniel Stenberg
2010-06-01fix compiler warning: enumerated type mixed with another typeYang Tse
2010-05-31fix compiler warning: enumerated type mixed with another typeYang Tse
2010-05-29strtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MINKamil Dudka
2010-04-29telnet: Allow programatic use of telnet.Ben Greear
2010-04-24curl: added --proto and --proto-redirAlex Bligh
2010-04-21curl: -O crash on windowsDaniel Stenberg
2010-04-19parse_filename: strip trailing CRs and LFsDaniel Stenberg
2010-04-17parseconfig: Value stored to 'line' is never readDaniel Stenberg
2010-03-29use size_t to hold string lengthDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-03-16Factored out some code into a few independent functionsDan Fandrich
2010-02-25Fixed bug report #2958074 indicatingYang Tse
2010-02-15use (void) in front of fwrite() calls that ignore the return codeDaniel Stenberg
2010-02-12CURLOPT_MAIL_RCPT is *not* a string so we must not try to printf() itDaniel Stenberg
2010-02-12free --mail-from strings properlyDaniel Stenberg
2010-02-03Fix progressmode Configurable struct member data type. Changed toYang Tse
2010-02-02Fix compiler warnings:Yang Tse
2010-01-29fix printf-style format stringsYang Tse
2010-01-27fix compiler warningYang Tse
2010-01-25fix compiler warningYang Tse
2010-01-23Added -J/--remote-header-name.Bjorn Stenberg
2010-01-02- Make curl support --ssl and --ssl-reqd instead of the previous FTP-specificDaniel Stenberg