summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
Commit message (Expand)AuthorAgeFilesLines
* setopt: add TLS 1.3 ciphersuitesbagder/tls13-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
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-131-5/+11
* curl: reset the easy handle at --nextIsaac Boukris2017-01-131-1/+4
* tool_operate: Fix --remote-time incorrect times on WindowsJay Satiro2016-12-281-3/+48
* curl: remove superfluous include fileDaniel Stenberg2016-12-271-4/+0
* preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg2016-12-161-2/+2
* curl: normal socks proxies still use CURLOPT_PROXYDaniel Stenberg2016-12-161-6/+5
* CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg2016-12-161-3/+1
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-4/+4
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-2/+47
* curl: add --fail-earlyDaniel Stenberg2016-11-141-2/+2
* curl: Add --retry-connrefusedDaniel Hwang2016-11-111-1/+13
* strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg2016-10-311-3/+3
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+1
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-7/+7