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