aboutsummaryrefslogtreecommitdiff
path: root/src/os/file.go
AgeCommit message (Expand)Author
2021-04-06os: implement fs.StatFS for os.DirFSCharlie Moog
2021-02-25os: avoid allocation in File.WriteStringJosh Bleecher Snyder
2021-02-11io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox
2020-12-04io/fs: add SubRuss Cox
2020-12-02os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox
2020-11-30os: return proper user directories on iOSChris Waldon
2020-10-20os: add DirFSRuss Cox
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-08-19os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor
2020-05-24os: use same link in UserCacheDir/UserConfigDir docmatsuyoshi
2020-04-28os, internal/poll, internal/syscall/unix: use copy_file_range on LinuxAndrei Tudor Călin
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-01-06os: document that File.Seek works on directories, but not portablyBrad Fitzpatrick
2019-11-25os: fix broken comment's linkskanehira
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-08all: fix typosAinar Garipov
2019-08-29os: return an error when the argument of Mkdir on Windows is os.DevNullConstantin Konstantinidis
2019-07-23os: document File's concurrent operation resource limitsEmmanuel T Odeke
2019-06-07os: change UserConfigDir on Darwin to ~/Library/Application SupportDaniel Martí
2019-05-13os: fix typo in Chmod godocTobias Klauser
2019-04-29syscall: don't return EINVAL on zero Chmod mode on WindowsBrad Fitzpatrick
2019-03-28os/user: use os.UserHomeDir for user.HomeDirLE Manh Cuong
2019-03-27os: reject WriteAt if file opened in append modeLE Manh Cuong
2019-03-20os: make errors.Is work with ErrPermission et al.Damien Neil
2019-03-17os: only fallback to root directory if $HOME fails for UserHomeDirElias Naur
2019-03-05os: add UserConfigDirDaniel Martí
2019-02-26os: clarify that mode argument is only used if file is createdIan Lance Taylor
2018-12-27os: add SyscallConn method for os.FileIan Lance Taylor
2018-12-20os: clarify O_TRUNC commentIan Lance Taylor
2018-11-22os: return an error from UserHomeDir to match UserCacheDirDavid Heuschmann
2018-10-17os: change UserHomeDir to use USERPROFILE on windowsJordan Rhee
2018-10-12os: make UserHomeDir return "/" on iOSElias Naur
2018-10-04os: make UserHomeDir specialize behavior for GOOS=androidBrad Fitzpatrick
2018-10-03os: add UserHomeDirBrad Fitzpatrick
2018-06-25os: have UserCacheDir return an error on failureAndrew Bonventre
2018-06-05os: check setStickyBit error in mkdirEugene Kalinin
2018-02-23os: respect umask in Mkdir and OpenFile on BSD systems when perm has ModeStic...Yuval Pavel Zholkover
2018-02-13os: add UserCacheDirAndrew Bonventre
2017-12-15os: mention the influence of umask in docsMatthijs Kooijman
2017-12-12os: don't use test logger for GetwdIan Lance Taylor
2017-12-11cmd/go: invalidate cached test results if env vars or files changeRuss Cox
2017-11-01os: rearrange OpenFile Flags docIan Lance Taylor
2017-10-31os: clarify that OpenFile reqires one of O_RDONLY/O_WRONLY/O_RDWRIan Lance Taylor
2017-10-25os: add deadline methods for File typeIan Lance Taylor
2017-10-17os: add period at end of O_EXCL commentTim Cooper
2017-06-30os: add documentation for Windows usersBrad Fitzpatrick
2017-06-14os: clarify behavior of TempDirBrad Fitzpatrick
2017-05-17os: fix handling of ErrShortWrite in (*File).WriteIan Lance Taylor
2017-04-26os: consistently return ErrClosed for closed fileIan Lance Taylor