aboutsummaryrefslogtreecommitdiff
path: root/src/os/os_windows_test.go
AgeCommit message (Expand)Author
2021-04-09os: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-04-04os: don't use T.Cleanup in TestRemoveAllLongPathTobias Klauser
2021-04-04os, path/filepath: use T.Cleanup to restore the original working directoryianwoolf
2021-01-18os: do not close syscall.Stdin in TestReadStdinJason A. Donenfeld
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-05-28os: in Symlink, stat the correct target path for drive-relative targets on Wi...Bryan C. Mills
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2019-09-09src: gofmt -sAinar Garipov
2019-08-29os: return an error when the argument of Mkdir on Windows is os.DevNullConstantin Konstantinidis
2019-03-20os: fix windows Lstat missing name for some filesLE Manh Cuong
2019-03-01os: make Readlink work with symlinks with target like \??\Volume{ABCD}\Alex Brainman
2019-02-26all: fix typos as reported by 'misspell'Leon Klingele
2018-12-27os: add SyscallConn method for os.FileIan Lance Taylor
2018-12-20os: adjust TempDir for Z:\Alex Brainman
2018-09-29os: use FILE_FLAG_OPEN_REPARSE_POINT in SameFileAlex Brainman
2018-04-27os: os: make Stat("*.txt") fail on windowsYasuhiro Matsumoto
2018-04-20os: fix typo in commentshogo-ma
2018-04-19os: enable symlink creation on Windows 10Felix Kollmann
2018-03-25os: treat "nul" as DevNull file on windowsAlex Brainman
2018-03-07os: use WIN32_FIND_DATA.Reserved0 to identify symlinksAlex Brainman
2017-10-05path/filepath: re-implement windows EvalSymlinksAlex Brainman
2017-09-20all: correct location of go toolHiroshi Ioka
2017-05-07os: reimplement windows os.StatAlex Brainman
2017-04-30os: skip TestNetworkSymbolicLink if Server service is not startedAlex Brainman
2017-04-26os: do not report ModeDir for symlinks on windowsAlex Brainman
2017-04-25os: don't use a symlink's target path for FileInfo#Name on windowsHiroshi Ioka
2017-04-03all: fix minor misspellingsEric Lagergren
2017-03-24os: parse command line without shell32.dllAlex Brainman
2017-02-15os: use poller for file I/OIan Lance Taylor
2016-11-29os: fix handling of Windows Unicode console input and ^ZRuss Cox
2016-11-17os: add more tests in TestReadStdinAlex Brainman
2016-10-24all: minor vet fixesJosh Bleecher Snyder
2016-10-19os, syscall: fix incorrect offset calculation in Readlink on windowsHiroshi Ioka
2016-10-14os: use FindFirstFile when GetFileAttributesEx fails in StatAlex Brainman
2016-10-13os: make readConsole handle its input and output correctlyAlex Brainman
2016-10-12os: add new tests for symbolic links and directory junctionsAlex Brainman
2016-08-26os: fix build error on plan9Hiroshi Ioka
2016-08-23os: use testenv.MustHaveSymlink to simplify symlink testsHiroshi Ioka
2016-05-11os: fix Remove for file with read only attribute on WindowsMarc-Antoine Ruel
2016-02-23all: fix typosShawn Smith
2015-12-31os: change Open(`C:`) to open current directory on C:Alex Brainman
2015-12-30os: fix race condition between (*os.File).Stat and os.Chdir on windowsHiroshi Ioka
2015-12-29os: add missing copyright noticeMikio Hara
2015-09-23os: add check for ERROR_BAD_NETPATH in windows IsNotExistAlex Brainman
2015-06-29syscall: return error instead of panicking in windows StartProcessAlex Brainman
2015-02-12syscall: Readlink doesn't handle junction on windowsmattn
2014-09-08build: move package sources from src/pkg to srcRuss Cox