aboutsummaryrefslogtreecommitdiff
path: root/src/os/stat_windows.go
AgeCommit message (Expand)Author
2020-10-20os: use keyed literals for PathErrorRuss Cox
2019-08-29os: return an error when the argument of Mkdir on Windows is os.DevNullConstantin Konstantinidis
2019-03-20os: fix windows Lstat missing name for some filesLE Manh Cuong
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-11-02os: use CreateFile for Stat of symlinksAlex Brainman
2018-03-25os: treat "nul" as DevNull file on windowsAlex Brainman
2018-03-07os: use WIN32_FIND_DATA.Reserved0 to identify symlinksAlex Brainman
2017-12-12os: don't use test logger for GetwdIan Lance Taylor
2017-12-11cmd/go: invalidate cached test results if env vars or files changeRuss Cox
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-07-20os: remove duplicate check from windows os.StatJohnny Luo
2017-05-19os: make windows Stat as fast as Lstat for files and directoriesAlex Brainman
2017-05-07os, cmd/link: fix typosKevin Burke
2017-05-07os: reimplement windows os.StatAlex Brainman
2017-04-25os: fix race between file I/O and CloseIan Lance Taylor
2017-04-25os: don't use a symlink's target path for FileInfo#Name on windowsHiroshi Ioka
2017-04-12os: handle relative symlinks starting with slash in Stat on windowsHiroshi Ioka
2017-04-11os: adjust error in Stat on windowsHiroshi Ioka
2017-04-10os: handle relative symlinks correctly in Stat on windowsHiroshi Ioka
2017-02-15os: use poller for file I/OIan Lance Taylor
2017-02-07os: make Stdin.Stat() return ModeCharDevice if Stdin is consoleAlex Brainman
2016-11-07os: use extended-length paths on Windows when possibleQuentin Smith
2016-10-14os: use FindFirstFile when GetFileAttributesEx fails in StatAlex Brainman
2016-08-26os: prevent infinite symlink loop of Stat on WindowsHiroshi Ioka
2016-08-16os: consolidate filesHiroshi Ioka
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-24os: fix Stdin.Stat() on windowsYasuhiro Matsumoto
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-30os: fix race condition between (*os.File).Stat and os.Chdir on windowsHiroshi Ioka
2015-07-18os: remove stuttering return value namesBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox