| Commit message (Expand) | Author | Age | Files | Lines |
* | os: avoid allocation in File.WriteString | Josh Bleecher Snyder | 2021-02-25 | 1 | -0/+18 |
* | io/fs: allow backslash in ValidPath, reject in os.DirFS.Open | Russ Cox | 2021-02-11 | 1 | -0/+34 |
* | os: force consistent mtime before running fstest on directory on Windows | Jason A. Donenfeld | 2021-01-25 | 1 | -0/+27 |
* | os: invoke processKiller synchronously in testKillProcess | Bryan C. Mills | 2021-01-15 | 1 | -7/+9 |
* | testing/fstest,os: clarify racy behavior of TestFS | Austin Clements | 2021-01-08 | 1 | -1/+1 |
* | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -21/+21 |
* | os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi... | Russ Cox | 2020-12-02 | 1 | -3/+23 |
* | os: avoid nil returns from Readdirnames, Readdir, ReadDir | Russ Cox | 2020-11-04 | 1 | -0/+12 |
* | os: add DirFS | Russ Cox | 2020-10-20 | 1 | -0/+7 |
* | all: update references to symbols moved from os to io/fs | Russ Cox | 2020-10-20 | 1 | -1/+1 |
* | os: add File.ReadDir method and DirEntry type | Russ Cox | 2020-10-20 | 1 | -16/+108 |
* | Revert "test: add regression test from #41474" | Alberto Donizetti | 2020-10-19 | 1 | -18/+0 |
* | test: add regression test from #41474 | Alberto Donizetti | 2020-10-17 | 1 | -0/+18 |
* | os: call f.Close before t.Fatal to avoid vet unreachable code warnings | gzdaijie | 2020-10-12 | 1 | -1/+1 |
* | all: add GOOS=ios | Cherry Zhang | 2020-09-23 | 1 | -4/+4 |
* | os: implement File.Chmod on Windows | Constantin Konstantinidis | 2020-09-11 | 1 | -11/+16 |
* | os: return a *PathError from Readdirnames and Readdir on POSIX platforms | Bryan C. Mills | 2020-08-25 | 1 | -0/+4 |
* | syscall: preserve Windows file permissions for O_CREAT|O_TRUNC | Ian Lance Taylor | 2020-05-20 | 1 | -0/+31 |
* | os, net: define and use os.ErrDeadlineExceeded | Ian Lance Taylor | 2020-04-25 | 1 | -0/+12 |
* | all: remove scattered remnants of darwin/arm | Austin Clements | 2020-04-08 | 1 | -4/+4 |
* | os: seek should invalidate any cached directory reads | Keith Randall | 2020-03-01 | 1 | -0/+31 |
* | syscall: fix Fchdir on js/wasm | Richard Musiol | 2020-03-01 | 1 | -0/+35 |
* | all: fix incorrect channel and API usage in some unit tests | Ziheng Liu | 2020-02-27 | 1 | -2/+15 |
* | io/ioutil: reject path separators in TempDir, TempFile pattern | Constantin Konstantinidis | 2020-02-26 | 1 | -1/+1 |
* | os: skip a new failing test on Windows | Brad Fitzpatrick | 2019-12-06 | 1 | -0/+42 |
* | os: allow case only renames on case-insensitive filesystems | Audrius Butkevicius | 2019-11-01 | 1 | -0/+61 |
* | syscall: reenable sysctl on iOS | Jason A. Donenfeld | 2019-10-23 | 1 | -3/+0 |
* | all: remove the nacl port (part 1) | Brad Fitzpatrick | 2019-10-09 | 1 | -8/+2 |
* | os: re-enable TestPipeThreads on darwin | Shenghou Ma | 2019-10-06 | 1 | -2/+0 |
* | net,os: disable more sysctl tests on iOS | Elias Naur | 2019-09-07 | 1 | -0/+3 |
* | os: skip TestPipeThreads on GOOS=darwin | Emmanuel Odeke | 2019-08-31 | 1 | -0/+2 |
* | os,time: fix tests on iOS | Elias Naur | 2019-05-01 | 1 | -0/+1 |
* | os: fix tests on self-hosted Go builds | Elias Naur | 2019-04-30 | 1 | -9/+25 |
* | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow | 2019-04-30 | 1 | -2/+2 |
* | os: skip Open("/") on Android | Elias Naur | 2019-04-07 | 1 | -1/+1 |
* | os: reject WriteAt if file opened in append mode | LE Manh Cuong | 2019-03-27 | 1 | -0/+15 |
* | internal/poll: make FD.isFile mean whether it isn't socket on Windows | Wèi Cōngruì | 2019-03-06 | 1 | -2/+6 |
* | os: return an error from UserHomeDir to match UserCacheDir | David Heuschmann | 2018-11-22 | 1 | -3/+6 |
* | os: ensure tests pass even if GOROOT is read-only | Diogo Pinela | 2018-10-28 | 1 | -40/+1 |
* | os: fix tests for AIX | Clément Chigot | 2018-10-26 | 1 | -1/+5 |
* | all: fix a bunch of misspellings | Igor Zhilianin | 2018-10-06 | 1 | -1/+1 |
* | os: add UserHomeDir | Brad Fitzpatrick | 2018-10-03 | 1 | -0/+14 |
* | os: add js/wasm architecture | Richard Musiol | 2018-06-01 | 1 | -1/+3 |
* | os: fix missing break bug in earlier CL 110295's use of Uname | Brad Fitzpatrick | 2018-05-01 | 1 | -20/+15 |
* | os: find Hostname using Uname to fix Android | Brad Fitzpatrick | 2018-04-30 | 1 | -1/+10 |
* | os: do not test Lstat in TestDevNullFile | Alex Brainman | 2018-03-26 | 1 | -6/+0 |
* | os: treat "nul" as DevNull file on windows | Alex Brainman | 2018-03-25 | 1 | -9/+46 |
* | os: do not forget to set ModeDevice when using ModeCharDevice | Alex Brainman | 2018-02-26 | 1 | -1/+1 |
* | syscall: make Seek use SetFilePointerEx on Windows, allowing large seek offsets | Brad Fitzpatrick | 2017-12-07 | 1 | -4/+16 |
* | os: ignore Chtimes test failure on NetBSD if fs mounted noatime | Brad Fitzpatrick | 2017-12-01 | 1 | -1/+6 |