1. de3a131 Changing gRPC Java inbound flow control model by nmittler · 9 years ago
  2. 52f4220 Adding .gitignore for eclipse files. by nmittler · 9 years ago
  3. 11026b6 Fix IntelliJ dependency on generated protobufs by Louis Ryan · 9 years ago
  4. 4de2026 Fix TODO attribution by ejona · 9 years ago
  5. 080e33e Align server flags with other languages by Eric Anderson · 9 years ago
  6. 6239965 Improve test client for real cert by Eric Anderson · 9 years ago
  7. f681eff Update .gitignore for Gradle by Eric Anderson · 9 years ago
  8. f589a4a Remove traces of gRPC v1 protocol vs gRPC v2 protocol. by simonma · 9 years ago
  9. 3df1c33 Reimplement test "readStatus" since v2 is here. by simonma · 9 years ago
  10. 9de8e4b Make Java codegen ready for open-source. It can be built with the Github HEAD by zhangkun · 9 years ago
  11. 7235a39 Remove Service API from ChannelImpl by ejona · 9 years ago
  12. 198a756 Add toString to Headers and Trailers by ejona · 9 years ago
  13. 828f941 Remove dependency on guava Lists for initializing list. by simonma · 10 years ago
  14. 3a29c98 Don't overwrite transportError in DATA processing by ejona · 10 years ago
  15. 11c363a Disallowing message delivery after status has been delivered to the listener. by nathanmittler · 10 years ago
  16. f8524a1 Add package name to the method string. by yangg · 10 years ago
  17. ee86ee4 Nano proto and Proto3 do no include fields that have their default values in the wire format. by rocking · 10 years ago
  18. c0f4192 Remove gRPC v1 support. by ejona · 10 years ago
  19. 1c20eb6 Implement cancel_after_* integration tests by ejona · 10 years ago
  20. 42fcc50 Implement empty_stream integration test by ejona · 10 years ago
  21. b09c26b Correctly handle disconnect notifications from Netty. by lryan · 10 years ago
  22. ca749c3 Export test_service codegen source instead of binary lib by ejona · 10 years ago
  23. d4531da Add README by ejona · 10 years ago
  24. 164b734 Adding gradle build for Java grpc by nathanmittler · 10 years ago
  25. 66ce667 Updating version of gRPC maven build to 0.1.0-SNAPSHOT. by nathanmittler · 10 years ago
  26. 4523059 Upgrade OkHttp for Android SNI / NPN fix by ejona · 10 years ago
  27. 601b56e Update grpc opensource build to depend on okhttp-2.1 by lryan · 10 years ago
  28. ce8723b Add Netty as a git submodule. by ejona · 10 years ago
  29. 1852e9c Add gitignore to github repo. by ejona · 10 years ago
  30. 42989a8 Allow killing test server/client by ejona · 10 years ago
  31. fc30031 Change default gRPC protocol to v2. by ejona · 10 years ago
  32. 682f8aa Correct comment by simonma · 10 years ago
  33. 70341df Fixing Maven build for gRPC Java. by nathanmittler · 10 years ago
  34. 56e307f Add BSD license header to all source files by lryan · 10 years ago
  35. 7f55e81 Allow use of a LocalChannel with Netty & HTTP2 by lryan · 10 years ago
  36. 9dd0c94 Add SslSocketFactory support to OkHttpTransportFactory. by rocking · 10 years ago
  37. 2b116ef Encode binary headers with Base64 on the wire, and requires all binary headers by zhangkun · 10 years ago
  38. 63fc647 Inspect content type from trailers when there are no headers. by zhangkun · 10 years ago
  39. fb09bba Don't leak decompressor in gRPC v2. by ejona · 10 years ago
  40. 751a4df Remove JDK1.7 method InetSocketAddress#getHostString since JDK1.7 is only supported by Android after 4.4 KitKat. by simonma · 10 years ago
  41. 8375cd0 GRPC Java clients will send the "te: trailers" header, and the server will by zhangkun · 10 years ago
  42. 4332c2f Change the HTTP code -> GRPC Status mapping to comply with http canonical mapping by zhangkun · 10 years ago
  43. c5e70c2 Remove StreamState and use inboundPhase/outboundPhase instead by lryan · 10 years ago
  44. abdbf49 Changing TestServiceServer to use ListenableFuture for determining when the server has been successfully started. by nathanmittler · 10 years ago
  45. be29ba5 Upgrading to latest Netty. by nathanmittler · 10 years ago
  46. f96e7e8 Use real TLS security by default. by ejona · 10 years ago
  47. b186b37 Remove client-streaming and bi-di streaming methods from blocking client interface. by zhangkun · 10 years ago
  48. 0d8477c Adding crude outbound flow control to OkHttp transport. by nathanmittler · 10 years ago
  49. d7f7877 Allow stream state HALF_CLOSED_REMOTE in the gRPC Java client. by nathanmittler · 10 years ago
  50. 054f595 Separate the default event loop groups for client and server, to prevent by zhangkun · 10 years ago
  51. 28a2aba Enable full-size payloads in integration tests. by ejona · 10 years ago
  52. 63271f4 Fixing a compatibility issue between the GFE and gRPC java client for the V2 protocol. by nathanmittler · 10 years ago
  53. 5d953e8 Updating gRPC code to use the latest Netty with application-level flow control support. by nathanmittler · 10 years ago
  54. 01152e0 Fix workaround in place for GFE's lack of trailers. by ejona · 10 years ago
  55. 0f56c47 Handle exceptions thrown by the application by ejona · 10 years ago
  56. 1f2a186 Fix NullPointerException in AbstractServerStream when deframer reports error and fix error message propagation by lryan · 10 years ago
  57. aa0b7cc Forbid calling next more than once in interceptors. by zhangkun · 10 years ago
  58. 4073a8a Remove redundant field from AbstractClientStream by lryan · 10 years ago
  59. 669724a Rationalize the XXXStream classes to reduce code smear and make Netty/OkHTTP behave more consistently. by lryan · 10 years ago
  60. ff669ac More precise Builder generics by ejona · 10 years ago
  61. ba653d4 Move StubConfigTest to third_party by ejona · 10 years ago
  62. 2a93c47 Remove GrpcServer to allow more tests to move to third_party. by ejona · 10 years ago
  63. 1553aab Advertise h2-15 in ALPN negotiation. by ejona · 10 years ago
  64. a71d887 Make all transport factories package-private in favor of channel builders. by zhangkun · 10 years ago
  65. 776ff86 Eliminate ForwardingChannel and switch all use cases to client interceptors. by zhangkun · 10 years ago
  66. 48e734d Dedicated ClientInterceptor interface and utilities. by zhangkun · 10 years ago
  67. 9a148a5 Remove outbound flow control interface. by ejona · 10 years ago
  68. 3d4ea0d Implement standard integration tests (almost). by ejona · 10 years ago
  69. e813eaa [3/3] Use AbstractTransportTest for test case impls in TestServiceClient. by ejona · 10 years ago
  70. 97d3ade [2/3] Use transport builders instead of ClientBootstrap. by ejona · 10 years ago
  71. 9a5a8de [1/3] Move AbstractTransportTest to third_party. by ejona · 10 years ago
  72. 8b0b46e Move examples to third_party. by simonma · 10 years ago
  73. ffc18f6 Adding MOE configuration for grpc_java. by nathanmittler · 10 years ago
  74. 7dc48e2 SharedResourceHolder is a utility that manages expensive resources (thread by zhangkun · 10 years ago
  75. 8fc81f4 Fix compile error using new ProtoUtils by lryan · 10 years ago
  76. 29cbef1 Renaming gRPC-java "newtransport" package to just "transport". by nathanmittler · 10 years ago
  77. 3c986bb Move protobuf code dependencies to net/stubby/proto by simonma · 10 years ago
  78. 2dbae4d Use zero-filled payload for UNCOMPRESSED. by ejona · 10 years ago
  79. 0304b3d Cleaning up various compiler warnings in preparation for opensource. by nathanmittler · 10 years ago
  80. 96e6ed9 Define threading requirements of StreamObserver by ejona · 10 years ago
  81. df9867d Support early-OK from Server. by ejona · 10 years ago
  82. 0a58533 Pre-serialize status codes, for efficiency by ejona · 10 years ago
  83. 905d387 Porting GrpcClient and GrpcServer to third_party. by nathanmittler · 10 years ago
  84. 46118bb Add server support for TLS. by ejona · 10 years ago
  85. 988f219 Handle Headers and Trailers in OkHttp client transport. by simonma · 10 years ago
  86. 8b4ecad Use "/" instead of "." as the separator between service name and client name. by yangg · 10 years ago
  87. 1e55c6e Remove Deframer and InputStreamDeframer since we are not using them anymore. by simonma · 10 years ago
  88. 2ce8215 Fix bug 18054433, only register one listener on transport service. by simonma · 10 years ago
  89. 28fb46e Updates to migrate to the latest Netty version. by nathanmittler · 10 years ago
  90. 28497e3 Add support for servers to deliver response headers by lryan · 10 years ago
  91. 29d8c03 Support inbound flow control in okhttp transport, and the first step to support V2 protocol. by simonma · 10 years ago
  92. b95c094 The client and server usage examples based on stock.proto. by zhangkun · 10 years ago
  93. fcab51c Don't send 0-length data frame. by simonma · 10 years ago
  94. 8d6d12e Convenient builders for channels and servers. by zhangkun · 10 years ago
  95. 3411fda Implement trailer support in Netty transport by ejona · 10 years ago
  96. 8c76c8a Remove Java 7isms and fix Maven compilation by ejona · 10 years ago
  97. c1f4b73 Adding shutdown logic to NettyServerTransport. by nathanmittler · 10 years ago
  98. de0a16c Use something closer to the appropriate mime-type. by ejona · 10 years ago
  99. dd7ba53 gRPC status is always sent as ASCII. by ejona · 10 years ago
  100. 55892fe Send connection preface and setting when the okhttp client transport starts, this is required for talking to netty server. by simonma · 10 years ago