summaryrefslogtreecommitdiff
path: root/src/net/ip_test.go
Commit message (Expand)AuthorAgeFilesLines
* net: reject leading zeros in IP address parsersRoland Shoemaker2021-06-081-2/+6
* net: add IP.IsPrivate65432021-03-221-0/+22
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* Revert "net: halve the allocs in ParseCIDR by sharing slice backing"Brad Fitzpatrick2019-11-101-37/+3
* net: halve the allocs in ParseCIDR by sharing slice backingChris Stockton2019-11-081-3/+37
* net: add js/wasm architectureRichard Musiol2018-06-041-0/+2
* net: make IPString benchmarks more representative.Ilya Tocar2018-05-071-1/+1
* net: optimize IP.String for IPv4Vladimir Kuzmin2018-03-091-1/+13
* net: don't enclose non-literal IPv6 addresses in square bracketsMikio Hara2017-04-141-51/+101
* net: use bytes.Equal instead of bytesEqualErik Dubbelboer2017-02-131-0/+30
* net: remove parsing of negative decimals in IPv4 literalJoe Tsai2016-09-071-0/+10
* all: fix "result not used" vet warningsJosh Bleecher Snyder2016-08-161-2/+4
* net: revise IP.String result for malformed IP address to add ? backRuss Cox2016-05-241-1/+1
* Revert "net: add support for Zone of IPNet"Mikio Hara2016-05-061-8/+0
* net: add support for Zone of IPNetMikio Hara2016-04-191-0/+8
* net: make IP.{String,MarshalText} return helpful information on address errorMikio Hara2016-04-121-18/+108
* net: make SplitHostPort return an empty host on errorDave Day2016-03-151-1/+4
* all: fix typos and spellingMartin Möhrmann2016-02-241-2/+2
* Revert "net: ensure that malformed domain names report a consistent error"Russ Cox2016-01-081-45/+0
* net: ensure that malformed domain names report a consistent errorRuss Cox2016-01-081-0/+45
* net: do not look up abc by defaultRuss Cox2015-07-221-4/+6
* net: fix misidentification of link-local, global unicast IP addressesMikio Hara2015-07-101-0/+20
* net: make LookupIP("1.2.3.4") behavior consistentRuss Cox2015-06-241-0/+41
* net: simplify sync.Once calls in testsMikio Hara2015-05-141-3/+3
* net: fix inconsistent errorsMikio Hara2015-05-051-4/+4
* net: fix data race in benchmarksMikio Hara2015-04-011-6/+3
* net: add socket system call hooks for testingMikio Hara2015-03-311-0/+9
* net: add test cases for parsing ipv4-mapped ipv6 addressMikio Hara2015-01-041-3/+11
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+465