summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-13curl: only warn not fail, if not finding the home dirDaniel Stenberg
2020-11-06tool_operate: set HSTS with CURLOPT_HSTS to pass on filenameDaniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2020-11-03hsts: add support for Strict-Transport-SecurityDaniel Stenberg
2020-11-02tool_operate: --retry for HTTP 408 responses tooDaniel Stenberg
2020-10-29tool_operate: bail out proper on errors for parallel setupDaniel Stenberg
2020-10-16tool_operate: fix compiler warning when --libcurl is disabledDaniel Stenberg
2020-10-05curl: make sure setopt CURLOPT_IPRESOLVE passes on a longDaniel Stenberg
2020-10-02curl: make --libcurl show binary posts correctlyDaniel Stenberg
2020-09-15tool_writeout: add new writeout variable, %{num_headers}anio
2020-09-14Merge tag 'curl-7_72_0' into masternikita
2020-09-14Merge tag 'curl-7_71_1'nikita
2020-09-06curl: retry delays in parallel mode no longer sleeps blockingDaniel Stenberg
2020-09-05curl:parallel_transfers: make sure retry readds the transferDaniel Stenberg
2020-09-05curl: in retry output don't call all problems "transient"Daniel Stenberg
2020-09-04tool: update --help with categoriesEmil Engler
2020-08-30tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch
2020-08-24curl: add --output-dirDaniel Stenberg
2020-08-24curl: support XDG_CONFIG_HOME to find .curlrcDaniel Stenberg
2020-08-24etag: save and use the full received contentsDaniel Stenberg
2020-07-27WIN32: stop forcing narrow-character APIMarcel Raad
2020-06-22tool_operate: Don't use Windows CA store as a fallbackJay Satiro
2020-05-25all: fix codespell errorsViktor Szakats
2020-05-23curl: remove -J "informational" written on stdoutDaniel Stenberg
2020-05-19tool_operate: fixed potentially uninitialized variablesSiva Sivaraman
2020-05-15setopt: support certificate options in memory with struct curl_blobGilles Vollant
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-14tool: support UTF-16 command line on WindowsMarcel Raad
2020-05-12tool: Add option --retry-all-errors to retry on any errorJay Satiro
2020-05-10tool_operate: only set CURLOPT_SSL_OPTIONS if SSL support is presentDaniel Stenberg
2020-05-08CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant
2020-04-30Merge tag 'curl-7_70_0'nikita
2020-04-05curl: allow both --etag-compare and --etag-save with same file nameKwon-Young Choi
2020-04-01Merge tag 'curl-7_69_1'nikita
2020-03-31build: fixed build for systems with select() in unistd.hHarry Sintonen
2020-03-18schannel: add "best effort" revocation check optionJohannes Schindelin
2020-03-16tool_operate: fix add_parallel_transfers when more are in queueDaniel Stenberg
2020-02-05curl: error on --alt-svc use w/o supportDaniel Stenberg
2020-01-21smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev
2020-01-21curl: Let -D merge headers in one file againEmil Engler
2020-01-12curl: remove 'config' field from OutStructDaniel Stenberg
2020-01-10Merge tag 'curl-7_68_0'ng0
2020-01-04curl: properly free mimepost dataDaniel Stenberg
2020-01-04curl: cleanup multi handle on failureDaniel Stenberg
2019-12-29tool_operate: fix mem leak when failed config parseJay Satiro
2019-12-20Merge remote-tracking branch 'upstream/master'ng0
2019-12-12curl: fix memory leak in OOM in etags logicDaniel Stenberg
2019-12-10curl: use errorf() betterDaniel Stenberg
2019-12-06curl: make the etag load logic work without fseekDaniel Stenberg