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
/
os
/
os_windows_test.go
Age
Commit message (
Expand
)
Author
2023-01-23
os: treat non-symlink reparse points as irregular files
Bryan C. Mills
2023-01-19
os: clean up tests
Bryan C. Mills
2022-11-14
os,syscall: File.Stat to use file handle for directories on Windows
qmuntal
2022-11-09
os: remove special casing of NUL in Windows file operations
Damien Neil
2022-04-03
os: run TestStatSymlinkLoop on all platforms
Tobias Klauser
2021-04-09
os: replace os.MkdirTemp with T.TempDir
Manlio Perillo
2021-04-04
os: don't use T.Cleanup in TestRemoveAllLongPath
Tobias Klauser
2021-04-04
os, path/filepath: use T.Cleanup to restore the original working directory
ianwoolf
2021-01-18
os: do not close syscall.Stdin in TestReadStdin
Jason A. Donenfeld
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-05-28
os: in Symlink, stat the correct target path for drive-relative targets on Wi...
Bryan C. Mills
2019-12-06
all: fix most of the remaining windows -d=checkptr violations
Alex Brainman
2019-09-09
src: gofmt -s
Ainar Garipov
2019-08-29
os: return an error when the argument of Mkdir on Windows is os.DevNull
Constantin Konstantinidis
2019-03-20
os: fix windows Lstat missing name for some files
LE Manh Cuong
2019-03-01
os: make Readlink work with symlinks with target like \??\Volume{ABCD}\
Alex Brainman
2019-02-26
all: fix typos as reported by 'misspell'
Leon Klingele
2018-12-27
os: add SyscallConn method for os.File
Ian Lance Taylor
2018-12-20
os: adjust TempDir for Z:\
Alex Brainman
2018-09-29
os: use FILE_FLAG_OPEN_REPARSE_POINT in SameFile
Alex Brainman
2018-04-27
os: os: make Stat("*.txt") fail on windows
Yasuhiro Matsumoto
2018-04-20
os: fix typo in comment
shogo-ma
2018-04-19
os: enable symlink creation on Windows 10
Felix Kollmann
2018-03-25
os: treat "nul" as DevNull file on windows
Alex Brainman
2018-03-07
os: use WIN32_FIND_DATA.Reserved0 to identify symlinks
Alex Brainman
2017-10-05
path/filepath: re-implement windows EvalSymlinks
Alex Brainman
2017-09-20
all: correct location of go tool
Hiroshi Ioka
2017-05-07
os: reimplement windows os.Stat
Alex Brainman
2017-04-30
os: skip TestNetworkSymbolicLink if Server service is not started
Alex Brainman
2017-04-26
os: do not report ModeDir for symlinks on windows
Alex Brainman
2017-04-25
os: don't use a symlink's target path for FileInfo#Name on windows
Hiroshi Ioka
2017-04-03
all: fix minor misspellings
Eric Lagergren
2017-03-24
os: parse command line without shell32.dll
Alex Brainman
2017-02-15
os: use poller for file I/O
Ian Lance Taylor
2016-11-29
os: fix handling of Windows Unicode console input and ^Z
Russ Cox
2016-11-17
os: add more tests in TestReadStdin
Alex Brainman
2016-10-24
all: minor vet fixes
Josh Bleecher Snyder
2016-10-19
os, syscall: fix incorrect offset calculation in Readlink on windows
Hiroshi Ioka
2016-10-14
os: use FindFirstFile when GetFileAttributesEx fails in Stat
Alex Brainman
2016-10-13
os: make readConsole handle its input and output correctly
Alex Brainman
2016-10-12
os: add new tests for symbolic links and directory junctions
Alex Brainman
2016-08-26
os: fix build error on plan9
Hiroshi Ioka
2016-08-23
os: use testenv.MustHaveSymlink to simplify symlink tests
Hiroshi Ioka
2016-05-11
os: fix Remove for file with read only attribute on Windows
Marc-Antoine Ruel
2016-02-23
all: fix typos
Shawn Smith
2015-12-31
os: change Open(`C:`) to open current directory on C:
Alex Brainman
2015-12-30
os: fix race condition between (*os.File).Stat and os.Chdir on windows
Hiroshi Ioka
2015-12-29
os: add missing copyright notice
Mikio Hara
2015-09-23
os: add check for ERROR_BAD_NETPATH in windows IsNotExist
Alex Brainman
[next]