summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
Commit message (Expand)AuthorAgeFilesLines
* curl: fix memory leaked by parse_metalink()Kamil Dudka2019-09-131-0/+4
* curl: make sure the parallel transfers do them allDaniel Stenberg2019-09-101-5/+24
* curl: fix include conditionslufia2019-08-291-0/+4
* cleanup: remove DOT_CHAR completelyDaniel Stenberg2019-08-201-1/+1
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-081-3/+0
* curl: make use of CURLINFO_RETRY_AFTER when retryingDaniel Stenberg2019-08-071-1/+14
* curl: use CURLINFO_PROTOCOL to check for HTTP(s)Daniel Stenberg2019-08-071-4/+3
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-08-061-0/+5
* curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg2019-08-061-40/+2
* curl: remove outdated commentDaniel Stenberg2019-07-301-6/+0
* curl: avoid uncessary libcurl timeouts (in parallel mode)Daniel Stenberg2019-07-291-2/+5
* 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-211-0/+3
* curl: remove dead codeDaniel Stenberg2019-07-211-25/+19
* curl: support parallel transfersDaniel Stenberg2019-07-201-684/+923
* 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-181-26/+6
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-251-5/+0
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-05-221-0/+5
* curl: make code work with protocol-disabled libcurlDaniel Stenberg2019-05-181-5/+12
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-12/+0
* curl: don't set FTP options for FTP-disabled buildsDaniel Stenberg2019-05-161-1/+4
* tool_operate: build on AmigaOSChris Young2019-03-151-3/+7
* alt-svc: the curl command line bitsDaniel Stenberg2019-03-031-0/+6
* cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat2019-02-191-0/+3
* tool_operate: fix typecheck warningMarcel Raad2019-02-071-1/+2
* schannel: stop calling it "winssl"Daniel Stenberg2019-02-011-4/+4
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-211-0/+2
* curl -J: do not append to the destination fileDaniel Stenberg2018-12-191-1/+1
* ssl: replace all internal uses of CURLE_SSL_CACERTHan Han2018-11-201-2/+2
* curl: fix --local-port integer overflowDaniel Stenberg2018-11-071-3/+2
* curl: --doh-url addedDaniel Stenberg2018-09-061-0/+3
* tool_operate: Add http code 408 to transient list for --retryJay Satiro2018-09-031-0/+1
* tool_operate: Fix setting proxy TLS 1.3 ciphersJay Satiro2018-08-311-1/+1
* ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki2018-08-081-0/+53
* option: disallow username in URLBjörn Stenberg2018-05-311-0/+3
* setopt: add TLS 1.3 ciphersuitesDaniel Stenberg2018-05-291-0/+7
* curl: show headers in boldDaniel Stenberg2018-05-211-10/+5
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-271-4/+2
* schannel: add support for CURLOPT_CAINFODan McNulty2018-04-181-26/+50
* tool_operate: Fix retry on FTP 4xx to ignore other protocolsStefan Agner2018-04-071-1/+5
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-171-0/+4
* cleanup: misc typos in strings and commentsluz.paz2018-03-161-1/+1
* lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MSJay Satiro2018-02-211-1/+1
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-201-0/+5
* time-cond: fix reading the file modification time on WindowsMichael Kaufmann2018-02-051-89/+6
* Revert "curl: don't set CURLOPT_INTERLEAVEDATA"Daniel Stenberg2017-12-111-1/+1
* curl: don't set CURLOPT_INTERLEAVEDATADaniel Stenberg2017-12-081-1/+1
* Set and use more necessary options when some protocols are disabledDan Fandrich2017-09-301-21/+25