Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net: avoid memory copy calling absDomainName | Andy Pan | 2021-08-16 | 1 | -7/+8 |
* | net: use internal/bytealg insetad of linkname tricks | Ilya Tocar | 2018-08-21 | 1 | -1/+2 |
* | net: parse IPv6 address with zone using DefaultResolver.Lookup{Host,IPAddr} | Michael Fraenkel | 2018-06-27 | 1 | -1/+1 |
* | net: ensure lookupStatic* returns copy of slice to disallow cache corruption. | Suharsh Sivakumar | 2016-02-21 | 1 | -2/+6 |
* | net: check /etc/hosts for modifications every 5 seconds, not 5 minutes | Russ Cox | 2016-01-06 | 1 | -34/+46 |
* | net: force LookupAddr results to be rooted DNS paths even in the case of loca... | Mikio Hara | 2015-11-28 | 1 | -3/+3 |
* | net: fix case insensitivity lookup for local database such as /etc/hosts | Mikio Hara | 2015-11-27 | 1 | -4/+15 |
* | net: make /etc/hosts lookups case-insensitive | Burcu Dogan | 2015-10-01 | 1 | -4/+10 |
* | net: fix parsing literal IP addresses in local database | Mikio Hara | 2015-06-02 | 1 | -8/+27 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+86 |