| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: fix signature for linked functions | Adin Scannell | 2023-02-09 | 1 | -1/+1 |
* | all: separate doc comment from //go: directives | Russ Cox | 2022-04-05 | 1 | -0/+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 |
* | internal/poll, runtime: handle netpollopen error in poll_runtime_pollOpen | Tobias Klauser | 2021-03-02 | 1 | -4/+0 |
* | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 1 | -0/+1 |
* | os, net: define and use os.ErrDeadlineExceeded | Ian Lance Taylor | 2020-04-25 | 1 | -1/+1 |
* | runtime, internal/poll: name error codes | Ian Lance Taylor | 2020-03-31 | 1 | -4/+13 |
* | runtime, internal/poll, net: report event scanning error on read event | Mikio Hara | 2019-03-13 | 1 | -0/+2 |
* | internal/poll: copy and use errnoErr to avoid allocations | Josh Bleecher Snyder | 2019-03-04 | 1 | -1/+1 |
* | all: use "reports whether" consistently in the few places that didn't | Brad Fitzpatrick | 2018-11-02 | 1 | -1/+1 |
* | internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptor | Clément Chigot | 2018-11-02 | 1 | -5/+5 |
* | runtime: avoid runtimeNano call on a common netpoll path | Dmitry Vyukov | 2018-11-02 | 1 | -9/+6 |
* | runtime: move nanotime wrappers to time and poll packages | Dmitry Vyukov | 2018-11-02 | 1 | -0/+2 |
* | internal/poll: add AIX operating system | Clément Chigot | 2018-10-03 | 1 | -1/+1 |
* | os: add deadline methods for File type | Ian Lance Taylor | 2017-10-25 | 1 | -1/+1 |
* | internal/poll: always decref if setting deadline fails | Ian Lance Taylor | 2017-10-19 | 1 | -1/+1 |
* | internal/poll: don't wait for unpollable files | Ian Lance Taylor | 2017-07-14 | 1 | -0/+4 |
* | os, net, internal/poll: return consistent error for closed socket | Ian Lance Taylor | 2017-04-26 | 1 | -14/+14 |
* | internal/poll: code cleanup | Mikio Hara | 2017-03-07 | 1 | -0/+3 |
* | os: use poller for file I/O | Ian Lance Taylor | 2017-02-15 | 1 | -0/+7 |
* | internal/poll: remove unused poll.pollDesc methods | Dave Cheney | 2017-02-15 | 1 | -8/+0 |
* | net: refactor poller into new internal/poll package | Ian Lance Taylor | 2017-02-13 | 1 | -0/+156 |