aboutsummaryrefslogtreecommitdiff
path: root/context
AgeCommit message (Expand)Author
2018-10-02Start adding Soong build files for grpc-grpc-javamaster-cuttlefish-testing-releaseJulien Desprez
2018-09-14all: use Java7 bracketsCarl Mastrangelo
2018-08-09all: update animalsniffer to Java 7 and add Android 14 (#4727)Eric Gribkoff
2018-07-20context: Avoid deprecated Truth APIEric Anderson
2018-05-15context/core/netty: Add @CheckReturnValue to ContextZHANG Dapeng
2018-05-03 all: normalize copyright header Carl Mastrangelo
2018-02-15context: remove context profilingCarl Mastrangelo
2018-02-09context: add basic context profilingCarl Mastrangelo
2018-01-26Update opencensus to 0.11.0 and remove extra dependencies.Bogdan Drutu
2017-12-04Update to Truth 0.36Eric Anderson
2017-11-22testing: Remove DeadlineSubjectEric Anderson
2017-10-25context: Make CancellableContext implement Closeable (#3607)zpencer
2017-09-20context: Use .class literal instead of Class.forNameEric Anderson
2017-09-20Avoid catching AssertionError in testsEric Anderson
2017-09-14context: log severe warning if ancestry chain too long (#3459)zpencer
2017-08-28Move jmh benchmarks to their respective modulesEric Anderson
2017-08-28context: add RunWith annotationEric Gribkoff
2017-08-28context: Use polymorphism instead of canBeCancelled fieldEric Anderson
2017-08-28context: Remove superfluous cascadesCancellation fieldEric Anderson
2017-08-24context: Store Deadline in CancellableContext directlyEric Anderson
2017-08-22context: compress cancellation ancestor chain (#3372)zpencer
2017-08-22context: remove unused fields from removed bloomfilter (#3371)zpencer
2017-08-21context: hashtrie based keyvalue store (#3368)zpencer
2017-08-16add bloom filter to Context (#3350)zpencer
2017-08-11all: Fix mismatch in naming Bazel Maven jarsPaul Gross
2017-08-10context: change storage API to return a restoreable context (#3292)zpencer
2017-07-25context: Create TimeoutException only when deadline occursVladimir Gordiychuk
2017-07-21context: add test for the scenario that Context's logger itself is using ContextZHANG Dapeng
2017-07-20context: Lazy load storageEric Anderson
2017-07-06context: stop using logger at all in static initialization. (#3191)Kun Zhang
2017-06-30all: Use fixed version number for java 6/7 signaturesEric Anderson
2017-06-22build: Add Bazel java_grpc_library ruleSimon Horlick
2017-06-06context: declare that context should not be mockedCarl Mastrangelo
2017-06-01all: fix licence whitespaceCarl Mastrangelo
2017-05-31all: update to Apache 2 licenceCarl Mastrangelo
2017-05-17all: Minor updates to expand javadocs (#2991)zpencer
2017-05-15Javadoc improvements, especially to ContextEric Anderson
2017-03-16core: annotate some keys with Immutable; Context.Key finalZHANG Dapeng
2017-02-16all: prepare for ErrorProne's FutureReturnValueIgnoredEric Anderson
2017-02-07all: swap to newer animalsniffer pluginEric Anderson
2017-01-26all: update to latest import orderingCarl Mastrangelo
2017-01-20docs: clarify requirements of detach(). (#2630)Kun Zhang
2017-01-10context: don't log to logger in static initialization. (#2581)Kun Zhang
2017-01-06context: put ContextStorageOverride in io.grpc.override. (#2570)Kun Zhang
2016-12-21core: remove a benign data race. (#2546)Kun Zhang
2016-12-13context: add the four-value withValues(). (#2506)Kun Zhang
2016-12-08context: Fix ErrorProne ClassNewInstanceEric Anderson
2016-12-02context: pluggable Storage mechanism. (#2461)Kun Zhang
2016-09-02core: split Context into a separate grpc-context artifact.Kun Zhang