Age | Commit message (Expand) | Author |
---|---|---|
6 days | properly handle unix read on directory | Thomas Legris |
2023-05-03 | os: implement os.(*File).ReadDir for -target=wasi | Achille Roussel |
2023-05-03 | os: add os.(*File).Sync | Achille Roussel |
2023-03-28 | fix resource leak in os.(*File).Close | Achille Roussel |
2022-12-19 | build: drop deprecated build tags | Yurii Soldak |
2022-04-25 | TestChdir: avoid cd .., as wasi does not really support it yet. Tiptoes aroun... | Dan Kegel |
2022-03-16 | test: write into a temp file and read from its fd | ZauberNerd |
2022-03-16 | test: simple test to verify os.File.Fd() is working | ZauberNerd |
2022-02-04 | all: update build constraints to Go 1.17 | Ayke van Laethem |
2021-12-07 | os: implement and smoketest os.Chdir | Dan Kegel |
2021-11-30 | os: TempDir(): obey TMPDIR on unix, TMP on win, etc | Dan Kegel |