1. 70341df Fixing Maven build for gRPC Java. by nathanmittler · 10 years ago
  2. 56e307f Add BSD license header to all source files by lryan · 10 years ago
  3. 7f55e81 Allow use of a LocalChannel with Netty & HTTP2 by lryan · 10 years ago
  4. 9dd0c94 Add SslSocketFactory support to OkHttpTransportFactory. by rocking · 10 years ago
  5. 2b116ef Encode binary headers with Base64 on the wire, and requires all binary headers by zhangkun · 10 years ago
  6. 63fc647 Inspect content type from trailers when there are no headers. by zhangkun · 10 years ago
  7. fb09bba Don't leak decompressor in gRPC v2. by ejona · 10 years ago
  8. 751a4df Remove JDK1.7 method InetSocketAddress#getHostString since JDK1.7 is only supported by Android after 4.4 KitKat. by simonma · 10 years ago
  9. 8375cd0 GRPC Java clients will send the "te: trailers" header, and the server will by zhangkun · 10 years ago
  10. 4332c2f Change the HTTP code -> GRPC Status mapping to comply with http canonical mapping by zhangkun · 10 years ago
  11. c5e70c2 Remove StreamState and use inboundPhase/outboundPhase instead by lryan · 10 years ago
  12. abdbf49 Changing TestServiceServer to use ListenableFuture for determining when the server has been successfully started. by nathanmittler · 10 years ago
  13. be29ba5 Upgrading to latest Netty. by nathanmittler · 10 years ago
  14. f96e7e8 Use real TLS security by default. by ejona · 10 years ago
  15. b186b37 Remove client-streaming and bi-di streaming methods from blocking client interface. by zhangkun · 10 years ago
  16. 0d8477c Adding crude outbound flow control to OkHttp transport. by nathanmittler · 10 years ago
  17. d7f7877 Allow stream state HALF_CLOSED_REMOTE in the gRPC Java client. by nathanmittler · 10 years ago
  18. 054f595 Separate the default event loop groups for client and server, to prevent by zhangkun · 10 years ago
  19. 28a2aba Enable full-size payloads in integration tests. by ejona · 10 years ago
  20. 63271f4 Fixing a compatibility issue between the GFE and gRPC java client for the V2 protocol. by nathanmittler · 10 years ago
  21. 5d953e8 Updating gRPC code to use the latest Netty with application-level flow control support. by nathanmittler · 10 years ago
  22. 01152e0 Fix workaround in place for GFE's lack of trailers. by ejona · 10 years ago
  23. 0f56c47 Handle exceptions thrown by the application by ejona · 10 years ago
  24. 1f2a186 Fix NullPointerException in AbstractServerStream when deframer reports error and fix error message propagation by lryan · 10 years ago
  25. aa0b7cc Forbid calling next more than once in interceptors. by zhangkun · 10 years ago
  26. 4073a8a Remove redundant field from AbstractClientStream by lryan · 10 years ago
  27. 669724a Rationalize the XXXStream classes to reduce code smear and make Netty/OkHTTP behave more consistently. by lryan · 10 years ago
  28. ff669ac More precise Builder generics by ejona · 10 years ago
  29. ba653d4 Move StubConfigTest to third_party by ejona · 10 years ago
  30. 2a93c47 Remove GrpcServer to allow more tests to move to third_party. by ejona · 10 years ago
  31. 1553aab Advertise h2-15 in ALPN negotiation. by ejona · 10 years ago
  32. a71d887 Make all transport factories package-private in favor of channel builders. by zhangkun · 10 years ago
  33. 776ff86 Eliminate ForwardingChannel and switch all use cases to client interceptors. by zhangkun · 10 years ago
  34. 48e734d Dedicated ClientInterceptor interface and utilities. by zhangkun · 10 years ago
  35. 9a148a5 Remove outbound flow control interface. by ejona · 10 years ago
  36. 3d4ea0d Implement standard integration tests (almost). by ejona · 10 years ago
  37. e813eaa [3/3] Use AbstractTransportTest for test case impls in TestServiceClient. by ejona · 10 years ago
  38. 97d3ade [2/3] Use transport builders instead of ClientBootstrap. by ejona · 10 years ago
  39. 9a5a8de [1/3] Move AbstractTransportTest to third_party. by ejona · 10 years ago
  40. 8b0b46e Move examples to third_party. by simonma · 10 years ago
  41. ffc18f6 Adding MOE configuration for grpc_java. by nathanmittler · 10 years ago
  42. 7dc48e2 SharedResourceHolder is a utility that manages expensive resources (thread by zhangkun · 10 years ago
  43. 8fc81f4 Fix compile error using new ProtoUtils by lryan · 10 years ago
  44. 29cbef1 Renaming gRPC-java "newtransport" package to just "transport". by nathanmittler · 10 years ago
  45. 3c986bb Move protobuf code dependencies to net/stubby/proto by simonma · 10 years ago
  46. 2dbae4d Use zero-filled payload for UNCOMPRESSED. by ejona · 10 years ago
  47. 0304b3d Cleaning up various compiler warnings in preparation for opensource. by nathanmittler · 10 years ago
  48. 96e6ed9 Define threading requirements of StreamObserver by ejona · 10 years ago
  49. df9867d Support early-OK from Server. by ejona · 10 years ago
  50. 0a58533 Pre-serialize status codes, for efficiency by ejona · 10 years ago
  51. 905d387 Porting GrpcClient and GrpcServer to third_party. by nathanmittler · 10 years ago
  52. 46118bb Add server support for TLS. by ejona · 10 years ago
  53. 988f219 Handle Headers and Trailers in OkHttp client transport. by simonma · 10 years ago
  54. 8b4ecad Use "/" instead of "." as the separator between service name and client name. by yangg · 10 years ago
  55. 1e55c6e Remove Deframer and InputStreamDeframer since we are not using them anymore. by simonma · 10 years ago
  56. 2ce8215 Fix bug 18054433, only register one listener on transport service. by simonma · 10 years ago
  57. 28fb46e Updates to migrate to the latest Netty version. by nathanmittler · 10 years ago
  58. 28497e3 Add support for servers to deliver response headers by lryan · 10 years ago
  59. 29d8c03 Support inbound flow control in okhttp transport, and the first step to support V2 protocol. by simonma · 10 years ago
  60. b95c094 The client and server usage examples based on stock.proto. by zhangkun · 10 years ago
  61. fcab51c Don't send 0-length data frame. by simonma · 10 years ago
  62. 8d6d12e Convenient builders for channels and servers. by zhangkun · 10 years ago
  63. 3411fda Implement trailer support in Netty transport by ejona · 10 years ago
  64. 8c76c8a Remove Java 7isms and fix Maven compilation by ejona · 10 years ago
  65. c1f4b73 Adding shutdown logic to NettyServerTransport. by nathanmittler · 10 years ago
  66. de0a16c Use something closer to the appropriate mime-type. by ejona · 10 years ago
  67. dd7ba53 gRPC status is always sent as ASCII. by ejona · 10 years ago
  68. 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
  69. 125c1ce Delete Session, Operation and ALL of its associated cruft. by lryan · 10 years ago
  70. 7bc12bf Upgrade OkHttp to the head (commit 2d6b3770d9ef3424a12c4c243596a34cc07cbef1), for having Http2 draft 14. by simonma · 10 years ago
  71. 06ed8ec Various updates to properly handle gRPC connection startup and shutdown. by nathanmittler · 10 years ago
  72. bb9699e Fixes a few issues in netty server transport: by zhangkun · 10 years ago
  73. 53acb1c Remove the old & new HTTP transports as they are incapable of supporting trailers using their by lryan · 10 years ago
  74. 52f92d0 Use our own SerializingExecutor. by simonma · 10 years ago
  75. 01c9617 GRPC server codegen: generates the bindService() method that returns a by zhangkun · 10 years ago
  76. 1dcc3c7 Added SSL support to gRPC java server used for integration tests. by wonderfly · 10 years ago
  77. 653ffd9 ServerImpl by ejona · 10 years ago
  78. eb3fc58 Create an in-process adapter between ClientTransport and HandlerRegistry by lryan · 10 years ago
  79. 8f6e2c2 Fix UNAUTHENTICATED status to point in Java Status class to point to correct code. by scottpeterson · 10 years ago
  80. 71e4a92 First steps in reducing dependency on proto from runtime. by lryan · 10 years ago
  81. 65be3c7 Simple echo client. by nathanmittler · 10 years ago
  82. f7bbb97 Removed proto dependency from Buffers.java: by simonma · 10 years ago
  83. 1369ea1 Metadata improvements. by lryan · 10 years ago
  84. 5579411 Fix reference counting misaccounting. by ejona · 10 years ago
  85. 6fc356b Split out a ClientStreamListener from StreamListener. by ejona · 10 years ago
  86. 9d50299 Plumb trailer passing through transport streams. by ejona · 10 years ago
  87. fc7a052 Updating gRPC code to the latest Netty version which supports binary headers. by nathanmittler · 10 years ago
  88. ef2129c Add halfClose() to StreamListener. by ejona · 10 years ago
  89. 913de47 Add support for new gRPC protocol by ejona · 10 years ago
  90. 029f0d2 Don't use switch on string, for Java 6 compatibility by ejona · 10 years ago
  91. 57bfc6a Remove dependency on ByteBuffers. by ejona · 10 years ago
  92. 23fbc7c Adding support for manually specifying HTTP/2 :authority and :path headers. by nathanmittler · 10 years ago
  93. a7d735e Phase 2 of converting to new Headers mechanism for side-channel. by lryan · 10 years ago
  94. e4bd1c7 Phase 1 of converting to new Headers mechanism for side-channel. by lryan · 10 years ago
  95. 23ac15a Use String instead of MethodDescriptor in ServerCallHandler. by ejona · 10 years ago
  96. 8f3e9ee Remove usage of ImmutableXX collectors from calsses that GRpc Android version will care. by simonma · 10 years ago
  97. 18eb63b Remove dependencies on Google common internal: by simonma · 10 years ago
  98. 92938d1 Mimic MethodDescriptor in ServerMethodDefinition when serializing messages. by ejona · 10 years ago
  99. 8b23526 Correct tense of ServerCall.Listener.onCompleted(). by ejona · 10 years ago
  100. 43d2fcc Adding inbound flow control to Netty client and server transports. by nathanmittler · 10 years ago