1. de3a131 Changing gRPC Java inbound flow control model by nmittler · 10 years ago
  2. f589a4a Remove traces of gRPC v1 protocol vs gRPC v2 protocol. by simonma · 10 years ago
  3. 11c363a Disallowing message delivery after status has been delivered to the listener. by nathanmittler · 10 years ago
  4. c0f4192 Remove gRPC v1 support. by ejona · 10 years ago
  5. 56e307f Add BSD license header to all source files by lryan · 10 years ago
  6. c5e70c2 Remove StreamState and use inboundPhase/outboundPhase instead by lryan · 10 years ago
  7. 5d953e8 Updating gRPC code to use the latest Netty with application-level flow control support. by nathanmittler · 10 years ago
  8. 01152e0 Fix workaround in place for GFE's lack of trailers. by ejona · 10 years ago
  9. 0f56c47 Handle exceptions thrown by the application by ejona · 10 years ago
  10. 4073a8a Remove redundant field from AbstractClientStream by lryan · 10 years ago
  11. 669724a Rationalize the XXXStream classes to reduce code smear and make Netty/OkHTTP behave more consistently. by lryan · 10 years ago
  12. 29cbef1 Renaming gRPC-java "newtransport" package to just "transport". by nathanmittler · 10 years ago[Renamed (94%) from core/src/main/java/com/google/net/stubby/newtransport/AbstractClientStream.java]
  13. 28497e3 Add support for servers to deliver response headers by lryan · 10 years ago
  14. 3411fda Implement trailer support in Netty transport by ejona · 10 years ago
  15. 71e4a92 First steps in reducing dependency on proto from runtime. by lryan · 10 years ago
  16. 6fc356b Split out a ClientStreamListener from StreamListener. by ejona · 10 years ago
  17. 9d50299 Plumb trailer passing through transport streams. by ejona · 10 years ago
  18. e4bd1c7 Phase 1 of converting to new Headers mechanism for side-channel. by lryan · 10 years ago
  19. 43d2fcc Adding inbound flow control to Netty client and server transports. by nathanmittler · 10 years ago
  20. 048649e Implements the netty-based server transport. by zhangkun · 10 years ago