aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2011-08-12added --delegationDaniel Stenberg
2011-08-04segfault fixedDaniel Stenberg
2011-08-04parse_filename: deal with escaped quotesDaniel Stenberg
2011-08-04-J: support ';' in quoted file namesDaniel Stenberg
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-24errno.h inclusion conditionally done in setup_once.hYang Tse
2011-07-18NTLM single-sign on supportedMandy Wu
2011-07-03help output: more gnu like outputDaniel Stenberg
2011-05-29main: fix header inclusion orderYang Tse
2011-05-29main: fix header inclusion orderYang Tse
2011-04-27checksrc: whitespace and code style cleanupDaniel Stenberg
2011-04-21Fix spelling errors in src/Fabian Keil
2011-04-18transfer-encoding: added new option and cmdlineDaniel Stenberg
2011-03-09Force setopt constants written by --libcurl to be longDan Fandrich
2011-02-20curl: Added --netrc-file.Julien Chaffraix
2011-02-10--keepalive-time: warn if not supported properlyDaniel Stenberg
2011-01-19main: make the tlsauth options always presentDaniel Stenberg
2011-01-19TLS-SRP: support added when using GnuTLSQuinn Slack
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