Age | Commit message (Expand) | Author |
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 |
2018-09-23 | update URLs in tests | Viktor Szakats |
2018-09-23 | whitespace fixes | Viktor Szakats |
2018-09-23 | unit1650: fix out of boundary access | Daniel Stenberg |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg |
2018-09-21 | urlapi: fix support for address scope in IPv6 numerical addresses | Daniel Stenberg |
2018-09-20 | certs: generate tests certs with sha256 digest algorithm | Daniel Stenberg |
2018-09-19 | urlapi: document the error codes, remove two unused ones | Daniel Stenberg |
2018-09-19 | urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptance | Daniel Stenberg |
2018-09-15 | libtest: Add chkdecimalpoint to .gitignore | Rikard Falkeborn |
2018-09-13 | runtests.pl: run tests against the MesaLink vtls backend | Yiming Jing |
2018-09-13 | urlglob: improve error message | Daniel Stenberg |
2018-09-12 | tests/certs: rebuild certs with 2048-bit RSA keys | Yiming Jing |
2018-09-10 | misc: fix typos in comments | Daniel Gustafsson |
2018-09-08 | test324: fix after 3f3b26d6feb0667714902e836af608094235fca2 | Marcel Raad |
2018-09-08 | URL-API | Daniel Stenberg |
2018-09-07 | curl_easy_upkeep: removed 'conn' from the name | Daniel Stenberg |
2018-09-07 | upkeep: add a connection upkeep API: curl_easy_conn_upkeep() | Max Dymond |
2018-09-06 | imap: change from "FETCH" to "UID FETCH" | Nicklas Avén |
2018-09-06 | DOH: add test case 1650 and 2100 | Daniel Stenberg |
2018-09-06 | ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code | Han Han |
2018-09-05 | tests: add unit tests for url.c | Jim Fuller |
2018-09-05 | test1452: mark as flaky | Daniel Stenberg |
2018-09-05 | pipelining: deprecated | Daniel Stenberg |
2018-09-02 | test1148: fix precheck output | Marcel Raad |
2018-08-31 | cookies: support creation-time attribute for cookies | Daniel Gustafsson |
2018-08-31 | Don't use Windows path %PWD for SSH tests | Marcel Raad |
2018-08-24 | lib1522: fix curl_easy_setopt argument type | Marcel Raad |
2018-08-24 | gopher: Do not translate `?' to `%09' | Leonardo Taccari |