summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* 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
* unit1651: survive curl_easy_init() failsDaniel Stenberg2019-02-191-1/+3
* unit1307: just fail without FTP supportMarcel Raad2019-02-151-9/+22
* cleanup: make local functions staticDaniel Stenberg2019-02-103-7/+18
* unit1653: make it survive torture testsDaniel Stenberg2019-01-281-16/+63
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-4/+4
* xattr: strip credentials from any URL that is storedDaniel Stenberg2019-01-102-1/+94
* printf: fix format specifiersRikard Falkeborn2019-01-041-7/+7
* urlapi: fix parsing ipv6 with zone indexDaniel Gustafsson2018-12-301-0/+8
* urlapi: Fix port parsing of eol colonDaniel Gustafsson2018-12-121-0/+8
* tests: add urlapi unittestDaniel Gustafsson2018-12-112-1/+133
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-235-23/+27
* netrc: don't ignore the login name specified with "--user"Michael Kaufmann2018-11-051-13/+38
* unittest: make 1652 stable across collationsDaniel Gustafsson2018-11-051-2/+2
* infof: clearly indicate truncationDaniel Gustafsson2018-11-032-1/+137
* axtls: removedDaniel Stenberg2018-11-011-2/+2
* unit1650: fix "null pointer passed as argument 1 to memcmp"Daniel Stenberg2018-10-291-1/+1
* unit1300: fix stack-use-after-scope AddressSanitizer warningDaniel Stenberg2018-10-291-3/+4
* test1651: unit test Curl_extract_certinfo()Daniel Stenberg2018-10-272-1/+390
* doh: keep the IPv4 address in (original) network byte orderDaniel Stenberg2018-10-051-8/+8
* test1650: make it depend on http/2Daniel Stenberg2018-10-011-0/+11
* whitespace fixesViktor Szakats2018-09-232-4/+3
* unit1650: fix out of boundary accessDaniel Stenberg2018-09-231-4/+4