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.go
Age
Commit message (
Expand
)
Author
2016-11-12
context: document appropriate WithValue key type more
Brad Fitzpatrick
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: reduce memory usage of context tree
Jack Lindamood
2016-08-30
all: use time.Until where applicable
Brad Fitzpatrick
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: document that WithValue's key must be comparable
Brad Fitzpatrick
2016-04-05
context: add the context package from golang.org/x/net/context
Brad Fitzpatrick
[prev]