1. b33d3cb core: rename getAttr() and use standard getAttributes() by Lukasz Strzalkowski · 8 years ago
  2. efbcd1f core: change method descriptor to be builder based by Carl Mastrangelo · 8 years ago
  3. e9fa8c9 core: Only use scheduled executor for timer tasks by Eric Anderson · 8 years ago
  4. 737cd16 core: make StatsContextFactory setters protected (#2634) by Kun Zhang · 8 years ago
  5. 2bd74c5 core: cancel RPC when exception in server onReady by Eric Anderson · 8 years ago
  6. 1e99b29 all: ErrorProne fixes and avoid @Beta in Guava by Eric Anderson · 8 years ago
  7. 5a4794f core: add debug information in MessageDeframer. (#2622) by Kun Zhang · 8 years ago
  8. d87a658 core,netty: add getAttributes to ClientStream and ClientCall (#2526) by ZHANG Dapeng · 8 years ago
  9. c436d93 core: ServerImpl returns shared resources at termination (#2605) by Kun Zhang · 8 years ago
  10. 7cb0497 core: ManagedChannelImpl2. (#2530) by Kun Zhang · 8 years ago
  11. 8d49df2 all: add max message size to client calls by Carl Mastrangelo · 8 years ago
  12. cce8eac core: upgrade census (now named instrumentation) to 0.3.0 (#2565) by Kun Zhang · 8 years ago
  13. f8f569e core: InternalSubchannel uses ChannelExecutor. (#2503) by Kun Zhang · 8 years ago
  14. 946046a core: two changes on DelayedClientTransport2. (#2505) by Kun Zhang · 8 years ago
  15. 221fadc Implement setListener in AbstractServerStream and remove from subclasses. by Anuraag Agrawal · 8 years ago
  16. 178b526 core: handle a race in DelayedClientTransport(2). (#2486) by Kun Zhang · 8 years ago
  17. fd33a72 core: thread-less ChannelExecutor. (#2493) by Kun Zhang · 8 years ago
  18. e999f8d core: Fix ErrorProne failure for ForOverride by Eric Anderson · 8 years ago
  19. 1d5fd1f core: Fix typos in GrpcUtil by Kenji Kaneda · 8 years ago
  20. 209a32f core,netty: add a log id to the server and server transports by Carl Mastrangelo · 8 years ago
  21. e9779d7 all: use a proper log id which can reference channels, subchannels, and transports by Carl Mastrangelo · 8 years ago
  22. 7ec8167 core: LoadBalancer2 and DelayedClientTransport.reprocess(). (#2443) by Kun Zhang · 8 years ago
  23. b24d263 internal/test: make FakeClock more thread-safe (#2452) by ZHANG Dapeng · 8 years ago
  24. 6a04022 core: InternalSubchannel: the new TransportSet. (#2427) by Kun Zhang · 8 years ago
  25. 0d694c8 core,netty: quick patch for setListener regression by ZHANG Dapeng · 8 years ago
  26. 0e27eef core: fix bug when stream listener not set before stream closed by ZHANG Dapeng · 8 years ago
  27. 2e7e25d core: Update HTTP status to gRPC status mapping by Eric Anderson · 8 years ago
  28. 78107a6 core: Do not rely on HTTP 200 by Eric Anderson · 8 years ago
  29. 496a621 core: Use grace period to avoid exitIdleMode in fast path by Eric Anderson · 8 years ago
  30. abb4a2a core: Fix a bug for exception handling at messageRead by ZHANG Dapeng · 8 years ago
  31. e7ce41d all: Style, unused, and errorprone fixes by Eric Anderson · 8 years ago
  32. 132f7a9 core: Census integration for stats (#2262) by Kun Zhang · 8 years ago
  33. 4e5765a all: fix minor JavaStyle errors found in code sync by dapengzhang0 · 8 years ago
  34. cad7124 core,netty: split stream state on client-side; AbstractStream2 by Eric Anderson · 8 years ago
  35. 93dd02c core/test: sanitize FakeClock by ZHANG Dapeng · 8 years ago
  36. f5f9ca5 all: fix minor bugs discovered on import by Carl Mastrangelo · 8 years ago
  37. d74091f core: fix a discrepency in state transition. by Kun Zhang · 8 years ago
  38. 107fa8e core: Channel connectivity state API. by Kun Zhang · 8 years ago
  39. 40c5700 core: fix race condition for TransportSet scheduleBackoff by ZHANG Dapeng · 8 years ago
  40. 141eed5 core: change Metadata internals to avoid garbage creation by Carl Mastrangelo · 8 years ago
  41. 6907d81 core: Make getTransport's fast path lock-free by Eric Anderson · 8 years ago
  42. 35c3f81 core/internal: replace make Stream id a primitive by Carl Mastrangelo · 8 years ago
  43. 58d78dd core: add ServerTransportFilter by Kun Zhang · 8 years ago
  44. 23652c5 core: change API of NameResolver#onUpdate by Lukasz Strzalkowski · 8 years ago
  45. 577164c Rename Dummy load balancer to PickFirst by Lukasz Strzalkowski · 8 years ago
  46. 1775ab3 core: call newStream() and applyRequestMetadata() under context. by Kun Zhang · 8 years ago
  47. 2860959 Support Thrift Messages by Naveen Reddy Chedeti · 8 years ago
  48. 4289aaf core: Hard-code a list of providers for Android by Eric Anderson · 8 years ago
  49. 7fb43d2 core: Add generics to raw types in KeepAliveManagerTest by Eric Anderson · 8 years ago
  50. d9001ca Keepalive support by Xiao Hang · 8 years ago
  51. 527fd67 core: Channel Idleness by Kun Zhang · 8 years ago
  52. 32fd329 core: Rename withCredentials to withCallCredentials on CallOptions by Eric Anderson · 8 years ago
  53. 29776ca core: Fix onReady race by adding DelayedStreamListener by Eric Anderson · 8 years ago
  54. 46f418d core: fix race with exception in onMessage by Carl Mastrangelo · 8 years ago
  55. 66ab956 Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  56. ef17830 Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  57. 63d8274 core: don't create a new context for each client call. Fixes #1926 by Jakob Buchgraber · 8 years ago
  58. a2076f4 core: Enable per-message compression bit by default by Eric Anderson · 9 years ago
  59. 26bace6 core: Improve fail fast status messages by Eric Anderson · 8 years ago
  60. 56a2938 core: Add NameResolverProvider by Eric Anderson · 8 years ago
  61. 3df1446 Eliminate MethodDescriptor from startCall and interceptCall for servers by Louis Ryan · 8 years ago
  62. 9d4a43f core: fail fast implementation by ZHANG Dapeng · 8 years ago
  63. 432cec7 core: CallCredentials by Kun Zhang · 8 years ago
  64. a05ab57 core: emit lists of lists from NameResolver by William Thurston · 8 years ago
  65. 05ce545 core: A missed-out test for #1896 by Kun Zhang · 8 years ago
  66. b88ea27 core/internal: add 3-arg newStream method to ClientTransport interface (#1898) by ZHANG Dapeng · 8 years ago
  67. 53cd333 core: add test for complete() without close() exception in AbstractServerStream. Fixes #615 by Jakob Buchgraber · 8 years ago
  68. c6fd94c Implement shutdownNow by Eric Anderson · 8 years ago
  69. 631a9d5 Fix URI construction. by Kun Zhang · 8 years ago
  70. 2ed39c9 core: cache decompressor registry encodings, and make it copy on write by Carl Mastrangelo · 8 years ago
  71. 9050640 Differentiate transport to LB services and to servers. by Kun Zhang · 8 years ago
  72. 676bf48 core: fix nags from linter by Carl Mastrangelo · 8 years ago
  73. 02eb24b core,netty,okhttp: move user agent removal closer to where it is set by Carl Mastrangelo · 8 years ago
  74. 028d084 core: add test for deframer closed exception. fixes #1795 by Jakob Buchgraber · 8 years ago
  75. c08d74f TransportSet shutdown() also shuts down the pending transport. by Kun Zhang · 8 years ago
  76. 3619364 core/internal: fix regex pattern by ZHANG Dapeng · 8 years ago
  77. 1cc76d8 core,netty,okhttp: move user agent out of client call and into the transport by Carl Mastrangelo · 8 years ago
  78. e4ea237 core: Refactor TransportSet in prep for fail fast by Eric Anderson · 8 years ago
  79. 6382015 internal: Split-state AbstractStream; sending and receiving by Eric Anderson · 8 years ago
  80. d9d4d8b Updating status codes to match the spec. by nmittler · 8 years ago
  81. 9597382 Refactor HandlerRegistry. by Kun Zhang · 8 years ago
  82. 9de87e3 Add tests for call.cancel() from within messageRead. by Jakob Buchgraber · 8 years ago
  83. 16e1689 Allow application to pass cancellation details. by Kun Zhang · 8 years ago
  84. 00f8f34 Don't allocate extra byte for each MessageFramer by Carl Mastrangelo · 8 years ago
  85. d0d946e new name by Carl Mastrangelo · 8 years ago
  86. c4e8b1f Rename internal.Server to internal.TransportServer by Carl Mastrangelo · 8 years ago
  87. 0f86671 Handle exceptions from LoadBalancer.handleResolvedAddresses() by Kun Zhang · 8 years ago
  88. 7659f6e Handle empty address list from NameResolver. by Kun Zhang · 8 years ago
  89. 51fd870 Add getting the port out of a Server by Carl Mastrangelo · 8 years ago
  90. 4343932 Delayed transport creates real streams in executor. by Kun Zhang · 8 years ago
  91. fd8fd51 Context deadline propagation should cascade. Fixes #1205 by buchgr · 8 years ago
  92. 877e1e1 Provide default implementation for NameResolver.refresh(). by Kun Zhang · 8 years ago
  93. 2d15af5 Retry DNS resolution when there is an error. by Kun Zhang · 8 years ago
  94. 575df76 Trigger name resolution when a live connection closed. by Kun Zhang · 8 years ago
  95. 32ddf9f Make CallOptions and AbstractStub use Deadline. by buchgr · 8 years ago
  96. a40b686 Revert "Refactor ExponentialBackoffPolicy" by Eric Anderson · 8 years ago
  97. e63bbaf Merge pull request #1587 from lukaszx0/add-backoff-to-builder by Carl Mastrangelo · 8 years ago
  98. a98f8af Refactor ExponentialBackoffPolicy by Lukasz Strzalkowski · 8 years ago
  99. 3be48b4 Refresh name resolution if all addresses failed to connect. by Kun Zhang · 8 years ago
  100. 3ead411 Use stream.cancel() instead of cancel() in ClientCallImpl by Eric Anderson · 8 years ago