Age | Commit message (Expand) | Author |
2019-01-26 | configure: rewrite --enable-code-coverage | Daniel Stenberg |
2019-01-14 | src/Makefile: make 'tidy' target work for metalink builds | Daniel Stenberg |
2019-01-11 | tool_cb_prg: avoid integer overflow | Daniel Stenberg |
2019-01-10 | xattr: strip credentials from any URL that is stored | Daniel Stenberg |
2019-01-04 | printf: fix format specifiers | Rikard Falkeborn |
2019-01-01 | tvnow: silence conversion warnings | Marcel Raad |
2018-12-21 | http: added options for allowing HTTP/0.9 responses | Daniel Stenberg |
2018-12-19 | curl -J: do not append to the destination file | Daniel Stenberg |
2018-12-13 | docs: fix the --tls-max description | Daniel Stenberg |
2018-12-10 | (lib)curl.rc: fixup for minor bugs | Stefan Kanthak |
2018-11-30 | curl: fix memory leak reading --writeout from file | Daniel Stenberg |
2018-11-30 | tool_main: rename function to make it unique and better | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-20 | ssl: replace all internal uses of CURLE_SSL_CACERT | Han Han |
2018-11-18 | tool_doswin: Fix uninitialized field warning | Daniel Gustafsson |
2018-11-13 | tool_cb_wrt: Silence function cast compiler warning | Daniel Gustafsson |
2018-11-09 | curl: --local-port range was not "including" | Daniel Stenberg |
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 |