1. 89bc2cd all: update to latest import ordering by Carl Mastrangelo · 8 years ago
  2. f088b81 core: stop "testing" from depending on "core"'s test. (#2652) by Kun Zhang · 8 years ago
  3. 40bc502 core: remove with* methods from MethodDescriptor by Carl Mastrangelo · 8 years ago
  4. b33d3cb core: rename getAttr() and use standard getAttributes() by Lukasz Strzalkowski · 8 years ago
  5. efbcd1f core: change method descriptor to be builder based by Carl Mastrangelo · 8 years ago
  6. e9fa8c9 core: Only use scheduled executor for timer tasks by Eric Anderson · 8 years ago
  7. a4e481b core: make ServiceDescriptor check input values by Carl Mastrangelo · 8 years ago
  8. 737cd16 core: make StatsContextFactory setters protected (#2634) by Kun Zhang · 8 years ago
  9. 2bd74c5 core: cancel RPC when exception in server onReady by Eric Anderson · 8 years ago
  10. 1e99b29 all: ErrorProne fixes and avoid @Beta in Guava by Eric Anderson · 8 years ago
  11. 5a4794f core: add debug information in MessageDeframer. (#2622) by Kun Zhang · 8 years ago
  12. 6494a17 RoundRobinLoadBalancer minor cleanups (#2611) by Łukasz Strzałkowski · 8 years ago
  13. d87a658 core,netty: add getAttributes to ClientStream and ClientCall (#2526) by ZHANG Dapeng · 8 years ago
  14. c436d93 core: ServerImpl returns shared resources at termination (#2605) by Kun Zhang · 8 years ago
  15. ec7f00a core,testing: make MethodDescriptor final and add Test helper by Carl Mastrangelo · 8 years ago
  16. b5b9ba5 core: fix bug with Metadata merging by Carl Mastrangelo · 8 years ago
  17. 8e463ce core,stub: remove deprecated deadline methods by Carl Mastrangelo · 8 years ago
  18. 7cb0497 core: ManagedChannelImpl2. (#2530) by Kun Zhang · 8 years ago
  19. 8d49df2 all: add max message size to client calls by Carl Mastrangelo · 8 years ago
  20. cce8eac core: upgrade census (now named instrumentation) to 0.3.0 (#2565) by Kun Zhang · 8 years ago
  21. 4693492 style: fix styles and error-prones (#2560) by Kun Zhang · 8 years ago
  22. 661413c core: Port PickFirst & RoundRobin LBs to v2 API (#2479) by Łukasz Strzałkowski · 8 years ago
  23. f8f569e core: InternalSubchannel uses ChannelExecutor. (#2503) by Kun Zhang · 8 years ago
  24. 946046a core: two changes on DelayedClientTransport2. (#2505) by Kun Zhang · 8 years ago
  25. 221fadc Implement setListener in AbstractServerStream and remove from subclasses. by Anuraag Agrawal · 8 years ago
  26. 178b526 core: handle a race in DelayedClientTransport(2). (#2486) by Kun Zhang · 8 years ago
  27. fd33a72 core: thread-less ChannelExecutor. (#2493) by Kun Zhang · 8 years ago
  28. e999f8d core: Fix ErrorProne failure for ForOverride by Eric Anderson · 8 years ago
  29. 1d5fd1f core: Fix typos in GrpcUtil by Kenji Kaneda · 8 years ago
  30. 209a32f core,netty: add a log id to the server and server transports by Carl Mastrangelo · 8 years ago
  31. e9779d7 all: use a proper log id which can reference channels, subchannels, and transports by Carl Mastrangelo · 8 years ago
  32. 7ec8167 core: LoadBalancer2 and DelayedClientTransport.reprocess(). (#2443) by Kun Zhang · 8 years ago
  33. b24d263 internal/test: make FakeClock more thread-safe (#2452) by ZHANG Dapeng · 8 years ago
  34. 6a04022 core: InternalSubchannel: the new TransportSet. (#2427) by Kun Zhang · 8 years ago
  35. e70f7b4 all: cleanup - errorprone, unused by ZHANG Dapeng · 8 years ago
  36. 0d694c8 core,netty: quick patch for setListener regression by ZHANG Dapeng · 8 years ago
  37. 0e27eef core: fix bug when stream listener not set before stream closed by ZHANG Dapeng · 8 years ago
  38. 809cf1b core: MutableHandlerRegistry#addService with BindableService arg by ZHANG Dapeng · 8 years ago
  39. 2e7e25d core: Update HTTP status to gRPC status mapping by Eric Anderson · 8 years ago
  40. 78107a6 core: Do not rely on HTTP 200 by Eric Anderson · 8 years ago
  41. 496a621 core: Use grace period to avoid exitIdleMode in fast path by Eric Anderson · 8 years ago
  42. abb4a2a core: Fix a bug for exception handling at messageRead by ZHANG Dapeng · 8 years ago
  43. e7ce41d all: Style, unused, and errorprone fixes by Eric Anderson · 8 years ago
  44. 132f7a9 core: Census integration for stats (#2262) by Kun Zhang · 8 years ago
  45. 4e5765a all: fix minor JavaStyle errors found in code sync by dapengzhang0 · 8 years ago
  46. cad7124 core,netty: split stream state on client-side; AbstractStream2 by Eric Anderson · 8 years ago
  47. 93dd02c core/test: sanitize FakeClock by ZHANG Dapeng · 8 years ago
  48. f5f9ca5 all: fix minor bugs discovered on import by Carl Mastrangelo · 8 years ago
  49. d74091f core: fix a discrepency in state transition. by Kun Zhang · 8 years ago
  50. 107fa8e core: Channel connectivity state API. by Kun Zhang · 8 years ago
  51. 40c5700 core: fix race condition for TransportSet scheduleBackoff by ZHANG Dapeng · 8 years ago
  52. 141eed5 core: change Metadata internals to avoid garbage creation by Carl Mastrangelo · 8 years ago
  53. 6907d81 core: Make getTransport's fast path lock-free by Eric Anderson · 8 years ago
  54. 35c3f81 core/internal: replace make Stream id a primitive by Carl Mastrangelo · 8 years ago
  55. c69a4b8 core: add a new option to MethodDescriptor for caching support by Xiao Hang · 8 years ago
  56. f78644d core: add Metadata.discardAll() by Carl Mastrangelo · 8 years ago
  57. 893ef44 all/tests: add a ClientCall and ServerCall suitable for use in tests by Carl Mastrangelo · 8 years ago
  58. c4f7f5c core: split Context into a separate grpc-context artifact. by Kun Zhang · 8 years ago
  59. 58d78dd core: add ServerTransportFilter by Kun Zhang · 8 years ago
  60. 48c6b3d all/tests: unmock ClientCall and ServerCall by Carl Mastrangelo · 8 years ago
  61. 3bf8d94 core/tests: add missing RunWith annotation by Carl Mastrangelo · 8 years ago
  62. 656e8ce core: Remove com.google.common.collect usages for Android by Eric Anderson · 9 years ago
  63. 864158b core: add tests for ResolvedServerInfo by Lukasz Strzalkowski · 8 years ago
  64. 23652c5 core: change API of NameResolver#onUpdate by Lukasz Strzalkowski · 8 years ago
  65. 577164c Rename Dummy load balancer to PickFirst by Lukasz Strzalkowski · 8 years ago
  66. 1775ab3 core: call newStream() and applyRequestMetadata() under context. by Kun Zhang · 8 years ago
  67. 2860959 Support Thrift Messages by Naveen Reddy Chedeti · 8 years ago
  68. 2cd884e core: Reduce DeadlineTest flake by Eric Anderson · 8 years ago
  69. 4289aaf core: Hard-code a list of providers for Android by Eric Anderson · 8 years ago
  70. 083ea8e core: Add missing assert in CallOptionsTest by Eric Anderson · 8 years ago
  71. 7fb43d2 core: Add generics to raw types in KeepAliveManagerTest by Eric Anderson · 8 years ago
  72. d9001ca Keepalive support by Xiao Hang · 8 years ago
  73. 527fd67 core: Channel Idleness by Kun Zhang · 8 years ago
  74. 32fd329 core: Rename withCredentials to withCallCredentials on CallOptions by Eric Anderson · 8 years ago
  75. f149e4c compiler: deprecate interfaces and add ImplBase in codegen by ZHANG Dapeng · 8 years ago
  76. 8ed2dc8 testware: fix flakes caused by pickUnusedPort by ZHANG Dapeng · 8 years ago
  77. fe5b7e3 core: Improve error message when lacking NameResolverProviders by Eric Anderson · 8 years ago
  78. 29776ca core: Fix onReady race by adding DelayedStreamListener by Eric Anderson · 8 years ago
  79. 88a0378 core: Add a RoundRobin LoadBalancer. by William Thurston · 8 years ago
  80. 46f418d core: fix race with exception in onMessage by Carl Mastrangelo · 8 years ago
  81. 23f34be core: Move ServerMethodDefinition back into top-level class by Eric Anderson · 8 years ago
  82. bf588b0 core: Add convenience builder for ServerServiceDefinition by Eric Anderson · 8 years ago
  83. 66ab956 Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  84. ef17830 Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  85. 63d8274 core: don't create a new context for each client call. Fixes #1926 by Jakob Buchgraber · 8 years ago
  86. 33cd6be core: Overwrite values for existing custom call options. by Jakob Buchgraber · 8 years ago
  87. a2076f4 core: Enable per-message compression bit by default by Eric Anderson · 9 years ago
  88. 26bace6 core: Improve fail fast status messages by Eric Anderson · 8 years ago
  89. 56a2938 core: Add NameResolverProvider by Eric Anderson · 8 years ago
  90. 3df1446 Eliminate MethodDescriptor from startCall and interceptCall for servers by Louis Ryan · 8 years ago
  91. 4b127f2 core: Fix CallOptions 'wait for ready' and toString() by Jakob Buchgraber · 8 years ago
  92. 9d4a43f core: fail fast implementation by ZHANG Dapeng · 8 years ago
  93. 432cec7 core: CallCredentials by Kun Zhang · 8 years ago
  94. a05ab57 core: emit lists of lists from NameResolver by William Thurston · 8 years ago
  95. 05ce545 core: A missed-out test for #1896 by Kun Zhang · 8 years ago
  96. b88ea27 core/internal: add 3-arg newStream method to ClientTransport interface (#1898) by ZHANG Dapeng · 8 years ago
  97. 53cd333 core: add test for complete() without close() exception in AbstractServerStream. Fixes #615 by Jakob Buchgraber · 8 years ago
  98. c6fd94c Implement shutdownNow by Eric Anderson · 8 years ago
  99. 631a9d5 Fix URI construction. by Kun Zhang · 8 years ago
  100. 90323ad core: add custom CallOptions by elandau · 8 years ago