summaryrefslogtreecommitdiff
path: root/src/context
Commit message (Expand)AuthorAgeFilesLines
* context: define behavior for Err before Done is closedRuss Cox2017-04-261-5/+5
* all: fix minor misspellingsEric Lagergren2017-04-031-1/+1
* context: document that Err is unspecified before DoneIan Lance Taylor2017-02-221-0/+1
* context: lazily initialize cancelCtx done channelJosh Bleecher Snyder2017-02-011-9/+22
* all: make spelling consistentBrad Fitzpatrick2016-12-081-2/+2
* context: document appropriate WithValue key type moreBrad Fitzpatrick2016-11-121-3/+7
* context: adjust tests to avoid importing "testing" in package contextRuss Cox2016-11-033-56/+112
* context: add comments to the WithCancel example, apply minor improvementsJaana Burcu Dogan2016-10-261-16/+23
* context: make DeadlineExceeded implement net.ErrorRuss Cox2016-10-052-3/+24
* context: discourage use of basic types as keys in WithValueMatt Layher2016-09-301-1/+3
* context: add examplesCarlos C2016-09-092-33/+109
* context: reduce memory usage of context treeJack Lindamood2016-09-092-6/+44
* all: use time.Until where applicableBrad Fitzpatrick2016-08-301-2/+2
* context: test WithCancel with canceled parentJaana Burcu Dogan2016-08-191-0/+15
* context: add test for WithDeadline in the pastJack Lindamood2016-07-261-0/+6
* context: cancel the context in ExampleWithTimeout, with explanationAlan Donovan2016-06-301-1/+9
* context: update documentation on cancelation and go vet check.Sameer Ajmani2016-06-241-35/+38
* context: document how to release resources associated with Contexts.Sameer Ajmani2016-06-151-3/+11
* context: fix typo in commentsKenny Grant2016-06-011-1/+1
* context: make DeadlineExceeded have a Timeout methodBrad Fitzpatrick2016-05-192-1/+19
* context: use https in docsShenghou Ma2016-05-051-2/+2
* context: produce a nicer panic message for a nil WithValue keyBrad Fitzpatrick2016-04-292-0/+7
* context: fix doc typoBrad Fitzpatrick2016-04-271-1/+1
* context: attempt to deflake timing testsBrad Fitzpatrick2016-04-112-39/+30
* context: document that WithValue's key must be comparableBrad Fitzpatrick2016-04-112-1/+20
* context: disable more flaky tests on openbsdBrad Fitzpatrick2016-04-081-0/+3
* context: mark more tests as flaky on OpenBSDBrad Fitzpatrick2016-04-071-0/+6
* net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick2016-04-061-0/+4
* context: add the context package from golang.org/x/net/contextBrad Fitzpatrick2016-04-053-0/+1047