summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* curl: add --proxy-headerMaciej Puzio2014-04-041-0/+6
* tool_operate: Fixed uninitialised variable under some error situationsSteve Holme2014-03-231-6/+3
* tool: Do not output libcurl source for the information only parametersSteve Holme2014-03-021-7/+3
* tool: Fixed libcurl source output for multiple operationsSteve Holme2014-03-021-34/+36
* tool: Moved internal variable isatty to the global configSteve Holme2014-03-011-3/+7
* tool_operate.c: Fixed compilation errorSteve Holme2014-03-011-1/+1
* tool: Moved --progress-bar to the global configSteve Holme2014-03-011-9/+9
* tool: Moved --stderr to the global configSteve Holme2014-03-011-35/+37
* tool: Moved --trace and --verbose to the global configSteve Holme2014-02-271-1/+1
* tool: Moved --silient to the global configSteve Holme2014-02-271-5/+6
* tool: Moved --showerror to the global configSteve Holme2014-02-251-6/+7
* tool_getparam: Added global config to getparameter()Steve Holme2014-02-251-1/+1
* tool_cfgable: Added support for knowing the current operationSteve Holme2014-02-241-5/+5
* tool_operate: Moved easy handle cleanup into tool_mainSteve Holme2014-02-241-13/+2
* tool_main: Moved easy handle into global config structureSteve Holme2014-02-241-28/+11
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-5/+5