summaryrefslogtreecommitdiff
path: root/src/os/stat_windows.go
Commit message (Expand)AuthorAgeFilesLines
* os: remove duplicate check from windows os.StatJohnny Luo2017-07-201-3/+1
* os: make windows Stat as fast as Lstat for files and directoriesAlex Brainman2017-05-191-2/+18
* os, cmd/link: fix typosKevin Burke2017-05-071-4/+4
* os: reimplement windows os.StatAlex Brainman2017-05-071-35/+76
* os: fix race between file I/O and CloseIan Lance Taylor2017-04-251-1/+1
* os: don't use a symlink's target path for FileInfo#Name on windowsHiroshi Ioka2017-04-251-7/+9
* os: handle relative symlinks starting with slash in Stat on windowsHiroshi Ioka2017-04-121-2/+5
* os: adjust error in Stat on windowsHiroshi Ioka2017-04-111-2/+2
* os: handle relative symlinks correctly in Stat on windowsHiroshi Ioka2017-04-101-1/+6
* os: use poller for file I/OIan Lance Taylor2017-02-151-3/+3
* os: make Stdin.Stat() return ModeCharDevice if Stdin is consoleAlex Brainman2017-02-071-6/+7
* os: use extended-length paths on Windows when possibleQuentin Smith2016-11-071-1/+1
* os: use FindFirstFile when GetFileAttributesEx fails in StatAlex Brainman2016-10-141-1/+18
* os: prevent infinite symlink loop of Stat on WindowsHiroshi Ioka2016-08-261-1/+2
* os: consolidate filesHiroshi Ioka2016-08-161-74/+0
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-1/+1
* os: fix Stdin.Stat() on windowsYasuhiro Matsumoto2016-03-241-3/+13
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* os: fix race condition between (*os.File).Stat and os.Chdir on windowsHiroshi Ioka2015-12-301-1/+1
* os: remove stuttering return value namesBrad Fitzpatrick2015-07-181-7/+8
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+170