summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
AgeCommit message (Expand)Author
2018-09-06curl: --doh-url addedDaniel Stenberg
2018-09-03tool_operate: Add http code 408 to transient list for --retryJay Satiro
2018-08-31tool_operate: Fix setting proxy TLS 1.3 ciphersJay Satiro
2018-08-08ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki
2018-05-31option: disallow username in URLBjörn Stenberg
2018-05-29setopt: add TLS 1.3 ciphersuitesDaniel Stenberg
2018-05-21curl: show headers in boldDaniel Stenberg
2018-04-27checksrc: force indentation of lines after an elseDaniel Gustafsson
2018-04-18schannel: add support for CURLOPT_CAINFODan McNulty
2018-04-07tool_operate: Fix retry on FTP 4xx to ignore other protocolsStefan Agner
2018-03-17CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews
2018-03-16cleanup: misc typos in strings and commentsluz.paz
2018-02-21lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MSJay Satiro
2018-02-20url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken
2018-02-05time-cond: fix reading the file modification time on WindowsMichael Kaufmann
2017-12-11Revert "curl: don't set CURLOPT_INTERLEAVEDATA"Daniel Stenberg
2017-12-08curl: don't set CURLOPT_INTERLEAVEDATADaniel Stenberg
2017-09-30Set and use more necessary options when some protocols are disabledDan Fandrich
2017-09-20curl: check fseek() return code and bail on errorDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-09-02mime: use in curl cli tool instead of form API.Patrick Monnerat
2017-08-22curl: shorten and clean up CA cert verification error messageDaniel Stenberg
2017-08-17CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg
2017-08-17ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats
2017-06-28curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka
2017-06-21--request-target: instead of --strip-path-slashDaniel Stenberg
2017-06-19http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg
2017-06-16curl: prevent binary output spewed to terminalDaniel Stenberg
2017-05-06curl: remove tool_writeenv.[ch]Daniel Stenberg
2017-04-27tool_operate: use utimes instead of obsolescent utime when availableDan Fandrich
2017-04-25curl: set a 100K buffer size by defaultDaniel Stenberg
2017-04-05tool_operate: fix MinGW compiler warningMarcel Raad
2017-04-05tool_operate: move filetime code to its own functionMarcel Raad
2017-03-16tool_operate: Fix showing HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro
2017-03-12url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-02-21url: Improve CURLOPT_PROXY_CAPATH error handlingJay Satiro
2017-02-19string formatting: fix 4 printf-style format stringsMichael Kaufmann
2017-02-11tool_operate: Show HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro
2017-01-13unix_socket: add support for abstract unix domain socketIsaac Boukris
2017-01-13curl: reset the easy handle at --nextIsaac Boukris
2016-12-28tool_operate: Fix --remote-time incorrect times on WindowsJay Satiro
2016-12-27curl: remove superfluous include fileDaniel Stenberg
2016-12-16preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg
2016-12-16curl: normal socks proxies still use CURLOPT_PROXYDaniel Stenberg
2016-12-16CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov