]> Cypherpunks.ru repositories - gostls13.git/history - src/context/context.go
context: add AfterFunc
[gostls13.git] / src / context / context.go
2023-04-19 Damien Neilcontext: add AfterFunc
2023-03-29 Sameer Ajmanicontext: add WithoutCancel
2023-02-10 Carlo Alberto Ferrariscontext: reduce init-time allocations
2023-02-03 Carlo Alberto Ferrariscontext: remove one allocation in timerCtx
2023-01-20 Sameer Ajmanicontext: add APIs for setting a cancelation cause when...
2022-11-28 Ian Lance Taylorcontext: add lock in Cause to avoid race
2022-11-28 Russ Coxcontext: canceLLation
2022-11-08 Sameer Ajmanicontext: add APIs for writing and reading cancelation...
2022-08-29 cuiweixiecontext: convert goroutines to atomic type
2022-08-08 Cuong Manh Lecontext: Revert "context: use CompareAndSwap in cancelC...
2022-08-08 Cuong Manh Lecontext: use CompareAndSwap in cancelCtx.Done
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-02 roudkerkcontext: implement Context.Value using iteration rather...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-02-24 Josh Bleecher Snydercontext: reduce contention in cancelCtx.Done
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-18 Kyle Nusbaumcontext: prevent creation of invalid contexts
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-09-26 Russ Coxcontext: use fewer goroutines in WithCancel/WithTimeout
2019-09-18 Egon Elbrecontext: mention asynchronous cancellation propagation
2019-09-03 Katie Hockman[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-08-02 Damien Neilall: remove os.ErrTimeout
2019-08-01 Damien Neilall: remove os.ErrTemporary
2019-06-05 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-20 Alex Myasoedovcontext: document CancelFunc to be safe for simultaneou...
2019-05-04 Damien Neilall: add Unwrap and Is methods to various error types
2019-04-16 Josh Bleecher Snyderall: s/cancelation/cancellation/
2019-04-16 喜欢兰花山丘context: simplify stringify with a type switch
2019-03-27 Brad Fitzpatrickcontext: don't depend on fmt
2019-03-25 Michael Fraenkelcontext: remove dependency on reflect
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-03 Weerasak Chongnguluamcontext: avoid duplicate removeChild
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-22 Dominik Honnefcontext: don't talk about tools that don't exist
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-04-15 Keegan Carruthers... context: avoid defer in the cancelCtx.Err method
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-09-21 Michael Darakanandacontext: fix references to "d" in WithDeadline docs
2017-08-30 Michael Stapelbergcontext: fix lint warning “drop = 0 from declaration”
2017-04-26 Russ Coxcontext: define behavior for Err before Done is closed
2017-02-22 Ian Lance Taylorcontext: document that Err is unspecified before Done
2017-02-01 Josh Bleecher Snydercontext: lazily initialize cancelCtx done channel
2016-11-12 Brad Fitzpatrickcontext: document appropriate WithValue key type more
2016-10-05 Russ Coxcontext: make DeadlineExceeded implement net.Error
2016-09-30 Matt Layhercontext: discourage use of basic types as keys in WithValue
2016-09-09 Jack Lindamoodcontext: reduce memory usage of context tree
2016-08-30 Brad Fitzpatrickall: use time.Until where applicable
2016-07-13 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-24 Sameer Ajmanicontext: update documentation on cancelation and go...
2016-06-15 Sameer Ajmanicontext: document how to release resources associated...
2016-06-14 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-01 Kenny Grantcontext: fix typo in comments
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-19 Brad Fitzpatrickcontext: make DeadlineExceeded have a Timeout method
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-05-05 Shenghou Macontext: use https in docs
2016-04-29 Rick HudsonMerge remote-tracking branch 'origin/dev.garbage'
2016-04-29 Brad Fitzpatrickcontext: produce a nicer panic message for a nil WithVa...
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-27 Brad Fitzpatrickcontext: fix doc typo
2016-04-11 Brad Fitzpatrickcontext: document that WithValue's key must be comparable
2016-04-05 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-04-05 Brad Fitzpatrickcontext: add the context package from golang.org/x...