Sign in
go
/
net
/
63eda1eb0650888965ead1296efd04d0b2b61128
/
context
88d92db
context/ctxhttp: remove Go 1.6 support, use std context
by Dmitri Shuralyov
· 6 years ago
5561cd9
context: mention standard library version in package comment
by Francisco Rojas
· 7 years ago
b3756b4
context: use Go 1.9 type alias for CancelFunc and Context
by Rhys Hiltner
· 8 years ago
1f92242
context: sync ExampleWithTimeout with std lib context
by Dmitri Shuralyov
· 8 years ago
c81e7f2
context: deflake example
by Brad Fitzpatrick
· 8 years ago
349ad30
context/ctxhttp: close httptest server
by haya14busa
· 8 years ago
357296a
all: single space after period
by Dmitri Shuralyov
· 8 years ago
cfae461
context: deflake tests under Go 1.6
by Brad Fitzpatrick
· 8 years ago
158696d
Revert "context: use Go 1.8 type alias for CancelFunc and Context"
by Brad Fitzpatrick
· 8 years ago
dffc95c
context: use Go 1.8 type alias for CancelFunc and Context
by Brad Fitzpatrick
· 8 years ago
45b61ea
context/ctxhttp: if context is canceled, return its error
by Ian Lance Taylor
· 9 years ago
f841c39
context/ctxhttp: add a specialized minimal version for Go 1.7
by Brad Fitzpatrick
· 9 years ago
2a35e68
context: correct spelling of TODO in comment
by Ian Lance Taylor
· 9 years ago
1aafd77
context: fix doc typo
by Brad Fitzpatrick
· 9 years ago
815d315
context/ctxhttp: remove pre-Go 1.5 support
by Dave Day
· 9 years ago
fb93926
context: bump gccgo-specific alloc limit for WithTimeout test.
by David Symonds
· 9 years ago
afc22ee
context: implement in terms of the standard library for Go 1.7+
by Brad Fitzpatrick
· 9 years ago
9d8ef8d
context: Uniformly pass cancelCtx by pointer.
by David Symonds
· 9 years ago
a4bbce9
context/ctxhttp: fix data race in tests
by Brad Fitzpatrick
· 9 years ago
f315505
net/context/ctxhttp: fix case where Body could leak and not be closed
by Brad Fitzpatrick
· 9 years ago
e82aa26
context/ctxhttp: don't test on plan9
by Brad Fitzpatrick
· 9 years ago
3b90a77
context/ctxhttp: allow cancellation after Do returns
by Dave Day
· 9 years ago
1d9fd3b
context: fix typo in TODO documentation
by Aiden Scandella
· 9 years ago
96feaeb
context: attempt to deflake TestLayersTimeout with timer padding.
by Sameer Ajmani
· 10 years ago
1bc0720
context: Add ctxhttp package.
by Chris Broadfoot
· 10 years ago
76c2dd9
context: Increase a gccgo-specific alloc limit.
by David Symonds
· 10 years ago
b6fdb7d
context: Be clear that users must cancel the result of WithCancel.
by Aaron Jacobs
· 10 years ago
59b0df9
net/context: Don't leak goroutines in Done example.
by Bryan C. Mills
· 10 years ago
f090b05
context: fix removal of cancelled timer contexts from parent
by Damien Neil
· 10 years ago
d534621
net/context: Don't accept a context in the DoSomethingSlow example.
by Aaron Jacobs
· 10 years ago
8aa6e20
net: add import comments.
by David Symonds
· 10 years ago
53bb751
context: Fix WithValue example code.
by David Symonds
· 10 years ago
fbe893d
go.net: use golang.org/x/... import paths
by Andrew Gerrand
· 10 years ago
3ffb8fd
context: fix TestAllocs to account for ints in interfaces
by Sameer Ajmani
· 10 years ago
84f8955
context: make parentCancelCtx iterative
by Andrew Bursavich
· 11 years ago
9c40a72
context: provide String methods. The Strings show the functions called
by Sameer Ajmani
· 11 years ago
983e15c
context: fix small leak introduced by reordering.
by Sameer Ajmani
· 11 years ago
a67aa99
go.net/context: split the implementations of Background, WithValue,
by Sameer Ajmani
· 11 years ago
a1f3609
go.net/context: define an emptyCtx type for Background and TODO.
by Sameer Ajmani
· 11 years ago
8734c45
go.net/context: update some comments, add a TODO. Use consistent spelling.
by Sameer Ajmani
· 11 years ago
bf13cf4
go.net/context: remove the Key type; replace it with interface{}. This
by Sameer Ajmani
· 11 years ago
6b9623c
go.net/context: adjust TestAlloc so it passes on windows
by Alex Brainman
· 11 years ago
f572974
go.net/context: define the Context type, which supports propagating
by Sameer Ajmani
· 11 years ago