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
/
stat_windows.go
Age
Commit message (
Expand
)
Author
2023-01-25
os: make Lstat for symlinks on Windows consistent with POSIX
Bryan C. Mills
2023-01-23
os: treat non-symlink reparse points as irregular files
Bryan C. Mills
2022-11-14
os,syscall: File.Stat to use file handle for directories on Windows
qmuntal
2022-11-14
os: don't request read access from CreateFile in Stat
Damien Neil
2022-11-09
os: remove special casing of NUL in Windows file operations
Damien Neil
2020-10-20
os: use keyed literals for PathError
Russ Cox
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
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-11-02
os: use CreateFile for Stat of symlinks
Alex Brainman
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-12-12
os: don't use test logger for Getwd
Ian Lance Taylor
2017-12-11
cmd/go: invalidate cached test results if env vars or files change
Russ Cox
2017-11-04
all: change github.com issue links to golang.org
Leigh McCulloch
2017-07-20
os: remove duplicate check from windows os.Stat
Johnny Luo
2017-05-19
os: make windows Stat as fast as Lstat for files and directories
Alex Brainman
2017-05-07
os, cmd/link: fix typos
Kevin Burke
2017-05-07
os: reimplement windows os.Stat
Alex Brainman
2017-04-25
os: fix race between file I/O and Close
Ian Lance Taylor
2017-04-25
os: don't use a symlink's target path for FileInfo#Name on windows
Hiroshi Ioka
2017-04-12
os: handle relative symlinks starting with slash in Stat on windows
Hiroshi Ioka
2017-04-11
os: adjust error in Stat on windows
Hiroshi Ioka
2017-04-10
os: handle relative symlinks correctly in Stat on windows
Hiroshi Ioka
2017-02-15
os: use poller for file I/O
Ian Lance Taylor
2017-02-07
os: make Stdin.Stat() return ModeCharDevice if Stdin is console
Alex Brainman
2016-11-07
os: use extended-length paths on Windows when possible
Quentin Smith
2016-10-14
os: use FindFirstFile when GetFileAttributesEx fails in Stat
Alex Brainman
2016-08-26
os: prevent infinite symlink loop of Stat on Windows
Hiroshi Ioka
2016-08-16
os: consolidate files
Hiroshi Ioka
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-03-24
os: fix Stdin.Stat() on windows
Yasuhiro Matsumoto
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-12-30
os: fix race condition between (*os.File).Stat and os.Chdir on windows
Hiroshi Ioka
2015-07-18
os: remove stuttering return value names
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox