aboutsummaryrefslogtreecommitdiff
path: root/src/net/net_windows_test.go
AgeCommit message (Expand)Author
2021-02-19net: disable Windows netsh tests when netsh won't runRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-02-15all: drop support for Windows Vista or below (Windows XP)Mikio Hara
2017-12-25net: revert CL 82975Jeff Johnson
2017-12-08net: enable TestInterfaceHardwareAddrWithGetmac on all windows versionsJeff Johnson
2017-11-10net: ignore duplicate interfaces in TestInterfaceHardwareAddrWithGetmacAlex Brainman
2017-06-29net: fix Windows TestInterfaceHardwareAddrWithGetmacEgon Elbre
2017-05-18net: adjust TestInterfaceHardwareAddrWithGetmacAlex Brainman
2017-04-21net: skip Windows test using getmac if getmac cmdlet not availableBrad Fitzpatrick
2016-03-30net: skip TestInterfacesWithNetsh if "netsh help" contains no English wordsAlex Brainman
2016-03-02net: fix vet warningsMohit Agarwal
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-16net: make TestInterfaceAddrsWithNetsh more robustAlex Brainman
2016-02-10net: make getmac based tests on windows more robustVolker Dobler
2016-01-21net: improve netsh usage in Windows unit testsTim Ebringer
2016-01-18net: disable TestInterfaceAddrsWithNetsh on windowsMikio Hara
2015-12-19net: adjust TestInterfaceHardwareAddrWithGetmacAlex Brainman
2015-12-17net: include both ipv4 and ipv6 netsh output in TestInterfacesWithNetshAlex Brainman
2015-12-10net, internal/syscall/windows: fix interface and address identification on wi...Mikio Hara
2015-12-09net: add TestInterfaceHardwareAddrWithGetmacAlex Brainman
2015-12-09net: add TestInterfaceAddrsWithNetshAlex Brainman
2015-11-13net: make TestInterfaceList work on non-English WindowsYasuhiro Matsumoto
2015-11-10net: fix off by one error while counting interfaces on windowsAlex Brainman
2015-05-12net: relax error checking in TestAcceptIgnoreSomeErrorsAlex Brainman
2015-05-07net: do not skip TestAcceptIgnoreSomeErrorsAlex Brainman
2015-05-06net: simplify error messages in testsMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox