summaryrefslogtreecommitdiff
path: root/lib/noproxy.c
Commit message (Expand)AuthorAgeFilesLines
* noproxy: pointer to local array 'hostip' is stored outside scopeDaniel Stenberg2023-04-121-1/+1
* noproxy: support for space-separated names is deprecatedDaniel Stenberg2023-01-041-1/+12
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* noproxy: guard against empty hostnames in noproxy checkDaniel Gustafsson2022-12-081-0/+7
* noproxy: tailmatch like in 7.85.0 and earlierDaniel Stenberg2022-11-071-15/+17
* noproxy: fix tail-matchingDaniel Stenberg2022-10-281-7/+23
* noproxy: also match with adjacent commaDaniel Stenberg2022-10-271-8/+12
* build: fix for NonStopRandall S. Becker2022-10-271-0/+4
* noproxy: include netinet/in.h for htonl()Viktor Szakats2022-10-251-0/+4
* noproxy: silence unused variable warnings with no ipv6Viktor Szakats2022-10-221-1/+3
* noproxy: fix builds without AF_INET6Viktor Szakats2022-10-211-0/+4
* noproxy: support proxies specified using cidr notationDaniel Stenberg2022-10-211-0/+212