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
/
types_windows.go
Age
Commit message (
Expand
)
Author
2024-05-07
os: use filepathlite.Base
aimuz
2024-04-30
os: use filepathlite.IsAbs
qmuntal
2024-03-13
os,internal/godebugs: add missing IncNonDefault calls
qmuntal
2024-03-04
os: don't treat mount points as symbolic links
qmuntal
2024-02-28
os: factor out newFileStatFromWin32FileAttributeData
qmuntal
2024-02-27
os: avoid GetFileInformationByHandleEx call when stat'ing files on Windows
qmuntal
2024-02-12
os: add os.ModeSocket support to os.Stat on windows
qmuntal
2023-11-01
os: report IO_REPARSE_TAG_DEDUP files as regular in Stat and Lstat
Bryan C. Mills
2023-08-16
os: support file systems without file IDs when reading directories on windows
qmuntal
2023-08-08
os: follow all name surrogate reparse points in Stat on Windows
qmuntal
2023-01-24
os: use handle based APIs to read directories on windows
qmuntal
2023-01-23
os: treat non-symlink reparse points as irregular files
Bryan C. Mills
2022-11-09
os: remove special casing of NUL in Windows file operations
Damien Neil
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2020-10-20
os: use keyed literals for PathError
Russ Cox
2019-03-20
os: fix windows Lstat missing name for some files
LE Manh Cuong
2018-12-17
os: make Stat work on FAT file system
Alex Brainman
2018-11-02
os: use CreateFile for Stat of symlinks
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-03-07
os: use WIN32_FIND_DATA.Reserved0 to identify symlinks
Alex Brainman
2018-02-26
os: do not forget to set ModeDevice when using ModeCharDevice
Alex Brainman
2017-05-09
os: avoid calulating fileStat.path until it is needed
Alex Brainman
2017-04-26
os: do not report ModeDir for symlinks on windows
Alex Brainman
2017-02-07
os: make Stdin.Stat() return ModeCharDevice if Stdin is console
Alex Brainman
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-03-24
os: fix Stdin.Stat() on windows
Yasuhiro Matsumoto
2014-09-08
build: move package sources from src/pkg to src
Russ Cox