Age | Commit message (Expand) | Author |
2019-06-24 | curl: skip CURLOPT_PROXY_CAPATH for disabled-proxy builds | Koen Dergent |
2019-06-18 | curl: improved skip-setopt-options when built with disabled features | Daniel Stenberg |
2019-06-10 | tool_cb_prg: Fix integer overflow in progress bar | Daniel Gustafsson |
2019-06-05 | build: fix Codacy warnings | Marcel Raad |
2019-06-04 | tool_parsecfg: Use correct return type for GetModuleFileName() | Steve Holme |
2019-06-02 | tool_parsecfg: Fix control flow issue (DEADCODE) | Steve Holme |
2019-06-02 | tls13-docs: mention it is only for OpenSSL >= 1.1.1 | Daniel Stenberg |
2019-05-25 | Revert all SASL authzid (new feature) commits | Jay Satiro |
2019-05-23 | tool_setopt: for builds with disabled-proxy, skip all proxy setopts() | Daniel Stenberg |
2019-05-23 | tool_parse_cfg: Avoid 2 fopen() for WIN32 | Gisle Vanem |
2019-05-22 | curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool | Steve Holme |
2019-05-20 | curl: report error for "--no-" on non-boolean options | Daniel Stenberg |
2019-05-20 | tool_formparse: remove redundant assignment | Marcel Raad |
2019-05-18 | curl: make code work with protocol-disabled libcurl | Daniel Stenberg |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-16 | curl: don't set FTP options for FTP-disabled builds | Daniel Stenberg |
2019-04-16 | tool_help: Warn if curl and libcurl versions do not match | Jay Satiro |
2019-04-11 | build: fix Codacy/CppCheck warnings | Marcel Raad |
2019-04-02 | tool_cb_wrt: fix bad-function-cast warning | Marcel Raad |
2019-04-01 | tool_help: include <strings.h> for strcasecmp | Daniel Stenberg |
2019-03-26 | tool_cb_wrt: fix writing to Windows null device NUL | Jay Satiro |
2019-03-15 | tool_getpass: termios.h is present on AmigaOS 3, but no tcgetattr/tcsetattr | Chris Young |
2019-03-15 | tool_operate: build on AmigaOS | Chris Young |
2019-03-14 | makefile: make checksrc and hugefile commands "silent" | Daniel Stenberg |
2019-03-14 | curl.1: mark the argument to --cookie as <data|filename> | Daniel Stenberg |
2019-03-08 | memdebug: make debug-specific functions use curl_dbg_ prefix | Daniel Stenberg |
2019-03-03 | alt-svc: the curl command line bits | Daniel Stenberg |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-02-27 | curl: display --version features sorted alphabetically | Daniel Stenberg |
2019-02-20 | curl: remove MANUAL from -M output | Daniel Stenberg |
2019-02-19 | cli tool: fix mime post with --disable-libcurl-option configure option | Patrick Monnerat |
2019-02-16 | cli tool: refactor encoding conversion sequence for switch case fallthrough. | Patrick Monnerat |
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 |