summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* altsvc: remove the num field from the altsvc structDaniel Stenberg2020-06-121-8/+8
* Curl_addrinfo: use one malloc instead of threeDaniel Stenberg2020-06-081-13/+8
* unit1604.c: fix implicit conv from 'SANITIZEcode' to 'CURLcode'Marc Hoersken2020-05-301-3/+4
* altsvc: fix parser for lines ending with CRLFDaniel Stenberg2020-05-251-9/+12
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-152-5/+5
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-142-4/+4
* CMake: fix runtests.pl with CMake, add new test targetsPeter Wu2020-05-121-12/+3
* CMake: do not build test programs by defaultPeter Wu2020-05-121-1/+2
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-2/+3
* conncache: various concept cleanupsDaniel Stenberg2020-04-301-5/+1
* headers: copyright range fixDaniel Stenberg2020-04-281-1/+1
* doh: Constify some input pointersRikard Falkeborn2020-04-281-4/+4
* src: Remove C99 constructs to ensure C89 complianceTom2020-04-191-2/+3
* cleanup: insert newline after if() conditionsDaniel Stenberg2020-03-301-2/+4
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-248-7/+28
* cleanup: fix some text/comment typosViktor Szakats2020-03-121-1/+1
* unit1612: fixed the inclusion and compilation of the HMAC unit testSteve Holme2020-03-062-2/+3
* unit1651: Fixed conversion compilation warningSteve Holme2020-03-011-2/+2
* hmac: Added a unit test for the HMAC hash generationSteve Holme2020-02-242-1/+69
* tests: Added a unit test for MD4 digest generationSteve Holme2020-02-232-1/+62
* md5/sha256: Updated the functions to allow non-string data to be hashedSteve Holme2020-02-232-11/+13
* tests: Added a unit test for SHA256 digest generationSteve Holme2020-02-222-1/+87
* altsvc: make saving the cache an atomic operationDaniel Stenberg2020-02-181-2/+2
* llist: removed unused Curl_llist_move()Daniel Stenberg2020-01-241-51/+1
* tests: make sure checksrc runs on header files tooDaniel Stenberg2019-12-161-1/+1
* tests: fix build with `CURL_DISABLE_DOH`Marcel Raad2019-12-132-2/+14
* unit1620: fix bad free in OOMDaniel Stenberg2019-12-131-0/+2
* unit1609: fix mem-leak in OOMDaniel Stenberg2019-12-131-9/+20
* unit1607: fix mem-leak in OOMDaniel Stenberg2019-12-131-12/+18
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-2/+2
* doh: improced both encoding and decodingNiall2019-11-161-27/+91
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-023-3/+3
* url: make Curl_close() NULLify the pointer tooDaniel Stenberg2019-10-301-2/+2
* altsvc: accept quoted ma and persist valuesDaniel Stenberg2019-09-301-2/+11
* tests: fix narrowing conversion warningsMarcel Raad2019-09-272-3/+3
* unit1655: make it C90 compliantDaniel Stenberg2019-09-161-52/+55
* doh: fix (harmless) buffer overrunPaul Dreik2019-09-154-2/+121
* Curl_addr2string: take an addrlen argument tooDaniel Stenberg2019-08-312-2/+2
* http3: make connection reuse workDaniel Stenberg2019-08-092-13/+5
* alt-svc: add protocol version selection maskingDaniel Stenberg2019-08-081-1/+1
* unit1654: cleanup on memory failureDaniel Stenberg2019-06-131-1/+3
* wolfssl: refer to it as wolfSSL onlyDaniel Stenberg2019-06-101-1/+1
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-162-7/+2
* urlapi: strip off scope id from numerical IPv6 addressesDaniel Stenberg2019-05-031-2/+2
* tests: Run global cleanup at end of testsDaniel Gustafsson2019-04-151-0/+1
* CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg2019-04-112-44/+29
* xattr: skip unittest on unsupported platformsDaniel Gustafsson2019-04-111-1/+3
* makefile: make checksrc and hugefile commands "silent"Daniel Stenberg2019-03-141-2/+7
* tests: fix multiple may be used uninitialized warningsDaniel Stenberg2019-03-051-2/+2
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-032-1/+128