1. 2dbae4d Use zero-filled payload for UNCOMPRESSED. by ejona · 10 years ago
  2. 0304b3d Cleaning up various compiler warnings in preparation for opensource. by nathanmittler · 10 years ago
  3. 96e6ed9 Define threading requirements of StreamObserver by ejona · 10 years ago
  4. df9867d Support early-OK from Server. by ejona · 10 years ago
  5. 0a58533 Pre-serialize status codes, for efficiency by ejona · 10 years ago
  6. 905d387 Porting GrpcClient and GrpcServer to third_party. by nathanmittler · 10 years ago
  7. 46118bb Add server support for TLS. by ejona · 10 years ago
  8. 988f219 Handle Headers and Trailers in OkHttp client transport. by simonma · 10 years ago
  9. 8b4ecad Use "/" instead of "." as the separator between service name and client name. by yangg · 10 years ago
  10. 1e55c6e Remove Deframer and InputStreamDeframer since we are not using them anymore. by simonma · 10 years ago
  11. 2ce8215 Fix bug 18054433, only register one listener on transport service. by simonma · 10 years ago
  12. 28fb46e Updates to migrate to the latest Netty version. by nathanmittler · 10 years ago
  13. 28497e3 Add support for servers to deliver response headers by lryan · 10 years ago
  14. 29d8c03 Support inbound flow control in okhttp transport, and the first step to support V2 protocol. by simonma · 10 years ago
  15. b95c094 The client and server usage examples based on stock.proto. by zhangkun · 10 years ago
  16. fcab51c Don't send 0-length data frame. by simonma · 10 years ago
  17. 8d6d12e Convenient builders for channels and servers. by zhangkun · 10 years ago
  18. 3411fda Implement trailer support in Netty transport by ejona · 10 years ago
  19. 8c76c8a Remove Java 7isms and fix Maven compilation by ejona · 10 years ago
  20. c1f4b73 Adding shutdown logic to NettyServerTransport. by nathanmittler · 10 years ago
  21. de0a16c Use something closer to the appropriate mime-type. by ejona · 10 years ago
  22. dd7ba53 gRPC status is always sent as ASCII. by ejona · 10 years ago
  23. 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
  24. 125c1ce Delete Session, Operation and ALL of its associated cruft. by lryan · 10 years ago
  25. 7bc12bf Upgrade OkHttp to the head (commit 2d6b3770d9ef3424a12c4c243596a34cc07cbef1), for having Http2 draft 14. by simonma · 10 years ago
  26. 06ed8ec Various updates to properly handle gRPC connection startup and shutdown. by nathanmittler · 10 years ago
  27. bb9699e Fixes a few issues in netty server transport: by zhangkun · 10 years ago
  28. 53acb1c Remove the old & new HTTP transports as they are incapable of supporting trailers using their by lryan · 10 years ago
  29. 52f92d0 Use our own SerializingExecutor. by simonma · 10 years ago
  30. 01c9617 GRPC server codegen: generates the bindService() method that returns a by zhangkun · 10 years ago
  31. 1dcc3c7 Added SSL support to gRPC java server used for integration tests. by wonderfly · 10 years ago
  32. 653ffd9 ServerImpl by ejona · 10 years ago
  33. eb3fc58 Create an in-process adapter between ClientTransport and HandlerRegistry by lryan · 10 years ago
  34. 8f6e2c2 Fix UNAUTHENTICATED status to point in Java Status class to point to correct code. by scottpeterson · 10 years ago
  35. 71e4a92 First steps in reducing dependency on proto from runtime. by lryan · 10 years ago
  36. 65be3c7 Simple echo client. by nathanmittler · 10 years ago
  37. f7bbb97 Removed proto dependency from Buffers.java: by simonma · 10 years ago
  38. 1369ea1 Metadata improvements. by lryan · 10 years ago
  39. 5579411 Fix reference counting misaccounting. by ejona · 10 years ago
  40. 6fc356b Split out a ClientStreamListener from StreamListener. by ejona · 10 years ago
  41. 9d50299 Plumb trailer passing through transport streams. by ejona · 10 years ago
  42. fc7a052 Updating gRPC code to the latest Netty version which supports binary headers. by nathanmittler · 10 years ago
  43. ef2129c Add halfClose() to StreamListener. by ejona · 10 years ago
  44. 913de47 Add support for new gRPC protocol by ejona · 10 years ago
  45. 029f0d2 Don't use switch on string, for Java 6 compatibility by ejona · 10 years ago
  46. 57bfc6a Remove dependency on ByteBuffers. by ejona · 10 years ago
  47. 23fbc7c Adding support for manually specifying HTTP/2 :authority and :path headers. by nathanmittler · 10 years ago
  48. a7d735e Phase 2 of converting to new Headers mechanism for side-channel. by lryan · 10 years ago
  49. e4bd1c7 Phase 1 of converting to new Headers mechanism for side-channel. by lryan · 10 years ago
  50. 23ac15a Use String instead of MethodDescriptor in ServerCallHandler. by ejona · 10 years ago
  51. 8f3e9ee Remove usage of ImmutableXX collectors from calsses that GRpc Android version will care. by simonma · 10 years ago
  52. 18eb63b Remove dependencies on Google common internal: by simonma · 10 years ago
  53. 92938d1 Mimic MethodDescriptor in ServerMethodDefinition when serializing messages. by ejona · 10 years ago
  54. 8b23526 Correct tense of ServerCall.Listener.onCompleted(). by ejona · 10 years ago
  55. 43d2fcc Adding inbound flow control to Netty client and server transports. by nathanmittler · 10 years ago
  56. 048649e Implements the netty-based server transport. by zhangkun · 10 years ago
  57. 4e315e0 Fix more transport error and shutdown scenarios. by ejona · 10 years ago
  58. 4a3b5d1 Fix possible NPE when starting a transport fails before startAsync() returns. by ejona · 10 years ago
  59. e081a22 Updates to GRPC code resulting from Netty upgrade. by nathanmittler · 10 years ago
  60. b645b38 Fix a NPE, Http20Draft12 requires non-null debugData for FrameWriter.goAway(). by simonma · 10 years ago
  61. 070e308 Have stricter dependencies and build in modules. by ejona · 10 years ago
  62. 7a2d8df Move OAuth integration to third_party. by ejona · 10 years ago
  63. 603959e Remove unused ByteBufDeframer. by ejona · 10 years ago
  64. 3184bb8 Fix all the generics! (in ServerInterceptorsTest) by ejona · 10 years ago
  65. 886f40d Add missing generics for ServerMethodDefinition in ServerServiceDefinition. by ejona · 10 years ago
  66. 290d657 Remove unnecessary Generic parameters from ServerCall. by ejona · 10 years ago
  67. 42af07c Upgrade GRPC Java/Netty to HTTP/2 draft 14. by nathanmittler · 10 years ago
  68. 34aede3 Move inner classes out of Server. by ejona · 10 years ago
  69. ba71ee9 Swap Server from Builder to HandlerRegistry. by ejona · 10 years ago
  70. 64eae04 Refactoring Deframing code for Netty. by nathanmittler · 10 years ago
  71. e1ae25c Makes the Status-generated exceptions contain the status code. by zhangkun · 10 years ago
  72. 1a87ab2 Rollforward of 72928317 with fixes to grpc_java_external. by angusdavis · 10 years ago
  73. 1966d5b Make sure Stream.cancel() can be called multiple times. by simonma · 10 years ago
  74. f2c4c85 Update integration tests. by simonma · 10 years ago
  75. c7d33bf Define threading expectation for Stream by zhangkun · 10 years ago
  76. 621706a Add basic OAuth support to gRPC. by ejona · 10 years ago
  77. 88efcaf Adding CompositeBuffer and a few other utilties related to Buffers. by nathanmittler · 10 years ago
  78. bd56449 Adding new interface GrpcMessageListener and refactoring framing classes to use it. by nathanmittler · 10 years ago
  79. a9c6c08 Add missing generics in MethodDescriptor by ejona · 10 years ago
  80. 7bf17dc Improve okhttp client transport, handles go away and add unit test. by simonma · 10 years ago
  81. 5f334f7 Adding support for TLS negotiation to new Netty transport. by nathanmittler · 10 years ago
  82. ed85499 Renames Stream.close() to Stream.halfClose(), to be consistent with by zhangkun · 10 years ago
  83. 712e9c1 Adds call type to MethodDescriptor as some transports need to know whether by zhangkun · 10 years ago
  84. f97eb73 Add Server API, a.k.a., Channel for incoming requests. by ejona · 10 years ago
  85. edee75f Migrate callers of MoreExecutors.sameThreadExecutor() to use either by lukes · 10 years ago
  86. 56f5ec3 Upgrading OKHTTP to v2.0 by brettmorgan · 10 years ago
  87. 77d9706 Add okhttp client transport. by simonma · 10 years ago
  88. 14af1cb Extracting out the Netty negotiation logic into a separate utility class. by nathanmittler · 10 years ago
  89. 1e26ae1 Fixes GRPC third_party TAP breakage due to naming changes on generated interfaces. by zhangkun · 10 years ago
  90. bf8870b Update GRPC to work with latest Netty version. by nathanmittler · 10 years ago
  91. a3f0180 Add simple context exchange mechanism by wrapping Channel. by lryan · 10 years ago
  92. 3465040 Add ability to bind HTTP style headers to stubs and have them propagate over by lryan · 10 years ago
  93. c0a0681 Adding simple Transport for HTTP. Also creating abstract base classes for common stream/transport code. by nathanmittler · 10 years ago
  94. e7a43e4 Workaround error caused by zero-length DATA frames. by ejona · 10 years ago
  95. cc7cdb1 Implementing Netty-based GRPC Client Transport. Server-side will be implemented in a follow-up CL. by nathanmittler · 10 years ago
  96. 0359907 Add NPN/ALPN support via Jetty extensions by lryan · 10 years ago
  97. ad1ee03 Clarifying the InputStream ownership contract in Call.Listener and StreamListener. by nathanmittler · 10 years ago
  98. 46fea97 Some minor cleanup on the transport API (documentation and such). by nathanmittler · 10 years ago
  99. 05a2b25 New Buffer type for transport API. by nathanmittler · 10 years ago
  100. f4694f5 A couple minor fixes to Channel for bugs exposed while integration testing with Netty transport. by nathanmittler · 10 years ago