1. 1787106 isReady() should return false until stream allocated by Eric Anderson · 9 years ago
  2. 518b7db Slight performance improvment for MutableHandlerRegistryImpl by nmittler · 9 years ago
  3. 3462eb0 Handle OkHttp throwing exception during start() by Eric Anderson · 9 years ago
  4. 4e82a11 Make Channel/Server abstract classes by Eric Anderson · 9 years ago
  5. 1fa11ce Adding default implementation of onReady in Call and ServerCall by nmittler · 9 years ago
  6. 64176d5 Adding outbound flow control for Netty. by nmittler · 9 years ago
  7. f2cba89 Update Netty to 9d70cf3 to pick up https://github.com/netty/netty/commit/8271c8a which eliminates by Louis Ryan · 9 years ago
  8. 4a05869 Replace Operation*Exception with Status*Exception by Eric Anderson · 9 years ago
  9. 7779b4f Cleaning up some warnings. by nmittler · 9 years ago
  10. 2b33598 Don't overwrite error message if bad headers by Eric Anderson · 9 years ago
  11. d8d7908 Avoid flushing CreateStreamCommand for calls where the client is known to send a payload immediately afterward. by Louis Ryan · 9 years ago
  12. 2fb03b0 Fix style violations added in 986d221 by Eric Anderson · 9 years ago
  13. 986d221 Fix issue where close can be called in a reentrant fashion by framer writing causing exception to be thrown by transport by Louis Ryan · 9 years ago
  14. f679edc Fix memeory leak in MessageFramer caused by allocation of 'empty' buffers never being released. by Louis Ryan · 9 years ago
  15. d0aad72 okhttp: Clean up stream when error happens. by Xudong Ma · 9 years ago
  16. 2f4aa5a Use Status "UNKNOWN" instead of "INTERNAL" when Status.fromThrowable can not find a cause with a status. by Xudong Ma · 9 years ago
  17. f7010f2 Use message size as a hint to the allocator for buffer capacity. by Louis Ryan · 9 years ago
  18. fc3e416 Propagate explicit flushes through MessageFramer by Eric Anderson · 9 years ago
  19. 4f4f8e4 Remove Guava's Service from server transport by Eric Anderson · 9 years ago
  20. f920bad Upgrading to the latest Netty version. by nmittler · 9 years ago
  21. e23f899 Split protobuf into its own project by Eric Anderson · 9 years ago
  22. d077290 Fix warnings (JavaDoc and [deprecated]) by Eric Anderson · 9 years ago
  23. 0d89d3d Fix the issue where the intecepting call fails in start(), does not by Kun Zhang · 9 years ago
  24. 9aae6f6 checkstyle change: by Xudong Ma · 9 years ago
  25. 45682db Hold lock while reading isThreadScheduled by Eric Anderson · 9 years ago
  26. d70d91b Improve JavaDoc for Status by Eric Anderson · 9 years ago
  27. 2cad9e6 Add "unsed import" check. by Xudong Ma · 9 years ago
  28. 966e120 Add precondition to throw more informative exception when calling request() before start() has been called. by zhangkun83 · 9 years ago
  29. 9175d9d Fix data corruption issue receiving payloads > 2kB by Thomas ten Cate · 9 years ago
  30. a6edc29 Improve Status exception message by Eric Anderson · 9 years ago
  31. 78cde0d Move Status.toString next to other methods by Eric Anderson · 9 years ago
  32. 23972a2 Adding outbound flow control API for the transport API by nmittler · 9 years ago
  33. 9f56145 Adding outbound flow control API for Call/ServerCall by nmittler · 9 years ago
  34. 040007e Add package statement to HttpUtilTest by Eric Anderson · 9 years ago
  35. c3e8dae Add checkstyle checking by Eric Anderson · 10 years ago
  36. 0076243 Add WritableBuffer interface for zero copy data writes. Fixes #8 by Jakob Buchgraber · 9 years ago
  37. 76d0955 Clean up warnings by Eric Anderson · 9 years ago
  38. acfe3de Stall MessageDeframer pro-actively by Eric Anderson · 9 years ago
  39. 238a4cb Add two extra cases to make edge case testing more obvious. by Eric Anderson · 9 years ago
  40. 8986fc3 Reorganize tests. Tweak Javadoc formatting by Eric Anderson · 9 years ago
  41. 0e904f0 Tweak Http2Error and add tests by Eric Anderson · 9 years ago
  42. 2a42509 Migrating to Netty 4.1 by nmittler · 9 years ago
  43. ad5ae25 Fixes javadoc errors by Jorge Canizales · 9 years ago
  44. f1b6f62 Merge pull request #166 from nmittler/doclint by Nathan Mittler · 9 years ago
  45. dfcfb7b Tightening up error message for GO_AWAY. by nmittler · 9 years ago
  46. 4deff02 Proper buffer closure when receiving DATA with EOS by nmittler · 9 years ago
  47. 732cfc0 Disable Javadoc doclint on Java 8 by nmittler · 9 years ago
  48. ef87818 Polish javadoc for transport/ by zhangkun83 · 9 years ago
  49. 46dd47f Cleanup Javadoc for Channel, ServerCall and their related classes. by Louis Ryan · 9 years ago
  50. 425e3c0 Remove dead GrpcFramingUtil class by Louis Ryan · 9 years ago
  51. 95c6f50 Udate TODOs to use Github user names by Louis Ryan · 9 years ago
  52. ee6c9d7 Add scary JavaDoc to Metadata.setAuthority() by Eric Anderson · 9 years ago
  53. dbf7d52 Make sure to close InputStream even if cancelled by Eric Anderson · 9 years ago
  54. 07d0917 Add ServerImpl#awaitTerminated() method. Fixes #80 by Jakob Buchgraber · 9 years ago
  55. e26608f Avoid MoreObjects for "old guava" compatibility by Eric Anderson · 9 years ago
  56. 74f231a Remove Guava Service from ClientTransport by Eric Anderson · 10 years ago
  57. db0d8ad Only run terminationRunnable once by Eric Anderson · 9 years ago
  58. d2e35b0 Added utility class, ForwardingServerListener, that forwards calls to by nabeelmian · 9 years ago
  59. 8aa79b3 Improve thread safety of newStream() by Eric Anderson · 9 years ago
  60. f3a90cd netty: Cancel stream if interrupted during create by Eric Anderson · 10 years ago
  61. d0e883a Fixing integration tests by nmittler · 10 years ago
  62. 89b8d7f Moving decompression to the channel thread. by nmittler · 10 years ago
  63. f831458 Removing all references to "stubby" by nmittler · 10 years ago
  64. aeeebb7 Remove Service API from ServerImpl by Eric Anderson · 10 years ago
  65. 1905249 Removing Maven build by nmittler · 10 years ago
  66. 02c953e Migrating run scripts to gradle. by nmittler · 10 years ago
  67. d0adadb Use proto interface instead of concrete class by Eric Anderson · 10 years ago
  68. ada32b0 Optimize number of DATA frames for unary requests by Eric Anderson · 10 years ago
  69. de3a131 Changing gRPC Java inbound flow control model by nmittler · 10 years ago
  70. 4de2026 Fix TODO attribution by ejona · 10 years ago
  71. f589a4a Remove traces of gRPC v1 protocol vs gRPC v2 protocol. by simonma · 10 years ago
  72. 7235a39 Remove Service API from ChannelImpl by ejona · 10 years ago
  73. 198a756 Add toString to Headers and Trailers by ejona · 10 years ago
  74. 828f941 Remove dependency on guava Lists for initializing list. by simonma · 10 years ago
  75. 3a29c98 Don't overwrite transportError in DATA processing by ejona · 10 years ago
  76. 11c363a Disallowing message delivery after status has been delivered to the listener. by nathanmittler · 10 years ago
  77. f8524a1 Add package name to the method string. by yangg · 10 years ago
  78. c0f4192 Remove gRPC v1 support. by ejona · 10 years ago
  79. 164b734 Adding gradle build for Java grpc by nathanmittler · 10 years ago
  80. 66ce667 Updating version of gRPC maven build to 0.1.0-SNAPSHOT. by nathanmittler · 10 years ago
  81. fc30031 Change default gRPC protocol to v2. by ejona · 10 years ago
  82. 56e307f Add BSD license header to all source files by lryan · 10 years ago
  83. 2b116ef Encode binary headers with Base64 on the wire, and requires all binary headers by zhangkun · 10 years ago
  84. 63fc647 Inspect content type from trailers when there are no headers. by zhangkun · 10 years ago
  85. fb09bba Don't leak decompressor in gRPC v2. by ejona · 10 years ago
  86. 8375cd0 GRPC Java clients will send the "te: trailers" header, and the server will by zhangkun · 10 years ago
  87. 4332c2f Change the HTTP code -> GRPC Status mapping to comply with http canonical mapping by zhangkun · 10 years ago
  88. c5e70c2 Remove StreamState and use inboundPhase/outboundPhase instead by lryan · 10 years ago
  89. f96e7e8 Use real TLS security by default. by ejona · 10 years ago
  90. 054f595 Separate the default event loop groups for client and server, to prevent by zhangkun · 10 years ago
  91. 63271f4 Fixing a compatibility issue between the GFE and gRPC java client for the V2 protocol. by nathanmittler · 10 years ago
  92. 5d953e8 Updating gRPC code to use the latest Netty with application-level flow control support. by nathanmittler · 10 years ago
  93. 01152e0 Fix workaround in place for GFE's lack of trailers. by ejona · 10 years ago
  94. 0f56c47 Handle exceptions thrown by the application by ejona · 10 years ago
  95. 1f2a186 Fix NullPointerException in AbstractServerStream when deframer reports error and fix error message propagation by lryan · 10 years ago
  96. aa0b7cc Forbid calling next more than once in interceptors. by zhangkun · 10 years ago
  97. 4073a8a Remove redundant field from AbstractClientStream by lryan · 10 years ago
  98. 669724a Rationalize the XXXStream classes to reduce code smear and make Netty/OkHTTP behave more consistently. by lryan · 10 years ago
  99. ff669ac More precise Builder generics by ejona · 10 years ago
  100. 776ff86 Eliminate ForwardingChannel and switch all use cases to client interceptors. by zhangkun · 10 years ago