1. b33d3cb core: rename getAttr() and use standard getAttributes() by Lukasz Strzalkowski · 8 years ago
  2. 8882aba core: rename attributes() -> getAttributes() by Łukasz Strzałkowski · 8 years ago
  3. efbcd1f core: change method descriptor to be builder based by Carl Mastrangelo · 8 years ago
  4. e9fa8c9 core: Only use scheduled executor for timer tasks by Eric Anderson · 8 years ago
  5. a4e481b core: make ServiceDescriptor check input values by Carl Mastrangelo · 8 years ago
  6. 737cd16 core: make StatsContextFactory setters protected (#2634) by Kun Zhang · 8 years ago
  7. 018e2d5 all: make some api non-experimental for 1.1 by ZHANG Dapeng · 8 years ago
  8. 2bd74c5 core: cancel RPC when exception in server onReady by Eric Anderson · 8 years ago
  9. d5eb248 all: bump to netty 4.1.7 by Carl Mastrangelo · 8 years ago
  10. 060eb45 Rename attributes() to getAttributes() to make it consistent by Lukasz Strzalkowski · 8 years ago
  11. 1e99b29 all: ErrorProne fixes and avoid @Beta in Guava by Eric Anderson · 8 years ago
  12. 5a4794f core: add debug information in MessageDeframer. (#2622) by Kun Zhang · 8 years ago
  13. fa8f115 docs: fix deprecation reference in ClientAuthInterceptor. (#2621) by Kun Zhang · 8 years ago
  14. 6494a17 RoundRobinLoadBalancer minor cleanups (#2611) by Łukasz Strzałkowski · 8 years ago
  15. d87a658 core,netty: add getAttributes to ClientStream and ClientCall (#2526) by ZHANG Dapeng · 8 years ago
  16. 527d243 core: more logs in ManagedChannelImpl. (#2606) by Kun Zhang · 8 years ago
  17. d59973c core,services: separately index mutable and immutable services by Eric Gribkoff · 8 years ago
  18. c436d93 core: ServerImpl returns shared resources at termination (#2605) by Kun Zhang · 8 years ago
  19. ec7f00a core,testing: make MethodDescriptor final and add Test helper by Carl Mastrangelo · 8 years ago
  20. ce3a94b core: promote experimental methods in MethodDescriptor by Carl Mastrangelo · 8 years ago
  21. b5b9ba5 core: fix bug with Metadata merging by Carl Mastrangelo · 8 years ago
  22. 8493498 core: remove thisT() from API by Carl Mastrangelo · 8 years ago
  23. 813cb09 core: make getResponseMarshaller experimental in MethodDescriptor by Carl Mastrangelo · 8 years ago
  24. 85bb0a1 core: make Contexts, ResolvedServerInfoGroup, and ServerInterceptors final by Carl Mastrangelo · 8 years ago
  25. 8e463ce core,stub: remove deprecated deadline methods by Carl Mastrangelo · 8 years ago
  26. d17a7b5 core: abstract channel builder to accept LoadBalancer2 (#2583) by Kun Zhang · 8 years ago
  27. 7cb0497 core: ManagedChannelImpl2. (#2530) by Kun Zhang · 8 years ago
  28. 8d49df2 all: add max message size to client calls by Carl Mastrangelo · 8 years ago
  29. 6ed3cbb core: fix API breakage in ServerBuilder by Carl Mastrangelo · 8 years ago
  30. cce8eac core: upgrade census (now named instrumentation) to 0.3.0 (#2565) by Kun Zhang · 8 years ago
  31. 322eb8c grpclb: re-implement GrpclbLoadBalancer in v2 API. (#2557) by Kun Zhang · 8 years ago
  32. 4693492 style: fix styles and error-prones (#2560) by Kun Zhang · 8 years ago
  33. 661413c core: Port PickFirst & RoundRobin LBs to v2 API (#2479) by Łukasz Strzałkowski · 8 years ago
  34. a6ecece doc: more guidelines for LoadBalancer2 implementations. (#2501) by Kun Zhang · 8 years ago
  35. ce9d152 all: update to guava 20 by Carl Mastrangelo · 8 years ago
  36. f8f569e core: InternalSubchannel uses ChannelExecutor. (#2503) by Kun Zhang · 8 years ago
  37. 1ba66d3 doc: update javadocs in DelayedClientTransport2. (#2522) by Kun Zhang · 8 years ago
  38. f394a93 core: add full stack trace in Status.toString by Carl Mastrangelo · 8 years ago
  39. 946046a core: two changes on DelayedClientTransport2. (#2505) by Kun Zhang · 8 years ago
  40. 221fadc Implement setListener in AbstractServerStream and remove from subclasses. by Anuraag Agrawal · 8 years ago
  41. 1f2802a core: make forTarget(String) non-experimental by Carl Mastrangelo · 8 years ago
  42. 178b526 core: handle a race in DelayedClientTransport(2). (#2486) by Kun Zhang · 8 years ago
  43. fd33a72 core: thread-less ChannelExecutor. (#2493) by Kun Zhang · 8 years ago
  44. 21bca9a core: Add @Nullable to Metadata#get by Kenji Kaneda · 8 years ago
  45. e999f8d core: Fix ErrorProne failure for ForOverride by Eric Anderson · 8 years ago
  46. cb1ba5b core: remove extra allocation in MessageFramer by Carl Mastrangelo · 8 years ago
  47. 1d5fd1f core: Fix typos in GrpcUtil by Kenji Kaneda · 8 years ago
  48. 209a32f core,netty: add a log id to the server and server transports by Carl Mastrangelo · 8 years ago
  49. e9779d7 all: use a proper log id which can reference channels, subchannels, and transports by Carl Mastrangelo · 8 years ago
  50. 7ec8167 core: LoadBalancer2 and DelayedClientTransport.reprocess(). (#2443) by Kun Zhang · 8 years ago
  51. cbadf4b internal: mark internal subchannel methods for override by Carl Mastrangelo · 8 years ago
  52. 4d4d4b3 core: improve error message for adding method (#2460) by Michael Avrukin · 8 years ago
  53. e71f2c9 core: make Status reference the correct internal Marshaller by Carl Mastrangelo · 8 years ago
  54. 5ff16dd core: Make tiny fixes to InUseStateAggregator2 and InternalSubchannel (#2466) by Kenji Kaneda · 8 years ago
  55. b24d263 internal/test: make FakeClock more thread-safe (#2452) by ZHANG Dapeng · 8 years ago
  56. c1a7984 core: address data race in StatsTraceContext. (#2454) by Kun Zhang · 8 years ago
  57. c408ead core: add javadocs to internal methods in MethodDescriptor by Carl Mastrangelo · 8 years ago
  58. c8c9fff services: Proto reflection service by Eric Gribkoff · 8 years ago
  59. 6c589e1 core: reverse dependency from core/internal classes, so that it is now one directional. by Carl Mastrangelo · 8 years ago
  60. 6a04022 core: InternalSubchannel: the new TransportSet. (#2427) by Kun Zhang · 8 years ago
  61. e70f7b4 all: cleanup - errorprone, unused by ZHANG Dapeng · 8 years ago
  62. 7311572 core: fix a benign data race in NoopCensusContextFactory. (#2421) by Kun Zhang · 8 years ago
  63. 0d694c8 core,netty: quick patch for setListener regression by ZHANG Dapeng · 8 years ago
  64. 0e27eef core: fix bug when stream listener not set before stream closed by ZHANG Dapeng · 8 years ago
  65. 809cf1b core: MutableHandlerRegistry#addService with BindableService arg by ZHANG Dapeng · 8 years ago
  66. 2e7e25d core: Update HTTP status to gRPC status mapping by Eric Anderson · 8 years ago
  67. 78107a6 core: Do not rely on HTTP 200 by Eric Anderson · 8 years ago
  68. abffc76 addressing reviewer comments by Eric Gribkoff · 8 years ago
  69. aff1cac Compiler/core changes to support the proto reflection API by Eric Gribkoff · 8 years ago
  70. fdd062c core: make max message size part of the public API by Carl Mastrangelo · 8 years ago
  71. 496a621 core: Use grace period to avoid exitIdleMode in fast path by Eric Anderson · 8 years ago
  72. 894802e compiler: lazily generate ServiceDescriptors by Carl Mastrangelo · 8 years ago
  73. abb4a2a core: Fix a bug for exception handling at messageRead by ZHANG Dapeng · 8 years ago
  74. e7ce41d all: Style, unused, and errorprone fixes by Eric Anderson · 8 years ago
  75. 132f7a9 core: Census integration for stats (#2262) by Kun Zhang · 8 years ago
  76. 4e5765a all: fix minor JavaStyle errors found in code sync by dapengzhang0 · 8 years ago
  77. cad7124 core,netty: split stream state on client-side; AbstractStream2 by Eric Anderson · 8 years ago
  78. 93dd02c core/test: sanitize FakeClock by ZHANG Dapeng · 8 years ago
  79. f5f9ca5 all: fix minor bugs discovered on import by Carl Mastrangelo · 8 years ago
  80. d74091f core: fix a discrepency in state transition. by Kun Zhang · 8 years ago
  81. 107fa8e core: Channel connectivity state API. by Kun Zhang · 8 years ago
  82. 40c5700 core: fix race condition for TransportSet scheduleBackoff by ZHANG Dapeng · 8 years ago
  83. 141eed5 core: change Metadata internals to avoid garbage creation by Carl Mastrangelo · 8 years ago
  84. 0860746 Fix an NPE in Status. by Kun Zhang · 8 years ago
  85. bb73846 core: Remove com.google.common.collect usages, again by Eric Anderson · 8 years ago
  86. 1623063 core: speed up Status code and message parsing by Carl Mastrangelo · 8 years ago
  87. 6907d81 core: Make getTransport's fast path lock-free by Eric Anderson · 8 years ago
  88. 3d4ae36 Fix a deadlock in TransportSet. by Kun Zhang · 8 years ago
  89. 8b745d9 core: Make PickFirst.pick's fast path lock-free by Eric Anderson · 8 years ago
  90. 4aadf55 netty: Fix receipt of ClosedChannelException instead of actual error. Fixes #1330. by Jakob Buchgraber · 8 years ago
  91. 8c18a0d netty: use custom http2 headers for decoding. by Jakob Buchgraber · 8 years ago
  92. e79a27d core: fix a javadoc bug in ClientCall by Carl Mastrangelo · 8 years ago
  93. 35c3f81 core/internal: replace make Stream id a primitive by Carl Mastrangelo · 8 years ago
  94. c69a4b8 core: add a new option to MethodDescriptor for caching support by Xiao Hang · 8 years ago
  95. bdf8b01 core,protobuf: Add simple argument introspection for methods by Eric Anderson · 8 years ago
  96. f78644d core: add Metadata.discardAll() by Carl Mastrangelo · 8 years ago
  97. 5379de7 core: fix indentation in MethodDescriptor by Carl Mastrangelo · 8 years ago
  98. ca5a402 netty: cache method path conversion by Carl Mastrangelo · 8 years ago
  99. 893ef44 all/tests: add a ClientCall and ServerCall suitable for use in tests by Carl Mastrangelo · 8 years ago
  100. ea3f506 core: avoid allocating Iterators in EquivalentAddressGroup, which is called for each new RPC by Carl Mastrangelo · 8 years ago