index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
timeout_test.go
Age
Commit message (
Expand
)
Author
2025-04-30
os: test overlapped pipes deadlines on Windows
qmuntal
2025-04-07
all: use built-in max/min to simplify the code
cuishuang
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-04-20
std: fix various nilness findings
Alan Donovan
2023-04-07
os: add wasip1 support
Johan Brandhorst-Satzkorn
2023-01-19
os: clean up tests
Bryan C. Mills
2022-06-30
os: simplify deadline fluctuation tests
Ian Lance Taylor
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-04-25
os, net: define and use os.ErrDeadlineExceeded
Ian Lance Taylor
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-04-16
all: s/cancelation/cancellation/
Josh Bleecher Snyder
2018-10-18
os: ignore SIGTTIN during TestTTYClose
Ian Lance Taylor
2018-06-01
os: add js/wasm architecture
Richard Musiol
2018-03-06
internal/poll: if poller init fails, assume blocking mode
Ian Lance Taylor
2017-10-25
os: add deadline methods for File type
Ian Lance Taylor