aboutsummaryrefslogtreecommitdiff
path: root/context
AgeCommit message (Expand)Author
2015-02-09context: fix removal of cancelled timer contexts from parentDamien Neil
2015-02-06net/context: Don't accept a context in the DoSomethingSlow example.Aaron Jacobs
2014-12-09net: add import comments.David Symonds
2014-11-14context: Fix WithValue example code.David Symonds
2014-11-10go.net: use golang.org/x/... import pathsAndrew Gerrand
2014-10-09context: fix TestAllocs to account for ints in interfacesSameer Ajmani
2014-08-11context: make parentCancelCtx iterativeAndrew Bursavich
2014-08-01context: provide String methods. The Strings show the functions calledSameer Ajmani
2014-07-30context: fix small leak introduced by reordering.Sameer Ajmani
2014-07-30go.net/context: split the implementations of Background, WithValue,Sameer Ajmani
2014-07-29go.net/context: define an emptyCtx type for Background and TODO.Sameer Ajmani
2014-07-24go.net/context: update some comments, add a TODO.Sameer Ajmani
2014-07-10go.net/context: remove the Key type; replace it with interface{}. ThisSameer Ajmani
2014-06-18go.net/context: adjust TestAlloc so it passes on windowsAlex Brainman
2014-05-16go.net/context: define the Context type, which supports propagatingSameer Ajmani