Age | Commit message (Expand) | Author |
2019-02-20 | curl: remove MANUAL from -M output | Daniel Stenberg |
2019-02-19 | connection: never reuse CONNECT_ONLY conections | Daniel Stenberg |
2019-02-19 | unit1651: survive curl_easy_init() fails | Daniel Stenberg |
2019-02-17 | cookie: Add support for cookie prefixes | Daniel Gustafsson |
2019-02-15 | unit1307: just fail without FTP support | Marcel Raad |
2019-02-14 | gssapi: fix deprecated header warnings | Daniel Stenberg |
2019-02-13 | unit1307: require FTP support | Marcel Raad |
2019-02-11 | tests: add stderr comparison to the test suite | Frank Gevaerts |
2019-02-11 | cli tool: do not use mime.h private structures. | Patrick Monnerat |
2019-02-10 | cleanup: make local functions static | Daniel Stenberg |
2019-02-04 | runtests.pl: Fix perl call to include srcdir | Ladar Levison |
2019-01-28 | unit1653: make it survive torture tests | Daniel Stenberg |
2019-01-15 | tests: move objnames-* from lib into tests | Daniel Stenberg |
2019-01-11 | urldata: rename easy_conn to just conn | Daniel Stenberg |
2019-01-10 | test1558: verify CURLINFO_PROTOCOL on file:// transfer | Daniel Stenberg |
2019-01-10 | xattr: strip credentials from any URL that is stored | Daniel Stenberg |
2019-01-10 | cookies: allow secure override when done over HTTPS | Daniel Stenberg |
2019-01-09 | test1561: improve test name | Daniel Stenberg |
2019-01-09 | cookies: skip custom cookies when redirecting cross-site | Katsuhiko YOSHIDA |
2019-01-08 | tests: allow tests to pass by 2037-02-12 | Bernhard M. Wiedemann |
2019-01-07 | curl_multi_remove_handle() don't block terminating c-ares requests | Brad Spencer |
2019-01-04 | printf: fix format specifiers | Rikard Falkeborn |
2019-01-03 | libtest/stub_gssapi: use "real" snprintf | Daniel Stenberg |
2019-01-01 | tvnow: silence conversion warnings | Marcel Raad |
2019-01-01 | ntlm: update selection of type 3 response | Markus Moeller |
2018-12-30 | urlapi: fix parsing ipv6 with zone index | Daniel Gustafsson |
2018-12-27 | hostip: support wildcard hosts | Claes Jakobsson |
2018-12-21 | http: added options for allowing HTTP/0.9 responses | Daniel Stenberg |
2018-12-19 | cookies: extend domain checks to non psl builds | Daniel Gustafsson |
2018-12-14 | http: minor whitespace cleanup from f464535b | Daniel Stenberg |
2018-12-14 | http: Implement trailing headers for chunked transfers | Ayoub Boudhar |
2018-12-13 | test1201: Add a trailing `?' to the selector | Leonardo Taccari |
2018-12-13 | cookies: leave secure cookies alone | Daniel Gustafsson |
2018-12-12 | urlapi: Fix port parsing of eol colon | Daniel Gustafsson |
2018-12-12 | test1519: use lib1518 and test CURLINFO_REDIRECT_URL more | Daniel Stenberg |
2018-12-12 | Curl_follow: extract the Location: header field unvalidated | Daniel Stenberg |
2018-12-11 | tests: add urlapi unittest | Daniel Gustafsson |
2018-12-11 | http: fix HTTP auth to include query in URI | Jay Satiro |
2018-12-09 | test329: verify cookie max-age=0 immediate expiry | Daniel Stenberg |
2018-11-28 | test328: verify Content-Encoding: none | Daniel Stenberg |
2018-11-23 | cookies: create the cookiejar even if no cookies to save | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-22 | test: update test20/1322 for eglibc bug workaround | Tobias Hintze |
2018-11-19 | impacket: add LICENSE | Daniel Stenberg |
2018-11-15 | tests: disable SO_EXCLUSIVEADDRUSE for stunnel on Windows | Marc Hoersken |
2018-11-09 | setopt: add CURLOPT_CURLU | Jim Fuller |
2018-11-07 | curl: add %{stderr} and %{stdout} for --write-out | Frank Gevaerts |
2018-11-07 | urlapi: only skip encoding the first '=' with APPENDQUERY set | Daniel Stenberg |
2018-11-06 | url: a short host name + port is not a scheme | Daniel Stenberg |
2018-11-05 | netrc: don't ignore the login name specified with "--user" | Michael Kaufmann |