aboutsummaryrefslogtreecommitdiff
path: root/src/net/interface_windows.go
AgeCommit message (Expand)Author
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2018-07-11doc: update the minimum support Windows versionBrad Fitzpatrick
2018-02-15all: drop support for Windows Vista or below (Windows XP)Mikio Hara
2017-04-28net: simplify probeWindowsIPStackMikio Hara
2016-05-06Revert "net: add support for Zone of IPNet"Mikio Hara
2016-04-28net: fix misrecongnization of IPv6 zone on WindowsMikio Hara
2016-04-19net: add support for Zone of IPNetMikio Hara
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-12-19net: make use of IPv4 for parsing routing information on windowsMikio Hara
2015-12-14net: fix typoMikio Hara
2015-12-10net, internal/syscall/windows: fix interface and address identification on wi...Mikio Hara
2015-11-10net: fix off by one error while counting interfaces on windowsAlex Brainman
2015-05-05net: fix inconsistent errorsMikio Hara
2015-04-21net: fix inconsistent error values on InterfaceMikio Hara
2015-04-10net: make multi-IP resolution more flexible.Paul Marks
2015-02-10net: re-implement Interfaces and InterfaceAddrs for IPNet, IPv6 on Windowsmattn
2014-09-08build: move package sources from src/pkg to srcRuss Cox