aboutsummaryrefslogtreecommitdiff
path: root/src/context
AgeCommit message (Expand)Author
2020-03-31context: fix a flaky timeout in TestLayersTimeoutBryan C. Mills
2020-03-18context: prevent creation of invalid contextsKyle Nusbaum
2020-03-13context: deflake time-sensitive testsBryan C. Mills
2019-10-29context: mark testDeadline as a testing helper methodIan Lance Taylor
2019-09-26context: use fewer goroutines in WithCancel/WithTimeoutRuss Cox
2019-09-18context: mention asynchronous cancellation propagationEgon Elbre
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-05-20context: document CancelFunc to be safe for simultaneous use by multiple goro...Alex Myasoedov
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-04-16context: simplify stringify with a type switch喜欢兰花山丘
2019-03-27context: don't depend on fmtBrad Fitzpatrick
2019-03-25context: remove dependency on reflectMichael Fraenkel
2018-10-03context: avoid duplicate removeChildWeerasak Chongnguluam
2018-08-22context: don't talk about tools that don't existDominik Honnef
2018-06-12context: add docs to ExampleWithValueIoannis Georgoulas
2018-05-29context: add benchmarks for context cancellationCarl Mastrangelo
2018-04-15context: avoid defer in the cancelCtx.Err methodKeegan Carruthers-Smith
2017-09-21context: fix references to "d" in WithDeadline docsMichael Darakananda
2017-09-15all: fix article typosKunpei Sakai
2017-09-12runtime: improve timers scalability on multi-CPU systemsAliaksandr Valialkin
2017-08-30context: fix lint warning “drop = 0 from declaration”Michael Stapelberg
2017-04-26context: define behavior for Err before Done is closedRuss Cox
2017-04-03all: fix minor misspellingsEric Lagergren
2017-02-22context: document that Err is unspecified before DoneIan Lance Taylor
2017-02-01context: lazily initialize cancelCtx done channelJosh Bleecher Snyder
2016-12-08all: make spelling consistentBrad Fitzpatrick
2016-11-12context: document appropriate WithValue key type moreBrad Fitzpatrick
2016-11-03context: adjust tests to avoid importing "testing" in package contextRuss Cox
2016-10-26context: add comments to the WithCancel example, apply minor improvementsJaana Burcu Dogan
2016-10-05context: make DeadlineExceeded implement net.ErrorRuss Cox
2016-09-30context: discourage use of basic types as keys in WithValueMatt Layher
2016-09-09context: add examplesCarlos C
2016-09-09context: reduce memory usage of context treeJack Lindamood
2016-08-30all: use time.Until where applicableBrad Fitzpatrick
2016-08-19context: test WithCancel with canceled parentJaana Burcu Dogan
2016-07-26context: add test for WithDeadline in the pastJack Lindamood
2016-06-30context: cancel the context in ExampleWithTimeout, with explanationAlan Donovan
2016-06-24context: update documentation on cancelation and go vet check.Sameer Ajmani
2016-06-15context: document how to release resources associated with Contexts.Sameer Ajmani
2016-06-01context: fix typo in commentsKenny Grant
2016-05-19context: make DeadlineExceeded have a Timeout methodBrad Fitzpatrick
2016-05-05context: use https in docsShenghou Ma
2016-04-29context: produce a nicer panic message for a nil WithValue keyBrad Fitzpatrick
2016-04-27context: fix doc typoBrad Fitzpatrick
2016-04-11context: attempt to deflake timing testsBrad Fitzpatrick
2016-04-11context: document that WithValue's key must be comparableBrad Fitzpatrick
2016-04-08context: disable more flaky tests on openbsdBrad Fitzpatrick
2016-04-07context: mark more tests as flaky on OpenBSDBrad Fitzpatrick