Age | Commit message (Expand) | Author |
2020-03-01 | unit1651: Fixed conversion compilation warning | Steve Holme |
2020-02-24 | hmac: Added a unit test for the HMAC hash generation | Steve Holme |
2020-02-23 | tests: Added a unit test for MD4 digest generation | Steve Holme |
2020-02-23 | md5/sha256: Updated the functions to allow non-string data to be hashed | Steve Holme |
2020-02-22 | tests: Added a unit test for SHA256 digest generation | Steve Holme |
2020-02-18 | altsvc: make saving the cache an atomic operation | Daniel Stenberg |
2020-01-24 | llist: removed unused Curl_llist_move() | Daniel Stenberg |
2019-12-16 | tests: make sure checksrc runs on header files too | Daniel Stenberg |
2019-12-13 | tests: fix build with `CURL_DISABLE_DOH` | Marcel Raad |
2019-12-13 | unit1620: fix bad free in OOM | Daniel Stenberg |
2019-12-13 | unit1609: fix mem-leak in OOM | Daniel Stenberg |
2019-12-13 | unit1607: fix mem-leak in OOM | Daniel Stenberg |
2019-12-01 | build: Disable Visual Studio warning "conditional expression is constant" | Jay Satiro |
2019-11-16 | doh: improced both encoding and decoding | Niall |
2019-11-02 | copyrights: update all copyright notices to 2019 on files changed this year | Vilhelm Prytz |
2019-10-30 | url: make Curl_close() NULLify the pointer too | Daniel Stenberg |
2019-09-30 | altsvc: accept quoted ma and persist values | Daniel Stenberg |
2019-09-27 | tests: fix narrowing conversion warnings | Marcel Raad |
2019-09-16 | unit1655: make it C90 compliant | Daniel Stenberg |
2019-09-15 | doh: fix (harmless) buffer overrun | Paul Dreik |
2019-08-31 | Curl_addr2string: take an addrlen argument too | Daniel Stenberg |
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 |