aboutsummaryrefslogtreecommitdiff
path: root/src/os/types_windows.go
AgeCommit message (Expand)Author
2024-05-07os: use filepathlite.Baseaimuz
2024-04-30os: use filepathlite.IsAbsqmuntal
2024-03-13os,internal/godebugs: add missing IncNonDefault callsqmuntal
2024-03-04os: don't treat mount points as symbolic linksqmuntal
2024-02-28os: factor out newFileStatFromWin32FileAttributeDataqmuntal
2024-02-27os: avoid GetFileInformationByHandleEx call when stat'ing files on Windowsqmuntal
2024-02-12os: add os.ModeSocket support to os.Stat on windowsqmuntal
2023-11-01os: report IO_REPARSE_TAG_DEDUP files as regular in Stat and LstatBryan C. Mills
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-01-24os: use handle based APIs to read directories on windowsqmuntal
2023-01-23os: treat non-symlink reparse points as irregular filesBryan C. Mills
2022-11-09os: remove special casing of NUL in Windows file operationsDamien Neil
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2020-10-20os: use keyed literals for PathErrorRuss Cox
2019-03-20os: fix windows Lstat missing name for some filesLE Manh Cuong
2018-12-17os: make Stat work on FAT file systemAlex Brainman
2018-11-02os: use CreateFile for Stat of symlinksAlex 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-03-07os: use WIN32_FIND_DATA.Reserved0 to identify symlinksAlex Brainman
2018-02-26os: do not forget to set ModeDevice when using ModeCharDeviceAlex Brainman
2017-05-09os: avoid calulating fileStat.path until it is neededAlex Brainman
2017-04-26os: do not report ModeDir for symlinks on windowsAlex Brainman
2017-02-07os: make Stdin.Stat() return ModeCharDevice if Stdin is consoleAlex Brainman
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-24os: fix Stdin.Stat() on windowsYasuhiro Matsumoto
2014-09-08build: move package sources from src/pkg to srcRuss Cox