Age | Commit message (Expand) | Author |
2019-02-13 | curl: "Dereference of null pointer" | Patrick Monnerat |
2019-02-13 | urlglob: Argument with 'nonnull' attribute passed null | Daniel Stenberg |
2019-02-12 | curl: "Function call argument is an uninitialized value" | Daniel Stenberg |
2019-02-11 | cli tool: do not use mime.h private structures. | Patrick Monnerat |
2019-02-11 | curl: follow-up to 3f16990ec84 | Daniel Gustafsson |
2019-02-11 | curl: follow-up to b49652ac66cc0 | Daniel Stenberg |
2019-02-11 | curl: fix FreeBSD compiler warning in the --xattr code | Daniel Stenberg |
2019-02-07 | tool_operate: fix typecheck warning | Marcel Raad |
2019-02-01 | schannel: stop calling it "winssl" | Daniel Stenberg |
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 |