index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
interface.go
Age
Commit message (
Expand
)
Author
2025-11-21
net: remove unused linknames
Sean Liao
2025-10-29
internal/itoa, internal/runtime/strconv: delete
Russ Cox
2025-02-03
net: permit Interface with no Name
Ian Lance Taylor
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-01-10
net: add available godoc link
cui fliter
2022-08-27
net: add FlagRunning to exactly reflect the states of an interface.
Jianwei Mao
2021-03-14
all: add internal/itoa package
Josh Bleecher Snyder
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-01-10
net: update BUG sections for go1.12
Mikio Hara
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-08
net: simplify nested if-blocks
Mikio Hara
2018-11-06
net: update zoneCache on cache misses to cover appearing interfaces
Michael Stapelberg
2018-08-03
net: update docs for unimplemented methods and functions
Mikio Hara
2017-04-28
net: make zone helpers into methods of ipv6ZoneCache
Mikio Hara
2016-12-21
net: make InterfaceByIndex return a consistent name on solaris
Mikio Hara
2016-10-18
net: update docs on network interface API
Mikio Hara
2016-10-12
net: update doc for unimplemented feature on Plan 9
Mikio Hara
2016-10-12
net: implement network interface API for Plan 9
Chris McGee
2016-10-04
net: implement network interface API for Solaris
Mikio Hara
2016-08-23
net: document unimplemented methods and functions
Mikio Hara
2016-08-17
net: simplify internal dtoi and xtoi funcs
Dan Peterson
2016-04-15
net: cache IPv6 zone information for applications using IPv6 link-local address
Mikio Hara
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-04-29
net: add Source field to OpError
Mikio Hara
2015-04-21
net: fix inconsistent error values on Interface
Mikio Hara
2014-09-08
build: move package sources from src/pkg to src
Russ Cox