| Commit message (Expand) | Author | Age | Files | Lines |
* | os: if descriptor is non-blocking, retain that in Fd method | Ian Lance Taylor | 2023-05-17 | 1 | -5/+12 |
* | os, runtime: remove unused implementations of os.sigpipe | Ian Lance Taylor | 2023-05-12 | 1 | -0/+2 |
* | os: make Chtimes accept empty time values to skip file time modification | Constantin Konstantinidis | 2023-05-11 | 1 | -0/+2 |
* | all: add String for fs.{FileInfo,DirEntry} implementations | Ian Lance Taylor | 2023-05-04 | 1 | -0/+5 |
* | os: add wasip1 support | Johan Brandhorst-Satzkorn | 2023-04-07 | 1 | -4/+7 |
* | os: don't try to put directory into non-blocking mode | Ian Lance Taylor | 2023-02-27 | 1 | -0/+10 |
* | os: only add file descriptors which are set to non-blocking mode to the netpo... | Yuval Pavel Zholkover | 2022-08-18 | 1 | -11/+21 |
* | all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments | Russ Cox | 2022-04-05 | 1 | -1/+1 |
* | all: use new "unix" build tag where appropriate | Ian Lance Taylor | 2022-03-29 | 1 | -1/+1 |
* | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox | 2021-10-28 | 1 | -1/+0 |
* | os: document that Windows Symlink to missing target creates file symlink | Ian Lance Taylor | 2021-05-02 | 1 | -0/+2 |
* | all: simplify the spelling of Linux | Brad Fitzpatrick | 2021-04-13 | 1 | -1/+1 |
* | os: reuse readdir buffers on unix with a sync.Pool | Tom Thorogood | 2021-04-03 | 1 | -0/+1 |
* | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 1 | -0/+1 |
* | os: further document limitations around naked file descriptors | Victor Michel | 2021-01-26 | 1 | -0/+8 |
* | os: use keyed literals for PathError | Russ Cox | 2020-10-20 | 1 | -5/+5 |
* | os: add File.ReadDir method and DirEntry type | Russ Cox | 2020-10-20 | 1 | -28/+38 |
* | os: fix SyscallConn typos in the File.Fd comments | Changkun Ou | 2020-09-28 | 1 | -1/+1 |
* | os: document and emphasize a potential misuse of File.Fd | Changkun Ou | 2020-09-27 | 1 | -2/+7 |
* | all: add GOOS=ios | Cherry Zhang | 2020-09-23 | 1 | -2/+2 |
* | os, internal/poll: loop on EINTR for all file syscalls | Ian Lance Taylor | 2020-08-19 | 1 | -8/+32 |
* | os: always check for EINTR in calls to open | Ian Lance Taylor | 2020-06-08 | 1 | -4/+2 |
* | os: merge common Unix/Windows methods | Ian Lance Taylor | 2020-03-20 | 1 | -44/+0 |
* | os: seek should invalidate any cached directory reads | Keith Randall | 2020-03-01 | 1 | -1/+6 |
* | os: reset dirinfo when seeking on Darwin | Keith Randall | 2019-12-05 | 1 | -0/+1 |
* | os: allow case only renames on case-insensitive filesystems | Audrius Butkevicius | 2019-11-01 | 1 | -2/+6 |
* | all: remove the nacl port (part 1) | Brad Fitzpatrick | 2019-10-09 | 1 | -1/+1 |
* | doc: clarify safety of multiple and concurent os.(*File).Close() calls | Alex Myasoedov | 2019-06-05 | 1 | -0/+1 |
* | os: disable the use of netpoll on directories as well on *BSDs | Yuval Pavel Zholkover | 2019-04-19 | 1 | -5/+7 |
* | os: reject WriteAt if file opened in append mode | LE Manh Cuong | 2019-03-27 | 1 | -0/+1 |
* | os: drop special case for FreeBSD 10.4 in newFile | Tobias Klauser | 2019-03-12 | 1 | -9/+1 |
* | os: make Readlink work with symlinks with target like \??\Volume{ABCD}\ | Alex Brainman | 2019-03-01 | 1 | -0/+19 |
* | os: make openFdAt act like openFileNolog | Ian Lance Taylor | 2019-01-30 | 1 | -0/+1 |
* | os: always treat files as unpollable on FreeBSD | Ian Lance Taylor | 2019-01-09 | 1 | -6/+16 |
* | os: disable the use of netpoll on regular files on *BSDs. | Yuval Pavel Zholkover | 2019-01-09 | 1 | -13/+19 |
* | runtime,os,syscall,internal/poll: replace getdirentries on iOS | Elias Naur | 2018-12-13 | 1 | -7/+31 |
* | os: add AIX operating system | Clément Chigot | 2018-10-11 | 1 | -1/+1 |
* | os: document that Remove removes only empty directories | Ian Lance Taylor | 2018-08-03 | 1 | -1/+1 |
* | os: clarify that Close cancels pending I/O | Ian Lance Taylor | 2018-07-11 | 1 | -1/+2 |
* | os: don't poll fifos on Darwin | Ian Lance Taylor | 2018-06-13 | 1 | -2/+13 |
* | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper | 2018-06-01 | 1 | -1/+1 |
* | os: add js/wasm architecture | Richard Musiol | 2018-06-01 | 1 | -1/+1 |
* | os: use poller when NewFile is called with a blocking descriptor. | Nick Patavalis | 2018-04-11 | 1 | -3/+14 |
* | os: respect umask in Mkdir and OpenFile on BSD systems when perm has ModeStic... | Yuval Pavel Zholkover | 2018-02-23 | 1 | -4/+4 |
* | net, os: don't wait for Close in blocking mode | Ian Lance Taylor | 2017-12-14 | 1 | -1/+1 |
* | os: don't use test logger for Getwd | Ian Lance Taylor | 2017-12-12 | 1 | -9/+2 |
* | cmd/go: invalidate cached test results if env vars or files change | Russ Cox | 2017-12-11 | 1 | -0/+3 |
* | os: calling Fd disables the SetDeadline methods | Ian Lance Taylor | 2017-12-02 | 1 | -0/+1 |
* | os: add deadline methods for File type | Ian Lance Taylor | 2017-10-25 | 1 | -7/+18 |
* | os: don't refer directly to Sysfd in epipecheck | Ian Lance Taylor | 2017-09-24 | 1 | -6/+8 |