aboutsummaryrefslogtreecommitdiff
path: root/src/os/dir_windows.go
AgeCommit message (Expand)Author
2024-04-15os: make File.Readdir et al concurrency-safeAlan Donovan
2024-03-27os: make readdir more robust on Windowsqmuntal
2024-03-25os: reuse buffer pool more aggressively in readdirqmuntal
2023-08-21os: avoid allocating a string for ReadDir skipped entries on Windowsqmuntal
2023-08-16os: support file systems without file IDs when reading directories on windowsqmuntal
2023-07-07os: support reading empty root directories on Windowsqmuntal
2023-05-15os, syscall: support ill-formed UTF-16 strings on Windowsqmuntal
2023-05-04all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor
2023-01-24os: use handle based APIs to read directories on windowsqmuntal
2022-11-14os,syscall: File.Stat to use file handle for directories on Windowsqmuntal
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-10-20os: add File.ReadDir method and DirEntry typeRuss Cox
2018-03-07os: use WIN32_FIND_DATA.Reserved0 to identify symlinksAlex Brainman
2017-05-09os: avoid calulating fileStat.path until it is neededAlex Brainman
2017-04-25os: fix race between file I/O and CloseIan Lance Taylor
2017-02-15os: use poller for file I/OIan Lance Taylor
2016-08-16os: consolidate filesHiroshi Ioka
2014-09-08build: move package sources from src/pkg to srcRuss Cox