summaryrefslogtreecommitdiff
path: root/src/os/dir_windows.go
Commit message (Expand)AuthorAgeFilesLines
* os: use keyed literals for PathErrorRuss Cox2020-10-201-2/+2
* os: add File.ReadDir method and DirEntry typeRuss Cox2020-10-201-26/+25
* os: use WIN32_FIND_DATA.Reserved0 to identify symlinksAlex Brainman2018-03-071-13/+4
* os: avoid calulating fileStat.path until it is neededAlex Brainman2017-05-091-1/+2
* os: fix race between file I/O and CloseIan Lance Taylor2017-04-251-3/+0
* os: use poller for file I/OIan Lance Taylor2017-02-151-2/+4
* os: consolidate filesHiroshi Ioka2016-08-161-0/+64
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+14