summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
Commit message (Expand)AuthorAgeFilesLines
* curl: don't set FTP options for FTP-disabled buildsbagder/curl-disabled-ftpDaniel Stenberg2019-05-151-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
* curl: check fseek() return code and bail on errorDaniel Stenberg2017-09-201-2/+10
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
* mime: use in curl cli tool instead of form API.Patrick Monnerat2017-09-021-2/+2
* curl: shorten and clean up CA cert verification error messageDaniel Stenberg2017-08-221-21/+7
* CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg2017-08-171-7/+7
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-171-0/+4
* curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka2017-06-281-0/+5
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-211-2/+1
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-191-0/+2
* curl: prevent binary output spewed to terminalDaniel Stenberg2017-06-161-1/+7
* curl: remove tool_writeenv.[ch]Daniel Stenberg2017-05-061-4/+0
* tool_operate: use utimes instead of obsolescent utime when availableDan Fandrich2017-04-271-0/+11
* curl: set a 100K buffer size by defaultDaniel Stenberg2017-04-251-3/+7
* tool_operate: fix MinGW compiler warningMarcel Raad2017-04-051-23/+27
* tool_operate: move filetime code to its own functionMarcel Raad2017-04-051-49/+60
* tool_operate: Fix showing HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro2017-03-161-3/+2
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-121-1/+4
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-1/+2
* url: Improve CURLOPT_PROXY_CAPATH error handlingJay Satiro2017-02-211-4/+17
* string formatting: fix 4 printf-style format stringsMichael Kaufmann2017-02-191-1/+1
* tool_operate: Show HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro2017-02-111-2/+7