Age | Commit message (Expand) | Author |
2018-09-10 | misc: fix typos in comments | Daniel Gustafsson |
2018-09-06 | curl: --doh-url added | Daniel Stenberg |
2018-09-03 | tool_operate: Add http code 408 to transient list for --retry | Jay Satiro |
2018-08-31 | tool_operate: Fix setting proxy TLS 1.3 ciphers | Jay Satiro |
2018-08-25 | curl: fix time-of-check, time-of-use race in dir creation | Daniel Stenberg |
2018-08-21 | curl-compilers: enable -Wimplicit-fallthrough=4 for GCC | Marcel Raad |
2018-08-21 | curl-compilers: enable -Wbad-function-cast on GCC | Marcel Raad |
2018-08-21 | Remove unused definitions | Marcel Raad |
2018-08-15 | curl: warn the user if a given file name looks like an option | Daniel Stenberg |
2018-08-11 | GCC: silence -Wcast-function-type uniformly | Marcel Raad |
2018-08-08 | ssl: set engine implicitly when a PKCS#11 URI is provided | Anderson Toshiyuki Sasaki |
2018-07-31 | curl: use Content-Disposition before the "URL end" for -OJ | Daniel Stenberg |
2018-07-28 | curl: Fix segfault when -H @headerfile is empty | Tobias Blomberg |
2018-07-17 | CMake: Update scripts to use consistent style | Ruslan Baratov |
2018-07-17 | header output: switch off all styles, not just unbold | Daniel Stenberg |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-06-03 | spelling fixes | Viktor Szakats |
2018-06-02 | build: remove the Borland specific makefiles | Daniel Stenberg |
2018-05-31 | option: disallow username in URL | Björn Stenberg |
2018-05-30 | curl.rc: embed manifest for correct Windows version detection | Viktor Szakats |
2018-05-29 | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg |
2018-05-24 | httpauth: add support for Bearer tokens | Linus Lewandowski |
2018-05-24 | cmake: set -d postfix for debug builds if not specified | Sergei Nikulov |
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg |
2018-05-21 | curl: added --styled-output | Daniel Stenberg |
2018-05-21 | curl: show headers in bold | Daniel Stenberg |
2018-05-18 | checksrc: fix too long line | Daniel Stenberg |
2018-05-18 | docs: mention HAproxy protocol "version 1" | Aleks |
2018-05-14 | gcc: disable picky gcc-8 function pointer warnings in two places | Daniel Stenberg |
2018-05-14 | tool: Fix format specifiers | Rikard Falkeborn |
2018-04-27 | checksrc: force indentation of lines after an else | Daniel Gustafsson |
2018-04-21 | tool_help: clarify --max-time unit of time is seconds | Jay Satiro |
2018-04-18 | schannel: add support for CURLOPT_CAINFO | Dan McNulty |
2018-04-15 | all: Refactor malloc+memset to use calloc | Daniel Gustafsson |
2018-04-07 | tool_operate: Fix retry on FTP 4xx to ignore other protocols | Stefan Agner |
2018-03-17 | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews |
2018-03-16 | cleanup: misc typos in strings and comments | luz.paz |
2018-03-08 | curl tool: accept --compressed also if Brotli is enabled and zlib is not. | Patrick Monnerat |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-02-21 | lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS | Jay Satiro |
2018-02-20 | url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT | Anders Bakken |
2018-02-18 | curl --version: show PSL if the run-time lib has it enabled | Daniel Stenberg |
2018-02-05 | time-cond: fix reading the file modification time on Windows | Michael Kaufmann |
2018-02-01 | build: fix termios issue on android cross-compile | Ben Greear |
2018-01-30 | curl: add --proxy-pinnedpubkey | Daniel Stenberg |
2018-01-29 | curl_ctype: private is*() type macros and functions | Daniel Stenberg |
2018-01-24 | progress-bar: don't use stderr explicitly, use bar->out | Daniel Stenberg |
2018-01-24 | Fixes for MSDOS etc. | Gisle Vanem |
2018-01-23 | progress-bar: get screen width on windows | Gisle Vanem |
2018-01-22 | curl: progress bar refresh, get width using ioctl() | Daniel Stenberg |