summaryrefslogtreecommitdiff
path: root/src/net/testdata
Commit message (Expand)AuthorAgeFilesLines
* net: add support for /etc/hosts aliases using go resolverMateusz Poliwczak2022-11-101-0/+8
* net: allow single dot in resolv.conf search statementAndy Pan2022-08-191-0/+5
* net: reject leading zeros in IP address parsersRoland Shoemaker2021-06-081-6/+2
* net: use DNS over TCP when use-vc is set in resolv.confjfbus2019-04-183-0/+3
* net: support single-request resolv.conf option in pure Go resolverjfbus2019-04-172-0/+2
* compress: reduce copies of new text for compression testingKatie Hockman2018-09-241-8465/+0
* net: use libresolv rules for ndots range and validationDan Peterson2016-08-173-0/+3
* net: mirror Tom Sawyer in the net package for testsBrad Fitzpatrick2016-04-121-0/+8465
* net: fix parsing literal IPv6 address with zone identifier when using cgoMikio Hara2015-12-041-2/+1
* net: fix case insensitivity lookup for local database such as /etc/hostsMikio Hara2015-11-272-2/+2
* net: make /etc/hosts lookups case-insensitiveBurcu Dogan2015-10-011-0/+2
* net: fix parsing literal IP addresses in local databaseMikio Hara2015-06-023-0/+23
* net: use Go's DNS resolver when system configuration permitsBrad Fitzpatrick2015-04-231-0/+5
* build: move package sources from src/pkg to srcRuss Cox2014-09-088-0/+74