summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-5/+1
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* NTLM single-sign on supportedMandy Wu2011-07-181-0/+13
* help output: more gnu like outputDaniel Stenberg2011-07-031-155/+154
* main: fix header inclusion orderYang Tse2011-05-291-2/+2
* main: fix header inclusion orderYang Tse2011-05-291-62/+75
* checksrc: whitespace and code style cleanupDaniel Stenberg2011-04-271-53/+63
* Fix spelling errors in src/Fabian Keil2011-04-211-4/+4
* transfer-encoding: added new option and cmdlineDaniel Stenberg2011-04-181-7/+16
* Force setopt constants written by --libcurl to be longDan Fandrich2011-03-091-1/+1
* curl: Added --netrc-file.Julien Chaffraix2011-02-201-1/+12
* --keepalive-time: warn if not supported properlyDaniel Stenberg2011-02-101-0/+4
* main: make the tlsauth options always presentDaniel Stenberg2011-01-191-15/+10
* TLS-SRP: support added when using GnuTLSQuinn Slack2011-01-191-1/+49
* getparameter: add error checkDaniel Stenberg2010-12-201-0/+2
* fix compiler warning: assignment within conditional expressionYang Tse2010-12-031-8/+8
* atoi: remove atoi usageYang Tse2010-11-281-8/+19
* write extended attributes by using fsetxattrStefan Tomanek2010-11-101-9/+10
* help: indent the --xattr option like the othersDaniel Stenberg2010-11-081-1/+1
* CURLOPT_RESOLVE: addedDaniel Stenberg2010-11-081-0/+11
* --libcurl: simplify outputDaniel Stenberg2010-11-051-19/+4
* xattr: add configure check and #ifdefsDaniel Stenberg2010-11-051-6/+4
* save metadata to extended file attributesStefan Tomanek2010-11-051-0/+17
* options: check for features for some optionsDaniel Stenberg2010-10-141-0/+8
* header_callback: strip off file path separated with backslashesDaniel Stenberg2010-10-121-0/+12
* whitespace: unified sourceDaniel Stenberg2010-09-161-535/+535
* remote-header-name: don't output filename when NULLDaniel Stenberg2010-09-161-1/+2
* Use checkprefix() to compare protocol-specific stringsDan Fandrich2010-09-021-6/+6
* Gopher protocol support (initial release)Cameron Kaiser2010-08-251-0/+1
* Fixed a NULL pointer dereference in form postingDan Fandrich2010-08-241-2/+7
* cmdline: make -F type= accept ;charset=Daniel Stenberg2010-08-211-0/+8
* Use the S_ISREG macro to determine what is a regular fileDan Fandrich2010-08-191-1/+1
* curl -T: ignore file size of special filesKamil Dudka2010-08-151-1/+4
* retry: consider retrying even if -f is usedDaniel Stenberg2010-08-021-2/+6
* remote-header-name: chop filename at next semicolonJeff Pohlmeyer2010-07-171-1/+9
* --retry: access violation with URL part sets continuedDaniel Stenberg2010-07-141-2/+3
* upload: Avoid infinite loop when checking for auth bitsTor Arntsen2010-07-071-1/+1
* upload: warn users trying to upload from stdin with anyauthDaniel Stenberg2010-07-061-0/+25
* --libcurl: list the tricky options instead of using [REMARK]Daniel Stenberg2010-07-061-7/+34
* curl: avoid setting libcurl options to its defaultDaniel Stenberg2010-07-061-3/+4
* --libcurl: hide setopt() calls setting default optionsDaniel Stenberg2010-07-061-10/+17
* --libcurl: use *_LARGE options with typecasted constantsDaniel Stenberg2010-07-061-1/+1
* fix compiler warning: enumerated type mixed with another typeYang Tse2010-06-011-2/+2
* fix compiler warning: enumerated type mixed with another typeYang Tse2010-05-311-2/+2
* strtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MINKamil Dudka2010-05-291-1/+1
* telnet: Allow programatic use of telnet.Ben Greear2010-04-291-1/+3
* curl: added --proto and --proto-redirAlex Bligh2010-04-241-0/+131
* curl: -O crash on windowsDaniel Stenberg2010-04-211-1/+2
* parse_filename: strip trailing CRs and LFsDaniel Stenberg2010-04-191-3/+20
* parseconfig: Value stored to 'line' is never readDaniel Stenberg2010-04-171-1/+1