index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
context
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: make spelling consistent
Brad Fitzpatrick
2016-12-08
1
-2
/
+2
*
context: document appropriate WithValue key type more
Brad Fitzpatrick
2016-11-12
1
-3
/
+7
*
context: adjust tests to avoid importing "testing" in package context
Russ Cox
2016-11-03
3
-56
/
+112
*
context: add comments to the WithCancel example, apply minor improvements
Jaana Burcu Dogan
2016-10-26
1
-16
/
+23
*
context: make DeadlineExceeded implement net.Error
Russ Cox
2016-10-05
2
-3
/
+24
*
context: discourage use of basic types as keys in WithValue
Matt Layher
2016-09-30
1
-1
/
+3
*
context: add examples
Carlos C
2016-09-09
2
-33
/
+109
*
context: reduce memory usage of context tree
Jack Lindamood
2016-09-09
2
-6
/
+44
*
all: use time.Until where applicable
Brad Fitzpatrick
2016-08-30
1
-2
/
+2
*
context: test WithCancel with canceled parent
Jaana Burcu Dogan
2016-08-19
1
-0
/
+15
*
context: add test for WithDeadline in the past
Jack Lindamood
2016-07-26
1
-0
/
+6
*
context: cancel the context in ExampleWithTimeout, with explanation
Alan Donovan
2016-06-30
1
-1
/
+9
*
context: update documentation on cancelation and go vet check.
Sameer Ajmani
2016-06-24
1
-35
/
+38
*
context: document how to release resources associated with Contexts.
Sameer Ajmani
2016-06-15
1
-3
/
+11
*
context: fix typo in comments
Kenny Grant
2016-06-01
1
-1
/
+1
*
context: make DeadlineExceeded have a Timeout method
Brad Fitzpatrick
2016-05-19
2
-1
/
+19
*
context: use https in docs
Shenghou Ma
2016-05-05
1
-2
/
+2
*
context: produce a nicer panic message for a nil WithValue key
Brad Fitzpatrick
2016-04-29
2
-0
/
+7
*
context: fix doc typo
Brad Fitzpatrick
2016-04-27
1
-1
/
+1
*
context: attempt to deflake timing tests
Brad Fitzpatrick
2016-04-11
2
-39
/
+30
*
context: document that WithValue's key must be comparable
Brad Fitzpatrick
2016-04-11
2
-1
/
+20
*
context: disable more flaky tests on openbsd
Brad Fitzpatrick
2016-04-08
1
-0
/
+3
*
context: mark more tests as flaky on OpenBSD
Brad Fitzpatrick
2016-04-07
1
-0
/
+6
*
net, runtime: skip flaky tests on OpenBSD
Brad Fitzpatrick
2016-04-06
1
-0
/
+4
*
context: add the context package from golang.org/x/net/context
Brad Fitzpatrick
2016-04-05
3
-0
/
+1047