Age | Commit message (Expand) | Author |
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 |
2018-11-05 | unittest: make 1652 stable across collations | Daniel Gustafsson |
2018-11-05 | Revert "url: a short host name + port is not a scheme" | Daniel Stenberg |
2018-11-04 | symbols-in-versions: add missing CURLU_ symbols | Daniel Stenberg |
2018-11-03 | infof: clearly indicate truncation | Daniel Gustafsson |
2018-11-03 | url: a short host name + port is not a scheme | Daniel Stenberg |
2018-11-03 | URL: fix IPv6 numeral address parser | Daniel Stenberg |
2018-11-02 | Curl_follow: accept non-supported schemes for "fake" redirects | Daniel Stenberg |
2018-11-01 | axtls: removed | Daniel Stenberg |
2018-11-01 | tests: drop http_pipe.py script no longer used | Kamil Dudka |
2018-10-31 | runtests: use the local curl for verifying | Daniel Stenberg |
2018-10-30 | test2080: verify the fix for CVE-2018-16842 | Daniel Stenberg |
2018-10-29 | unit1650: fix "null pointer passed as argument 1 to memcmp" | Daniel Stenberg |
2018-10-29 | unit1300: fix stack-use-after-scope AddressSanitizer warning | Daniel Stenberg |
2018-10-27 | test1651: unit test Curl_extract_certinfo() | Daniel Stenberg |
2018-10-09 | Windows: fixes for MinGW targeting Windows Vista | Marcel Raad |
2018-10-08 | FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output | Daniel Stenberg |
2018-10-07 | runtests: skip ld_preload tests on macOS | Daniel Gustafsson |
2018-10-06 | test2100: test DoH using IPv4-only | Daniel Stenberg |
2018-10-06 | tests/FILEFORMAT: mention how to use <fileN> and <stripfileN> too | Daniel Stenberg |
2018-10-05 | doh: keep the IPv4 address in (original) network byte order | Daniel Stenberg |
2018-10-05 | CMake: suppress MSVC warning C4127 for libtest | Marcel Raad |
2018-10-04 | test320: strip out more HTML when comparing | Daniel Stenberg |
2018-10-04 | runtests: use Windows paths for Windows curl | Marcel Raad |
2018-10-04 | tests/negtelnetserver.py: fix Python2-ism in neg TELNET server | Colin Hogben |
2018-10-02 | test1299: use single quotes around asterisk | Marcel Raad |
2018-10-02 | runtests: ignore disabled even when ranges are given | Daniel Stenberg |
2018-10-01 | test1650: make it depend on http/2 | Daniel Stenberg |
2018-09-29 | test2100: require http2 to run | Daniel Stenberg |
2018-09-28 | cmake: fixed path used in generation of docs/tests during curl build through ... | Sergei Nikulov |
2018-09-24 | test320: fix regression in [ci skip] | Viktor Szakats |
2018-09-24 | Curl_dedotdotify(): always nul terminate returned string. | Even Rouault |