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
/
context
/
context_test.go
Age
Commit message (
Expand
)
Author
2025-06-24
context: fix typo in context_test.go
Werner Spiegel
2023-04-19
context: add AfterFunc
Damien Neil
2023-04-05
context: clean up test files
Sameer Ajmani
2023-03-29
context: add WithoutCancel
Sameer Ajmani
2023-01-20
context: add APIs for setting a cancelation cause when deadline or timer expires
Sameer Ajmani
2022-11-28
context: add lock in Cause to avoid race
Ian Lance Taylor
2022-11-08
context: add APIs for writing and reading cancelation cause
Sameer Ajmani
2022-08-29
context: convert goroutines to atomic type
cuiweixie
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-04-10
all: fix spellings
Naman Gera
2021-02-23
context: fix XTestInterlockedCancels
Keiichi Hirobe
2020-03-31
context: fix a flaky timeout in TestLayersTimeout
Bryan C. Mills
2020-03-18
context: prevent creation of invalid contexts
Kyle Nusbaum
2020-03-13
context: deflake time-sensitive tests
Bryan C. Mills
2019-10-29
context: mark testDeadline as a testing helper method
Ian Lance Taylor
2019-09-26
context: use fewer goroutines in WithCancel/WithTimeout
Russ Cox
2019-08-02
all: remove os.ErrTimeout
Damien Neil
2019-05-04
all: add Unwrap and Is methods to various error types
Damien Neil
2019-04-16
all: s/cancelation/cancellation/
Josh Bleecher Snyder
2019-03-27
context: don't depend on fmt
Brad Fitzpatrick
2017-04-03
all: fix minor misspellings
Eric Lagergren
2016-12-08
all: make spelling consistent
Brad Fitzpatrick
2016-11-03
context: adjust tests to avoid importing "testing" in package context
Russ Cox
2016-09-09
context: reduce memory usage of context tree
Jack Lindamood
2016-08-19
context: test WithCancel with canceled parent
Jaana Burcu Dogan
2016-07-26
context: add test for WithDeadline in the past
Jack Lindamood
2016-05-19
context: make DeadlineExceeded have a Timeout method
Brad Fitzpatrick
2016-04-29
context: produce a nicer panic message for a nil WithValue key
Brad Fitzpatrick
2016-04-11
context: attempt to deflake timing tests
Brad Fitzpatrick
2016-04-11
context: document that WithValue's key must be comparable
Brad Fitzpatrick
2016-04-08
context: disable more flaky tests on openbsd
Brad Fitzpatrick
2016-04-07
context: mark more tests as flaky on OpenBSD
Brad Fitzpatrick
2016-04-06
net, runtime: skip flaky tests on OpenBSD
Brad Fitzpatrick
2016-04-05
context: add the context package from golang.org/x/net/context
Brad Fitzpatrick