aboutsummaryrefslogtreecommitdiff
path: root/src/os/os_windows_test.go
AgeCommit message (Expand)Author
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-04-16os: remove unused issueNo fieldTobias Klauser
2024-03-05os: fix 63703.md release notesqmuntal
2024-03-04os: don't normalize volumes to drive letters in os.Readlinkqmuntal
2024-03-04os: don't treat mount points as symbolic linksqmuntal
2023-11-20src: a/an grammar fixesVille Skyttä
2023-09-12all: fix Microsoft linksqmuntal
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-08-16os: support file systems without file IDs when reading directories on windowsqmuntal
2023-08-08os: follow all name surrogate reparse points in Stat on Windowsqmuntal
2023-08-07os: fix test failure when Workstation service is not enabledqiulaidongfeng
2023-07-25os: mark the share created by TestNetworkSymbolicLink as temporaryBryan C. Mills
2023-05-24os: explicitly check for invalid FD in NewFileMichael Pratt
2023-05-15os, syscall: support ill-formed UTF-16 strings on Windowsqmuntal
2023-01-28os: fix findOneDriveDir to expand strings that contain environment variablesDaniela Petruzalek
2023-01-23os: treat non-symlink reparse points as irregular filesBryan C. Mills
2023-01-19os: clean up testsBryan C. Mills
2022-11-14os,syscall: File.Stat to use file handle for directories on Windowsqmuntal
2022-11-09os: remove special casing of NUL in Windows file operationsDamien Neil
2022-04-03os: run TestStatSymlinkLoop on all platformsTobias Klauser
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