| Commit message (Expand) | Author | Age | Files | Lines |
* | altsvc: clone setting in curl_easy_duphandlebagder/altsvc-duphandle | Daniel Stenberg | 2020-09-06 | 1 | -2/+2 |
* | hash: make it 'struct Curl_hash' | Daniel Stenberg | 2020-09-02 | 3 | -5/+5 |
* | llist: make it "struct Curl_llist" | Daniel Stenberg | 2020-09-02 | 1 | -15/+15 |
* | altsvc: remove the num field from the altsvc struct | Daniel Stenberg | 2020-06-12 | 1 | -8/+8 |
* | Curl_addrinfo: use one malloc instead of three | Daniel Stenberg | 2020-06-08 | 1 | -13/+8 |
* | unit1604.c: fix implicit conv from 'SANITIZEcode' to 'CURLcode' | Marc Hoersken | 2020-05-30 | 1 | -3/+4 |
* | altsvc: fix parser for lines ending with CRLF | Daniel Stenberg | 2020-05-25 | 1 | -9/+12 |
* | source cleanup: remove all custom typedef structs | Daniel Stenberg | 2020-05-15 | 2 | -5/+5 |
* | checksrc: enhance the ASTERISKSPACE and update code accordingly | Daniel Stenberg | 2020-05-14 | 2 | -4/+4 |
* | CMake: fix runtests.pl with CMake, add new test targets | Peter Wu | 2020-05-12 | 1 | -12/+3 |
* | CMake: do not build test programs by default | Peter Wu | 2020-05-12 | 1 | -1/+2 |
* | dynbuf: introduce internal generic dynamic buffer functions | Daniel Stenberg | 2020-05-04 | 1 | -2/+3 |
* | conncache: various concept cleanups | Daniel Stenberg | 2020-04-30 | 1 | -5/+1 |
* | headers: copyright range fix | Daniel Stenberg | 2020-04-28 | 1 | -1/+1 |
* | doh: Constify some input pointers | Rikard Falkeborn | 2020-04-28 | 1 | -4/+4 |
* | src: Remove C99 constructs to ensure C89 compliance | Tom | 2020-04-19 | 1 | -2/+3 |
* | cleanup: insert newline after if() conditions | Daniel Stenberg | 2020-03-30 | 1 | -2/+4 |
* | copyright: fix out-of-date copyright ranges and missing headers | Daniel Stenberg | 2020-03-24 | 8 | -7/+28 |
* | cleanup: fix some text/comment typos | Viktor Szakats | 2020-03-12 | 1 | -1/+1 |
* | unit1612: fixed the inclusion and compilation of the HMAC unit test | Steve Holme | 2020-03-06 | 2 | -2/+3 |
* | unit1651: Fixed conversion compilation warning | Steve Holme | 2020-03-01 | 1 | -2/+2 |
* | hmac: Added a unit test for the HMAC hash generation | Steve Holme | 2020-02-24 | 2 | -1/+69 |
* | tests: Added a unit test for MD4 digest generation | Steve Holme | 2020-02-23 | 2 | -1/+62 |
* | md5/sha256: Updated the functions to allow non-string data to be hashed | Steve Holme | 2020-02-23 | 2 | -11/+13 |
* | tests: Added a unit test for SHA256 digest generation | Steve Holme | 2020-02-22 | 2 | -1/+87 |
* | altsvc: make saving the cache an atomic operation | Daniel Stenberg | 2020-02-18 | 1 | -2/+2 |
* | llist: removed unused Curl_llist_move() | Daniel Stenberg | 2020-01-24 | 1 | -51/+1 |
* | tests: make sure checksrc runs on header files too | Daniel Stenberg | 2019-12-16 | 1 | -1/+1 |
* | tests: fix build with `CURL_DISABLE_DOH` | Marcel Raad | 2019-12-13 | 2 | -2/+14 |
* | unit1620: fix bad free in OOM | Daniel Stenberg | 2019-12-13 | 1 | -0/+2 |
* | unit1609: fix mem-leak in OOM | Daniel Stenberg | 2019-12-13 | 1 | -9/+20 |
* | unit1607: fix mem-leak in OOM | Daniel Stenberg | 2019-12-13 | 1 | -12/+18 |
* | build: Disable Visual Studio warning "conditional expression is constant" | Jay Satiro | 2019-12-01 | 1 | -2/+2 |
* | doh: improced both encoding and decoding | Niall | 2019-11-16 | 1 | -27/+91 |
* | copyrights: update all copyright notices to 2019 on files changed this year | Vilhelm Prytz | 2019-11-02 | 3 | -3/+3 |
* | url: make Curl_close() NULLify the pointer too | Daniel Stenberg | 2019-10-30 | 1 | -2/+2 |
* | altsvc: accept quoted ma and persist values | Daniel Stenberg | 2019-09-30 | 1 | -2/+11 |
* | tests: fix narrowing conversion warnings | Marcel Raad | 2019-09-27 | 2 | -3/+3 |
* | unit1655: make it C90 compliant | Daniel Stenberg | 2019-09-16 | 1 | -52/+55 |
* | doh: fix (harmless) buffer overrun | Paul Dreik | 2019-09-15 | 4 | -2/+121 |
* | Curl_addr2string: take an addrlen argument too | Daniel Stenberg | 2019-08-31 | 2 | -2/+2 |
* | http3: make connection reuse work | Daniel Stenberg | 2019-08-09 | 2 | -13/+5 |
* | alt-svc: add protocol version selection masking | Daniel Stenberg | 2019-08-08 | 1 | -1/+1 |
* | unit1654: cleanup on memory failure | Daniel Stenberg | 2019-06-13 | 1 | -1/+3 |
* | wolfssl: refer to it as wolfSSL only | Daniel Stenberg | 2019-06-10 | 1 | -1/+1 |
* | cleanup: remove FIXME and TODO comments | Daniel Stenberg | 2019-05-16 | 2 | -7/+2 |
* | urlapi: strip off scope id from numerical IPv6 addresses | Daniel Stenberg | 2019-05-03 | 1 | -2/+2 |
* | tests: Run global cleanup at end of tests | Daniel Gustafsson | 2019-04-15 | 1 | -0/+1 |
* | CURLOPT_DNS_USE_GLOBAL_CACHE: remove | Daniel Stenberg | 2019-04-11 | 2 | -44/+29 |
* | xattr: skip unittest on unsupported platforms | Daniel Gustafsson | 2019-04-11 | 1 | -1/+3 |