aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/os/file.go
AgeCommit message (Expand)Author
2024-09-17os/File: add stubs for os.File Deadlines (#4465)leongross
2024-08-02os: add file.Truncateleongross
2024-06-15add SetReadDeadline stubleongross
2024-04-22Lint: lint and fix src/{os,reflect} (#4228)dkegel-fastly
2023-05-05os: implement os.(*File).WriteAt (#3697)Achille
2023-05-03os: implement os.(*File).ReadDir for -target=wasiAchille Roussel
2023-05-03os: add os.(*File).SyncAchille Roussel
2023-03-28fix resource leak in os.(*File).CloseAchille Roussel
2023-01-10add comment about where src/os/file.go came fromAchille Roussel
2022-05-03os: Drop support for go 1.15Dan Kegel
2022-03-16src/os: Add UserHomeDir() function to os packageZauberNerd
2022-03-16src/os: implement os.File.Fd() methodZauberNerd
2022-02-18Implement os.RemoveAll()Dan Kegel
2022-02-02os: implement readdir for darwin and linuxDan Kegel
2022-01-24Revert "Kludge: work around lack of syscall.seek on 386 and arm, #1906"Dan Kegel
2022-01-20Kludge: work around lack of syscall.seek on 386 and arm, #1906Dan Kegel
2022-01-20src/{syscall, os}: add File.Stat, with smoke testDamian Gryski
2022-01-18os: implement os.Symlink and os.ReadlinkDan Kegel
2022-01-11os: implement file.Seek, add smoke testDan Kegel
2022-01-04os: add a few upstream tests for Read and ReadAt, fix problems they exposed.Dan Kegel
2022-01-04src/os: loop in File.ReadAt to handle short readsDamian Gryski
2021-12-14os: implement and test os.MkdirTempDan Kegel
2021-12-01os, syscall: implement Stat and LstatDan Kegel
2021-11-30os: TempDir(): obey TMPDIR on unix, TMP on win, etcDan Kegel
2021-11-29os.Remove: avoid double-wrapping err; fixes TODO in testDan Kegel
2021-11-29os, syscall: implement ReadAt for unixDan Kegel
2021-11-26os: add a stub for File.TruncateDamian Gryski
2021-11-26os: stub out support for some more featuresAyke van Laethem
2021-11-20os: Implement and smoke test Mkdir() and Remove()Dan Kegel
2021-11-04os: add File.WriteString and File.WriteAtDamian Gryski
2021-10-05os: implement GetwdFederico G. Schwindt
2021-09-15os: add SEEK_SET, SEEK_CUR, and SEEK_ENDAyke van Laethem
2021-08-30all: add support for Go 1.17Ayke van Laethem
2021-06-25os: implement process related functionsAyke van Laethem
2021-06-01Add os stubs required for net/httpFederico G. Schwindt
2021-03-28WASI & darwin: support basic file io based on libcTakeshi Yoneda
2020-06-23extend stdlib to allow import of more packages (#1099)Cornel
2020-05-13os: implement virtual filesystem supportAyke van Laethem
2019-07-15os: gofmtAyke van Laethem
2019-07-15runtime: add several os package stubsJustin Clift
2019-02-05os: add basic OS functionalityAyke van Laethem