aboutsummaryrefslogtreecommitdiff
path: root/src/os/dir_unix.go
AgeCommit message (Expand)Author
2024-05-14os: use internal/byteorderTobias Klauser
2024-04-15os: make File.Readdir et al concurrency-safeAlan Donovan
2024-03-25os: reuse buffer pool more aggressively in readdirqmuntal
2024-03-08os: use goarch.BigEndianTobias Klauser
2023-07-06os: do not skip directory entries with zero inodes on wasip1Achille Roussel
2023-04-07os: add wasip1 supportJohan Brandhorst-Satzkorn
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-04-03os: reuse readdir buffers on unix with a sync.PoolTom Thorogood
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-11-05os: remove unused variable in unix implementation of File.readdirBrad Fitzpatrick
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-10-20os: add File.ReadDir method and DirEntry typeRuss Cox
2020-08-25os: return a *PathError from Readdirnames and Readdir on POSIX platformsBryan C. Mills
2020-03-01os: seek should invalidate any cached directory readsKeith Randall
2019-12-05os: reset dirinfo when seeking on DarwinKeith Randall
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-04-03syscall: avoid _getdirentries64 on darwinKeith Randall
2018-12-13runtime,os,syscall,internal/poll: replace getdirentries on iOSElias Naur
2018-10-11os: add AIX operating systemClément Chigot
2018-07-06os: increase directory reading block size on Unix systemsIan Lance Taylor
2018-06-01os: add js/wasm architectureRichard Musiol
2017-02-15os: use poller for file I/OIan Lance Taylor
2016-08-30os: fix typo in comment (Readir -> Readdir)Jonathan Boulle
2016-08-29os: don't let File.Readdir return an empty slice and nil errorBrad Fitzpatrick
2016-08-16os: consolidate filesHiroshi Ioka
2014-10-28os: do not assume syscall i/o funcs return n=0 on errorRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox