Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | os: ensure File.ReadFrom returns ErrClosed instead of the internal poll.ErrFi... | Andy Pan | 2023-02-27 | 1 | -0/+4 |
* | os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi... | Russ Cox | 2020-12-02 | 1 | -0/+1 |
* | os: add File.ReadDir method and DirEntry type | Russ Cox | 2020-10-20 | 1 | -0/+1 |
* | os: use an actual RemoveAll failure in TestRemoveAllWithMoreErrorThanReqSize | Bryan C. Mills | 2019-10-26 | 1 | -1/+0 |
* | os: fix RemoveAll hangs on large directory | LE Manh Cuong | 2019-04-10 | 1 | -0/+1 |
* | os: reject WriteAt if file opened in append mode | LE Manh Cuong | 2019-03-27 | 1 | -0/+1 |
* | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+10 |