aboutsummaryrefslogtreecommitdiff
path: root/src/os/types_windows.go
AgeCommit message (Expand)Author
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