summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* lib/unit tests: add missing curl_global_cleanup() callsDaniel Stenberg2021-01-0610-18/+39
* tests/unit: fix empty statements with no effectDaniel Stenberg2020-12-291-37/+47
* dns: extend CURLOPT_RESOLVE syntax for adding non-permanent entriesPaul Groke2020-12-291-14/+28
* urlapi: don't accept blank port number field without schemeDaniel Stenberg2020-12-071-12/+28
* splay: rename Curl_splayremovebyaddr to Curl_splayremoveDaniel Stenberg2020-12-011-1/+1
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-241-1/+1
* copyright: fix year rangesDaniel Stenberg2020-11-0516-16/+16
* curl.se: new homeDaniel Stenberg2020-11-0443-46/+46
* hsts: add read/write callbacksDaniel Stenberg2020-11-031-7/+6
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-032-1/+176
* tests: add missing global_init/cleanup callsDaniel Stenberg2020-11-021-0/+2
* alt-svc: enable by defaultDaniel Stenberg2020-10-251-3/+2
* checksrc: warn on empty line before open braceDaniel Stenberg2020-10-151-2/+0
* tests/unit/README: convert to markdownDaniel Stenberg2020-09-302-27/+19
* altsvc: clone setting in curl_easy_duphandlebagder/altsvc-duphandleDaniel Stenberg2020-09-061-2/+2
* hash: make it 'struct Curl_hash'Daniel Stenberg2020-09-023-5/+5
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-021-15/+15
* 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