summaryrefslogtreecommitdiff
path: root/tests/unit/unit1607.c
Commit message (Expand)AuthorAgeFilesLines
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-1/+1
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-03-271-1/+1
* lib: use int type for more port variablesJay Satiro2021-02-091-1/+1
* dns: extend CURLOPT_RESOLVE syntax for adding non-permanent entriesPaul Groke2020-12-291-14/+28
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* unit1607: fix mem-leak in OOMDaniel Stenberg2019-12-131-12/+18
* Curl_addr2string: take an addrlen argument tooDaniel Stenberg2019-08-311-1/+1
* http3: make connection reuse workDaniel Stenberg2019-08-091-6/+2
* CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg2019-04-111-21/+13
* cleanup: make local functions staticDaniel Stenberg2019-02-101-3/+7
* CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev2018-06-011-0/+8
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-1/+1
* build: get CFLAGS (including -werror) used for examples and testsDaniel Stenberg2018-03-041-1/+1
* unit1307: proper cleanup on OOM to fix torture testsDan Fandrich2018-03-021-8/+18
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-201-0/+203