aboutsummaryrefslogtreecommitdiff
path: root/src/context
AgeCommit message (Expand)Author
2024-03-26all: fix a large number of commentscui fliter
2024-02-17context: update doc comment to link to context interfaceALX99
2024-02-09context: improve valueCtx.StringJoe Tsai
2023-09-20all: stop using fmt.Sprintf in t.Error/t.FatalKir Kolyshkin
2023-09-18context: avoid key collisions in test afterfunc mapDamien Neil
2023-09-13context: support non-standard Context in CauseIan Lance Taylor
2023-08-21context: fix synchronization in ExampleAfterFunc_condBryan C. Mills
2023-06-11context: fix doc tipo (s/timout/timeout)Ian Lance Taylor
2023-06-06context: add godoc linksOlivier Mengué
2023-05-08all: make safe for new vet analyzerRuss Cox
2023-04-19context: add AfterFuncDamien Neil
2023-04-05context: clean up test filesSameer Ajmani
2023-03-29context: add WithoutCancelSameer Ajmani
2023-02-10context: reduce init-time allocationsCarlo Alberto Ferraris
2023-02-03context: remove one allocation in timerCtxCarlo Alberto Ferraris
2023-01-25context: eliminate arbitrary timeouts in examplesBryan C. Mills
2023-01-20context: add APIs for setting a cancelation cause when deadline or timer expiresSameer Ajmani
2022-11-28context: add lock in Cause to avoid raceIan Lance Taylor
2022-11-28context: canceLLationRuss Cox
2022-11-08context: add APIs for writing and reading cancelation causeSameer Ajmani
2022-08-29context: convert goroutines to atomic typecuiweixie
2022-08-08context: Revert "context: use CompareAndSwap in cancelCtx.Done"Cuong Manh Le
2022-08-08context: use CompareAndSwap in cancelCtx.DoneCuong Manh Le
2022-04-11all: gofmt main repoRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-02context: implement Context.Value using iteration rather than recursionroudkerk
2021-04-10all: fix spellingsNaman Gera
2021-02-24context: avoid importing context package twiceKevin Burke
2021-02-24context: reduce contention in cancelCtx.DoneJosh Bleecher Snyder
2021-02-23context: fix XTestInterlockedCancelsKeiichi Hirobe
2020-03-31context: fix a flaky timeout in TestLayersTimeoutBryan C. Mills
2020-03-18context: prevent creation of invalid contextsKyle Nusbaum
2020-03-13context: deflake time-sensitive testsBryan C. Mills
2019-10-29context: mark testDeadline as a testing helper methodIan Lance Taylor
2019-09-26context: use fewer goroutines in WithCancel/WithTimeoutRuss Cox
2019-09-18context: mention asynchronous cancellation propagationEgon Elbre
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-05-20context: document CancelFunc to be safe for simultaneous use by multiple goro...Alex Myasoedov
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-04-16context: simplify stringify with a type switch喜欢兰花山丘
2019-03-27context: don't depend on fmtBrad Fitzpatrick
2019-03-25context: remove dependency on reflectMichael Fraenkel
2018-10-03context: avoid duplicate removeChildWeerasak Chongnguluam
2018-08-22context: don't talk about tools that don't existDominik Honnef
2018-06-12context: add docs to ExampleWithValueIoannis Georgoulas
2018-05-29context: add benchmarks for context cancellationCarl Mastrangelo
2018-04-15context: avoid defer in the cancelCtx.Err methodKeegan Carruthers-Smith
2017-09-21context: fix references to "d" in WithDeadline docsMichael Darakananda