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
Age
Commit message (
Expand
)
Author
2019-09-26
context: use fewer goroutines in WithCancel/WithTimeout
Russ Cox
2019-09-18
context: mention asynchronous cancellation propagation
Egon Elbre
2019-08-02
all: remove os.ErrTimeout
Damien Neil
2019-08-01
all: remove os.ErrTemporary
Damien Neil
2019-05-20
context: document CancelFunc to be safe for simultaneous use by multiple goro...
Alex Myasoedov
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-04-16
context: simplify stringify with a type switch
喜欢兰花山丘
2019-03-27
context: don't depend on fmt
Brad Fitzpatrick
2019-03-25
context: remove dependency on reflect
Michael Fraenkel
2018-10-03
context: avoid duplicate removeChild
Weerasak Chongnguluam
2018-08-22
context: don't talk about tools that don't exist
Dominik Honnef
2018-06-12
context: add docs to ExampleWithValue
Ioannis Georgoulas
2018-05-29
context: add benchmarks for context cancellation
Carl Mastrangelo
2018-04-15
context: avoid defer in the cancelCtx.Err method
Keegan Carruthers-Smith
2017-09-21
context: fix references to "d" in WithDeadline docs
Michael Darakananda
2017-09-15
all: fix article typos
Kunpei Sakai
2017-09-12
runtime: improve timers scalability on multi-CPU systems
Aliaksandr Valialkin
2017-08-30
context: fix lint warning “drop = 0 from declaration”
Michael Stapelberg
2017-04-26
context: define behavior for Err before Done is closed
Russ Cox
2017-04-03
all: fix minor misspellings
Eric Lagergren
2017-02-22
context: document that Err is unspecified before Done
Ian Lance Taylor
2017-02-01
context: lazily initialize cancelCtx done channel
Josh Bleecher Snyder
2016-12-08
all: make spelling consistent
Brad Fitzpatrick
2016-11-12
context: document appropriate WithValue key type more
Brad Fitzpatrick
2016-11-03
context: adjust tests to avoid importing "testing" in package context
Russ Cox
2016-10-26
context: add comments to the WithCancel example, apply minor improvements
Jaana Burcu Dogan
2016-10-05
context: make DeadlineExceeded implement net.Error
Russ Cox
2016-09-30
context: discourage use of basic types as keys in WithValue
Matt Layher
2016-09-09
context: add examples
Carlos C
2016-09-09
context: reduce memory usage of context tree
Jack Lindamood
2016-08-30
all: use time.Until where applicable
Brad Fitzpatrick
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-06-30
context: cancel the context in ExampleWithTimeout, with explanation
Alan Donovan
2016-06-24
context: update documentation on cancelation and go vet check.
Sameer Ajmani
2016-06-15
context: document how to release resources associated with Contexts.
Sameer Ajmani
2016-06-01
context: fix typo in comments
Kenny Grant
2016-05-19
context: make DeadlineExceeded have a Timeout method
Brad Fitzpatrick
2016-05-05
context: use https in docs
Shenghou Ma
2016-04-29
context: produce a nicer panic message for a nil WithValue key
Brad Fitzpatrick
2016-04-27
context: fix doc typo
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
[prev]