Age | Commit message (Expand) | Author |
2019-08-09 | http3: make connection reuse work | Daniel Stenberg |
2019-08-08 | alt-svc: add protocol version selection masking | Daniel Stenberg |
2019-06-13 | unit1654: cleanup on memory failure | Daniel Stenberg |
2019-06-10 | wolfssl: refer to it as wolfSSL only | Daniel Stenberg |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-03 | urlapi: strip off scope id from numerical IPv6 addresses | Daniel Stenberg |
2019-04-15 | tests: Run global cleanup at end of tests | Daniel Gustafsson |
2019-04-11 | CURLOPT_DNS_USE_GLOBAL_CACHE: remove | Daniel Stenberg |
2019-04-11 | xattr: skip unittest on unsupported platforms | Daniel Gustafsson |
2019-03-14 | makefile: make checksrc and hugefile commands "silent" | Daniel Stenberg |
2019-03-05 | tests: fix multiple may be used uninitialized warnings | Daniel Stenberg |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-02-19 | unit1651: survive curl_easy_init() fails | Daniel Stenberg |
2019-02-15 | unit1307: just fail without FTP support | Marcel Raad |
2019-02-10 | cleanup: make local functions static | Daniel Stenberg |
2019-01-28 | unit1653: make it survive torture tests | Daniel Stenberg |
2019-01-11 | urldata: rename easy_conn to just conn | 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 |
2018-12-30 | urlapi: fix parsing ipv6 with zone index | Daniel Gustafsson |
2018-12-12 | urlapi: Fix port parsing of eol colon | Daniel Gustafsson |
2018-12-11 | tests: add urlapi unittest | Daniel Gustafsson |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | 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-03 | infof: clearly indicate truncation | Daniel Gustafsson |
2018-11-01 | axtls: removed | 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-05 | doh: keep the IPv4 address in (original) network byte order | Daniel Stenberg |
2018-10-01 | test1650: make it depend on http/2 | Daniel Stenberg |
2018-09-23 | whitespace fixes | Viktor Szakats |
2018-09-23 | unit1650: fix out of boundary access | Daniel Stenberg |
2018-09-06 | DOH: add test case 1650 and 2100 | Daniel Stenberg |
2018-09-05 | tests: add unit tests for url.c | Jim Fuller |
2018-08-08 | ssl: set engine implicitly when a PKCS#11 URI is provided | Anderson Toshiyuki Sasaki |
2018-07-17 | CMake: Update scripts to use consistent style | Ruslan Baratov |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-06-01 | CURLOPT_RESOLVE: always purge old entry first | Alibek.Jorajev |
2018-06-01 | fnmatch: use the system one if available | Daniel Stenberg |
2018-05-28 | fnmatch: insist on escaped bracket to match | Daniel Stenberg |
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg |
2018-05-18 | curl_fnmatch: only allow two asterisks for matching | Daniel Stenberg |
2018-05-14 | tests: Fix format specifiers | Rikard Falkeborn |
2018-04-08 | build: cleanup to fix clang warnings/errors | Daniel Stenberg |
2018-03-17 | resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES | Rick Deist |
2018-03-04 | build: get CFLAGS (including -werror) used for examples and tests | Daniel Stenberg |
2018-03-02 | unit1307: proper cleanup on OOM to fix torture tests | Dan Fandrich |
2018-02-28 | unit1309: fix warning on Windows x64 | Marcel Raad |