summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
Commit message (Expand)AuthorAgeFilesLines
* tool_operate: switch to inline checksrc ignoreDaniel Stenberg2016-04-191-0/+1
* tool: add --tcp-fastopen optionAlessandro Ghedini2016-04-181-0/+3
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-171-0/+4
* CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme2016-04-091-5/+0
* code: style updatesDaniel Stenberg2016-04-031-1/+1
* tool_operate: remove mixed declarationJay Satiro2016-03-281-1/+2
* curl: warn for --capath use if not supported by libcurlDaniel Stenberg2016-03-281-3/+13
* TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro2016-02-231-0/+4
* tool_doswin: Improve sanitization processingJay Satiro2016-02-051-9/+0
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-2/+2
* tool_operate: Don't sanitize --output path (Windows)Jay Satiro2016-02-011-11/+0
* curl: avoid local drive traversal when saving file (Windows)Ray Satiro2016-01-261-9/+20
* curl --expect100-timeout: addedDaniel Stenberg2015-12-151-0/+5
* curl: use 2TLS by defaultDaniel Stenberg2015-12-131-1/+3
* curl: remove keepalive #ifdef checks done on libcurl's behalfDaniel Stenberg2015-12-031-4/+0
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-0/+12
* curl: mark two more options strings for --libcurl outputDaniel Stenberg2015-11-131-2/+2
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-12/+0
* oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme2015-11-091-2/+2
* tool_operate: Don't call easysrc cleanup unless --libcurlJay Satiro2015-09-211-6/+9
* tool: generate easysrc only on --libcurlDaniel Lee Hwang2015-09-201-4/+6
* curl: point out unnecessary uses of -X in verbose modeDaniel Stenberg2015-09-111-0/+1
* curl: point out the conflicting HTTP methods if usedDaniel Stenberg2015-08-251-1/+1
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-0/+6
* comment: fix comment about adding new option supportDaniel Stenberg2015-07-261-1/+1
* tool_operate: Fix CURLOPT_SSL_OPTIONS for builds without HTTPSJay Satiro2015-07-251-3/+6
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-2/+3
* tool: always provide negotiate/kerberos optionsDaniel Stenberg2015-06-181-25/+19
* checksrc: detect fopen() for text without the FOPEN_* macrosDaniel Stenberg2015-06-021-1/+1
* curl: fix potential NULL dereferenceDaniel Stenberg2015-05-221-1/+1
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-0/+11
* curl -z: do not write empty file on unmet conditionKamil Dudka2015-04-231-6/+11
* src/tool_operate: create output file on successful downloadKamil Dudka2015-04-081-0/+7
* tool_operate: only set SSL options if SSL is enabledDan Fandrich2015-03-281-5/+7
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-241-0/+2
* curl: add --false-start optionAlessandro Ghedini2015-03-201-0/+3
* tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme2015-02-271-13/+11
* copyright years: after OCSP stapling changesDaniel Stenberg2015-01-161-1/+1
* curl: add --cert-status optionAlessandro Ghedini2015-01-161-0/+3
* tool_operate: we prefer 'CURLcode result'Daniel Stenberg2014-12-161-84/+84
* tool_urlglob: unify return codes to use CURLcodeDaniel Stenberg2014-12-161-2/+2
* tool: fix CURLOPT_UNIX_SOCKET_PATH in --libcurl outputPeter Wu2014-12-041-1/+2
* tool: add --unix-socket optionPeter Wu2014-12-041-0/+4
* operate: avoid NULL dereferenceDaniel Stenberg2014-10-081-0/+3
* operate_do: skip superfluous check for NULL pointerDaniel Stenberg2014-10-081-1/+1
* SSL: implement public key pinningmoparisthebest2014-10-071-0/+3
* tool_operate.c: Fixed compilation warningSteve Holme2014-05-101-1/+1
* tool_operate.c: Fixed TAB is white space from commit 5b8ae0a985Steve Holme2014-05-091-1/+1
* tool_operate.c: Fixed compilation warningsSteve Holme2014-05-091-7/+7
* curl: bail on cookie use when built with disabled cookiesDaniel Stenberg2014-05-061-12/+14