summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* cleanup: constify unmodified static structsRikard Falkeborn2021-09-232-3/+3
* msnprintf: return number of printed characters excluding null byteDaniel Stenberg2021-07-082-7/+7
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-14/+18
* metalink: removeDaniel Stenberg2021-06-071-4/+4
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-05-261-1/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-222-3/+3
* bufref: buffer reference supportPatrick Monnerat2021-04-222-2/+118
* Revert "cmake: make libcurl library output name configurable"Daniel Stenberg2021-04-211-1/+1
* cmake: make libcurl library output name configurableRalph Langendam2021-04-211-1/+1
* hsts: enable by defaultDaniel Stenberg2021-04-191-1/+1
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-03-272-2/+2
* lib: use int type for more port variablesJay Satiro2021-02-092-2/+2
* copyright: fix missing year (range) updatesDaniel Stenberg2021-01-291-1/+1
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-8/+3
* 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