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
Age
Commit message (
Expand
)
Author
2025-06-24
context: fix typo in context_test.go
Werner Spiegel
2025-04-08
context: don't return a nil Cause for a canceled custom context
Damien Neil
2025-03-04
context: skip allocs test with -asan
Damien Neil
2025-03-03
context: use atomic operation in ctx.Err
Damien Neil
2025-02-20
context: replace newAfterFuncContext with a global declaration using blank id...
Jes Cok
2025-01-03
context: use "canceled" in docs to refer to timed-out contexts
Damien Neil
2024-11-06
context: listen on localhost in example
Russ Cox
2024-09-30
context: link to context and structs blog post
Matt T. Proud
2024-09-03
context: document that WithValue returns a derived context
Ian Lance Taylor
2024-07-10
context: handle nil values for valueCtx.String()
Sean Liao
2024-03-26
all: fix a large number of comments
cui fliter
2024-02-17
context: update doc comment to link to context interface
ALX99
2024-02-09
context: improve valueCtx.String
Joe Tsai
2023-09-20
all: stop using fmt.Sprintf in t.Error/t.Fatal
Kir Kolyshkin
2023-09-18
context: avoid key collisions in test afterfunc map
Damien Neil
2023-09-13
context: support non-standard Context in Cause
Ian Lance Taylor
2023-08-21
context: fix synchronization in ExampleAfterFunc_cond
Bryan C. Mills
2023-06-11
context: fix doc tipo (s/timout/timeout)
Ian Lance Taylor
2023-06-06
context: add godoc links
Olivier Mengué
2023-05-08
all: make safe for new vet analyzer
Russ Cox
2023-04-19
context: add AfterFunc
Damien Neil
2023-04-05
context: clean up test files
Sameer Ajmani
2023-03-29
context: add WithoutCancel
Sameer Ajmani
2023-02-10
context: reduce init-time allocations
Carlo Alberto Ferraris
2023-02-03
context: remove one allocation in timerCtx
Carlo Alberto Ferraris
2023-01-25
context: eliminate arbitrary timeouts in examples
Bryan C. Mills
2023-01-20
context: add APIs for setting a cancelation cause when deadline or timer expires
Sameer Ajmani
2022-11-28
context: add lock in Cause to avoid race
Ian Lance Taylor
2022-11-28
context: canceLLation
Russ Cox
2022-11-08
context: add APIs for writing and reading cancelation cause
Sameer Ajmani
2022-08-29
context: convert goroutines to atomic type
cuiweixie
2022-08-08
context: Revert "context: use CompareAndSwap in cancelCtx.Done"
Cuong Manh Le
2022-08-08
context: use CompareAndSwap in cancelCtx.Done
Cuong Manh Le
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-02
context: implement Context.Value using iteration rather than recursion
roudkerk
2021-04-10
all: fix spellings
Naman Gera
2021-02-24
context: avoid importing context package twice
Kevin Burke
2021-02-24
context: reduce contention in cancelCtx.Done
Josh Bleecher Snyder
2021-02-23
context: fix XTestInterlockedCancels
Keiichi Hirobe
2020-03-31
context: fix a flaky timeout in TestLayersTimeout
Bryan C. Mills
2020-03-18
context: prevent creation of invalid contexts
Kyle Nusbaum
2020-03-13
context: deflake time-sensitive tests
Bryan C. Mills
2019-10-29
context: mark testDeadline as a testing helper method
Ian Lance Taylor
2019-09-26
context: use fewer goroutines in WithCancel/WithTimeout
Russ Cox
2019-09-18
context: mention asynchronous cancellation propagation
Egon Elbre
2019-08-02
all: remove os.ErrTimeout
Damien Neil
2019-08-01
all: remove os.ErrTemporary
Damien Neil
2019-05-20
context: document CancelFunc to be safe for simultaneous use by multiple goro...
Alex Myasoedov
2019-05-04
all: add Unwrap and Is methods to various error types
Damien Neil
[next]