summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tool_operate: fix implicit call to easysrc_cleanupJay Satiro2019-07-231-2/+6
* curl:create_transfers check return code from curl_easy_setoptDaniel Stenberg2019-07-221-1/+3
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-214-1/+13
* curl: remove dead codeDaniel Stenberg2019-07-211-25/+19
* curl: support parallel transfersDaniel Stenberg2019-07-2018-753/+1414
* curl: only accept COLUMNS less than 10000Daniel Stenberg2019-07-161-1/+2
* curl: skip CURLOPT_PROXY_CAPATH for disabled-proxy buildsKoen Dergent2019-06-241-1/+2
* curl: improved skip-setopt-options when built with disabled featuresDaniel Stenberg2019-06-183-35/+80
* tool_cb_prg: Fix integer overflow in progress barDaniel Gustafsson2019-06-101-4/+9
* build: fix Codacy warningsMarcel Raad2019-06-051-1/+1
* tool_parsecfg: Use correct return type for GetModuleFileName()Steve Holme2019-06-041-2/+3
* tool_parsecfg: Fix control flow issue (DEADCODE)Steve Holme2019-06-021-7/+7
* tls13-docs: mention it is only for OpenSSL >= 1.1.1Daniel Stenberg2019-06-021-4/+4
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-255-14/+1
* tool_setopt: for builds with disabled-proxy, skip all proxy setopts()Daniel Stenberg2019-05-232-19/+74
* tool_parse_cfg: Avoid 2 fopen() for WIN32Gisle Vanem2019-05-231-3/+4
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-05-225-1/+14
* curl: report error for "--no-" on non-boolean optionsDaniel Stenberg2019-05-203-2/+10
* tool_formparse: remove redundant assignmentMarcel Raad2019-05-201-3/+2
* curl: make code work with protocol-disabled libcurlDaniel Stenberg2019-05-181-5/+12
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-164-18/+4
* curl: don't set FTP options for FTP-disabled buildsDaniel Stenberg2019-05-161-1/+4
* tool_help: Warn if curl and libcurl versions do not matchJay Satiro2019-04-161-0/+4
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-115-7/+6
* tool_cb_wrt: fix bad-function-cast warningMarcel Raad2019-04-021-5/+3
* tool_help: include <strings.h> for strcasecmpDaniel Stenberg2019-04-011-0/+3
* tool_cb_wrt: fix writing to Windows null device NULJay Satiro2019-03-261-1/+6
* tool_getpass: termios.h is present on AmigaOS 3, but no tcgetattr/tcsetattrChris Young2019-03-151-1/+5
* tool_operate: build on AmigaOSChris Young2019-03-151-3/+7
* makefile: make checksrc and hugefile commands "silent"Daniel Stenberg2019-03-141-13/+23
* curl.1: mark the argument to --cookie as <data|filename>Daniel Stenberg2019-03-141-1/+1
* memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg2019-03-081-3/+3
* alt-svc: the curl command line bitsDaniel Stenberg2019-03-035-9/+26
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-0/+1
* curl: display --version features sorted alphabeticallyDaniel Stenberg2019-02-271-3/+23
* curl: remove MANUAL from -M outputDaniel Stenberg2019-02-203-33/+8
* cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat2019-02-198-127/+181
* cli tool: refactor encoding conversion sequence for switch case fallthrough.Patrick Monnerat2019-02-161-7/+5
* curl: "Dereference of null pointer"Patrick Monnerat2019-02-131-2/+2
* urlglob: Argument with 'nonnull' attribute passed nullDaniel Stenberg2019-02-131-2/+2
* curl: "Function call argument is an uninitialized value"Daniel Stenberg2019-02-121-5/+5
* cli tool: do not use mime.h private structures.Patrick Monnerat2019-02-116-481/+544
* curl: follow-up to 3f16990ec84Daniel Gustafsson2019-02-111-1/+1
* curl: follow-up to b49652ac66cc0Daniel Stenberg2019-02-111-1/+1
* curl: fix FreeBSD compiler warning in the --xattr codeDaniel Stenberg2019-02-111-5/+7
* tool_operate: fix typecheck warningMarcel Raad2019-02-071-1/+2
* schannel: stop calling it "winssl"Daniel Stenberg2019-02-013-10/+10
* configure: rewrite --enable-code-coverageDaniel Stenberg2019-01-261-4/+0
* src/Makefile: make 'tidy' target work for metalink buildsDaniel Stenberg2019-01-141-2/+2
* tool_cb_prg: avoid integer overflowDaniel Stenberg2019-01-111-3/+16