Age | Commit message (Expand) | Author |
2018-11-08 | curl: --local-port fix followup | Daniel Stenberg |
2018-11-07 | curl: fix --local-port integer overflow | Daniel Stenberg |
2018-11-07 | curl: correct the switch() logic in ourWriteOut | Daniel Stenberg |
2018-11-07 | curl: add %{stderr} and %{stdout} for --write-out | Frank Gevaerts |
2018-11-06 | tool: add undocumented option --dump-module-paths for win32 | Jay Satiro |
2018-11-05 | curl: fixed UTF-8 in current console code page (Windows) | Yasuhiro Matsumoto |
2018-11-03 | tool_getparam: fix some comments | Michael Kaufmann |
2018-11-01 | axtls: removed | Daniel Stenberg |
2018-10-30 | voutf: fix bad arethmetic when outputting warnings to stderr | Daniel Stenberg |
2018-10-27 | Makefile: add 'tidy' target that runs clang-tidy | Daniel Stenberg |
2018-10-26 | tool_main: make TerminalSettings static | Daniel Stenberg |
2018-10-17 | tool_cb_hdr: handle failure of rename() | Kamil Dudka |
2018-10-09 | Windows: fixes for MinGW targeting Windows Vista | Marcel Raad |
2018-10-08 | spelling fixes [ci skip] | Viktor Szakats |
2018-10-08 | FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output | Daniel Stenberg |
2018-10-01 | CMake: Improve config installation | Ruslan Baratov |
2018-09-29 | curl: enabled Windows VT Support and UTF-8 output | Rich Turner |
2018-09-23 | whitespace fixes | Viktor Szakats |
2018-09-22 | URL and mailmap updates, remove an obsolete directory [ci skip] | Viktor Szakats |
2018-09-16 | curl: update --tlsv* descriptions in --help output | Si |
2018-09-13 | urlglob: improve error message | Daniel Stenberg |
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 |