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