- d17a2db Upgrade to Checkstyle 8.28 by Eric Anderson · 2 years, 2 months ago
- 58a7ace Bump ErrorProne to 2.10.0 by Eric Anderson · 3 years, 2 months ago
- 979508e context: Remove misleading example that leaks CancellableContext by Eric Anderson · 3 years, 5 months ago
- 384f4c4 context: Add docs describing common Key usage by Eric Anderson · 3 years, 11 months ago
- 3c4d3d2 Move pendingDeadline.cancel out of synchronized block by Kristofer Karlsson · 4 years ago
- 654f7c3 core: fix floating-point number formatting Locale (#7473) by ZHANG Dapeng · 4 years, 4 months ago
- 020fb36 Fix lint warnings by Eric Anderson · 4 years, 7 months ago
- e92b227 Update to Error Prone 2.4 by Eric Anderson · 4 years, 7 months ago
- 6b9cd6d grpc-context: name Context#key(name) parameter more clearly by Jongho Jeon · 4 years, 10 months ago
- 6bcc182 Move everything related to cancellation to CancellableContext. by Bogdan Drutu · 4 years, 11 months ago
- d63f2b4 Avoid creating always the parentListener. Create only when needed. by Bogdan Drutu · 4 years, 11 months ago
- 4d34350 Avoid extra allocation by directly using Trie.Node in Context by Bogdan Drutu · 4 years, 11 months ago
- a39675a context: Avoid null checks for internal methods in Context (#6942) by Bogdan Drutu · 4 years, 11 months ago
- 9c9163d context: update javadoc for withValue(s) to indicate withValue can be chained (#6545) by Nathan H. Leung · 5 years ago
- 39dc883 context: Implement equals and hashCode for Deadline (grpc#6075) by Aaditya Gavandalkar · 6 years ago
- 9280571 doc: explicitly mention that Deadline might saturate by ZHANG Dapeng · 6 years ago
- 4e4d4d8 core: allow setting custom Deadline.Ticker to InProcessServerBuilder (#6034) by Kun Zhang · 6 years ago
- f950969 context: allow creating Deadline with custom Ticker. (#6031) by Kun Zhang · 6 years ago
- 8a9afd6 context: fix race between CancellableContext and Context by Carl Mastrangelo · 6 years ago
- 8941a69 context: avoid synthetic methods on Context by Carl Mastrangelo · 6 years ago
- 75bc066 context: try out static final storage by Carl Mastrangelo · 6 years ago
- 3a39b81 all: remove java6 type args by Carl Mastrangelo · 6 years ago
- 4a3f28f context: fix detaching ROOT by Eric Anderson · 6 years ago
- 55b08e6 context: Avoid leaking ClassLoader through ThreadLocal by Eric Anderson · 6 years ago
- 2d65449 context: make Deadline toString() more readable by Carl Mastrangelo · 6 years ago
- b0f4232 all: use Java7 brackets by Carl Mastrangelo · 6 years ago
- bf4a00c context/core/netty: Add @CheckReturnValue to Context by ZHANG Dapeng · 7 years ago
- 60a0b0c all: normalize copyright header by Carl Mastrangelo · 7 years ago
- a414b91 context: remove context profiling by Carl Mastrangelo · 7 years ago
- 6ea8fff context: add basic context profiling by Carl Mastrangelo · 7 years ago
- 255643b context: Make CancellableContext implement Closeable (#3607) by zpencer · 7 years ago
- 86dec11 context: log severe warning if ancestry chain too long (#3459) by zpencer · 7 years ago
- 3620931 context: Use polymorphism instead of canBeCancelled field by Eric Anderson · 8 years ago
- 21cd244 context: Remove superfluous cascadesCancellation field by Eric Anderson · 8 years ago
- 7cafb67 context: Store Deadline in CancellableContext directly by Eric Anderson · 8 years ago
- e707d95 context: compress cancellation ancestor chain (#3372) by zpencer · 8 years ago
- 608b955 context: remove unused fields from removed bloomfilter (#3371) by zpencer · 8 years ago
- b45e354 context: hashtrie based keyvalue store (#3368) by zpencer · 8 years ago
- 47ce000 add bloom filter to Context (#3350) by zpencer · 8 years ago
- e195c1a context: change storage API to return a restoreable context (#3292) by zpencer · 8 years ago
- 00fe090 context: Create TimeoutException only when deadline occurs by Vladimir Gordiychuk · 8 years ago
- 7f1ac34 context: Lazy load storage by Eric Anderson · 8 years ago
- 2f6e2c8 context: stop using logger at all in static initialization. (#3191) by Kun Zhang · 8 years ago
- 0622dce context: declare that context should not be mocked by Carl Mastrangelo · 8 years ago
- 166108a all: fix licence whitespace by Carl Mastrangelo · 8 years ago
- 3bfd630 all: update to Apache 2 licence by Carl Mastrangelo · 8 years ago
- 347eb09 all: Minor updates to expand javadocs (#2991) by zpencer · 8 years ago
- eb6acfe Javadoc improvements, especially to Context by Eric Anderson · 8 years ago
- 87c75b3 core: annotate some keys with Immutable; Context.Key final by ZHANG Dapeng · 8 years ago
- 8a4c7bd docs: clarify requirements of detach(). (#2630) by Kun Zhang · 8 years ago
- a3a5420 context: don't log to logger in static initialization. (#2581) by Kun Zhang · 8 years ago
- ea4390c context: put ContextStorageOverride in io.grpc.override. (#2570) by Kun Zhang · 8 years ago
- b34d07d core: remove a benign data race. (#2546) by Kun Zhang · 8 years ago
- 97b9263 context: add the four-value withValues(). (#2506) by Kun Zhang · 8 years ago
- cfb6bd0 context: Fix ErrorProne ClassNewInstance by Eric Anderson · 8 years ago
- 8486286 context: pluggable Storage mechanism. (#2461) by Kun Zhang · 8 years ago
- c4f7f5c core: split Context into a separate grpc-context artifact. by Kun Zhang · 9 years ago