1. e23f899 Split protobuf into its own project by Eric Anderson · 9 years ago
  2. d077290 Fix warnings (JavaDoc and [deprecated]) by Eric Anderson · 9 years ago
  3. 0d89d3d Fix the issue where the intecepting call fails in start(), does not by Kun Zhang · 9 years ago
  4. 9aae6f6 checkstyle change: by Xudong Ma · 9 years ago
  5. 45682db Hold lock while reading isThreadScheduled by Eric Anderson · 9 years ago
  6. d70d91b Improve JavaDoc for Status by Eric Anderson · 9 years ago
  7. 2cad9e6 Add "unsed import" check. by Xudong Ma · 9 years ago
  8. 966e120 Add precondition to throw more informative exception when calling request() before start() has been called. by zhangkun83 · 9 years ago
  9. 9175d9d Fix data corruption issue receiving payloads > 2kB by Thomas ten Cate · 9 years ago
  10. a6edc29 Improve Status exception message by Eric Anderson · 9 years ago
  11. 78cde0d Move Status.toString next to other methods by Eric Anderson · 9 years ago
  12. 23972a2 Adding outbound flow control API for the transport API by nmittler · 9 years ago
  13. 9f56145 Adding outbound flow control API for Call/ServerCall by nmittler · 9 years ago
  14. 040007e Add package statement to HttpUtilTest by Eric Anderson · 9 years ago
  15. c3e8dae Add checkstyle checking by Eric Anderson · 10 years ago
  16. 0076243 Add WritableBuffer interface for zero copy data writes. Fixes #8 by Jakob Buchgraber · 9 years ago
  17. 76d0955 Clean up warnings by Eric Anderson · 9 years ago
  18. acfe3de Stall MessageDeframer pro-actively by Eric Anderson · 9 years ago
  19. 238a4cb Add two extra cases to make edge case testing more obvious. by Eric Anderson · 9 years ago
  20. 8986fc3 Reorganize tests. Tweak Javadoc formatting by Eric Anderson · 9 years ago
  21. 0e904f0 Tweak Http2Error and add tests by Eric Anderson · 9 years ago
  22. 2a42509 Migrating to Netty 4.1 by nmittler · 9 years ago
  23. ad5ae25 Fixes javadoc errors by Jorge Canizales · 9 years ago
  24. f1b6f62 Merge pull request #166 from nmittler/doclint by Nathan Mittler · 9 years ago
  25. dfcfb7b Tightening up error message for GO_AWAY. by nmittler · 9 years ago
  26. 4deff02 Proper buffer closure when receiving DATA with EOS by nmittler · 9 years ago
  27. 732cfc0 Disable Javadoc doclint on Java 8 by nmittler · 9 years ago
  28. ef87818 Polish javadoc for transport/ by zhangkun83 · 9 years ago
  29. 46dd47f Cleanup Javadoc for Channel, ServerCall and their related classes. by Louis Ryan · 9 years ago
  30. 425e3c0 Remove dead GrpcFramingUtil class by Louis Ryan · 9 years ago
  31. 95c6f50 Udate TODOs to use Github user names by Louis Ryan · 10 years ago
  32. ee6c9d7 Add scary JavaDoc to Metadata.setAuthority() by Eric Anderson · 10 years ago
  33. dbf7d52 Make sure to close InputStream even if cancelled by Eric Anderson · 10 years ago
  34. 07d0917 Add ServerImpl#awaitTerminated() method. Fixes #80 by Jakob Buchgraber · 10 years ago
  35. e26608f Avoid MoreObjects for "old guava" compatibility by Eric Anderson · 10 years ago
  36. 74f231a Remove Guava Service from ClientTransport by Eric Anderson · 10 years ago
  37. db0d8ad Only run terminationRunnable once by Eric Anderson · 10 years ago
  38. d2e35b0 Added utility class, ForwardingServerListener, that forwards calls to by nabeelmian · 10 years ago
  39. 8aa79b3 Improve thread safety of newStream() by Eric Anderson · 10 years ago
  40. f3a90cd netty: Cancel stream if interrupted during create by Eric Anderson · 10 years ago
  41. d0e883a Fixing integration tests by nmittler · 10 years ago
  42. 89b8d7f Moving decompression to the channel thread. by nmittler · 10 years ago
  43. f831458 Removing all references to "stubby" by nmittler · 10 years ago
  44. aeeebb7 Remove Service API from ServerImpl by Eric Anderson · 10 years ago
  45. 1905249 Removing Maven build by nmittler · 10 years ago
  46. 02c953e Migrating run scripts to gradle. by nmittler · 10 years ago
  47. d0adadb Use proto interface instead of concrete class by Eric Anderson · 10 years ago
  48. ada32b0 Optimize number of DATA frames for unary requests by Eric Anderson · 10 years ago
  49. de3a131 Changing gRPC Java inbound flow control model by nmittler · 10 years ago
  50. 4de2026 Fix TODO attribution by ejona · 10 years ago
  51. f589a4a Remove traces of gRPC v1 protocol vs gRPC v2 protocol. by simonma · 10 years ago
  52. 7235a39 Remove Service API from ChannelImpl by ejona · 10 years ago
  53. 198a756 Add toString to Headers and Trailers by ejona · 10 years ago
  54. 828f941 Remove dependency on guava Lists for initializing list. by simonma · 10 years ago
  55. 3a29c98 Don't overwrite transportError in DATA processing by ejona · 10 years ago
  56. 11c363a Disallowing message delivery after status has been delivered to the listener. by nathanmittler · 10 years ago
  57. f8524a1 Add package name to the method string. by yangg · 10 years ago
  58. c0f4192 Remove gRPC v1 support. by ejona · 10 years ago
  59. 164b734 Adding gradle build for Java grpc by nathanmittler · 10 years ago
  60. 66ce667 Updating version of gRPC maven build to 0.1.0-SNAPSHOT. by nathanmittler · 10 years ago
  61. fc30031 Change default gRPC protocol to v2. by ejona · 10 years ago
  62. 56e307f Add BSD license header to all source files by lryan · 10 years ago
  63. 2b116ef Encode binary headers with Base64 on the wire, and requires all binary headers by zhangkun · 10 years ago
  64. 63fc647 Inspect content type from trailers when there are no headers. by zhangkun · 10 years ago
  65. fb09bba Don't leak decompressor in gRPC v2. by ejona · 10 years ago
  66. 8375cd0 GRPC Java clients will send the "te: trailers" header, and the server will by zhangkun · 10 years ago
  67. 4332c2f Change the HTTP code -> GRPC Status mapping to comply with http canonical mapping by zhangkun · 10 years ago
  68. c5e70c2 Remove StreamState and use inboundPhase/outboundPhase instead by lryan · 10 years ago
  69. f96e7e8 Use real TLS security by default. by ejona · 10 years ago
  70. 054f595 Separate the default event loop groups for client and server, to prevent by zhangkun · 10 years ago
  71. 63271f4 Fixing a compatibility issue between the GFE and gRPC java client for the V2 protocol. by nathanmittler · 10 years ago
  72. 5d953e8 Updating gRPC code to use the latest Netty with application-level flow control support. by nathanmittler · 10 years ago
  73. 01152e0 Fix workaround in place for GFE's lack of trailers. by ejona · 10 years ago
  74. 0f56c47 Handle exceptions thrown by the application by ejona · 10 years ago
  75. 1f2a186 Fix NullPointerException in AbstractServerStream when deframer reports error and fix error message propagation by lryan · 10 years ago
  76. aa0b7cc Forbid calling next more than once in interceptors. by zhangkun · 10 years ago
  77. 4073a8a Remove redundant field from AbstractClientStream by lryan · 10 years ago
  78. 669724a Rationalize the XXXStream classes to reduce code smear and make Netty/OkHTTP behave more consistently. by lryan · 10 years ago
  79. ff669ac More precise Builder generics by ejona · 10 years ago
  80. 776ff86 Eliminate ForwardingChannel and switch all use cases to client interceptors. by zhangkun · 10 years ago
  81. 48e734d Dedicated ClientInterceptor interface and utilities. by zhangkun · 10 years ago
  82. 9a148a5 Remove outbound flow control interface. by ejona · 10 years ago
  83. ffc18f6 Adding MOE configuration for grpc_java. by nathanmittler · 10 years ago
  84. 7dc48e2 SharedResourceHolder is a utility that manages expensive resources (thread by zhangkun · 10 years ago
  85. 29cbef1 Renaming gRPC-java "newtransport" package to just "transport". by nathanmittler · 10 years ago
  86. 3c986bb Move protobuf code dependencies to net/stubby/proto by simonma · 10 years ago
  87. 0304b3d Cleaning up various compiler warnings in preparation for opensource. by nathanmittler · 10 years ago
  88. df9867d Support early-OK from Server. by ejona · 10 years ago
  89. 0a58533 Pre-serialize status codes, for efficiency by ejona · 10 years ago
  90. 46118bb Add server support for TLS. by ejona · 10 years ago
  91. 988f219 Handle Headers and Trailers in OkHttp client transport. by simonma · 10 years ago
  92. 1e55c6e Remove Deframer and InputStreamDeframer since we are not using them anymore. by simonma · 10 years ago
  93. 2ce8215 Fix bug 18054433, only register one listener on transport service. by simonma · 10 years ago
  94. 28fb46e Updates to migrate to the latest Netty version. by nathanmittler · 10 years ago
  95. 28497e3 Add support for servers to deliver response headers by lryan · 10 years ago
  96. 29d8c03 Support inbound flow control in okhttp transport, and the first step to support V2 protocol. by simonma · 10 years ago
  97. b95c094 The client and server usage examples based on stock.proto. by zhangkun · 10 years ago
  98. fcab51c Don't send 0-length data frame. by simonma · 10 years ago
  99. 8d6d12e Convenient builders for channels and servers. by zhangkun · 10 years ago
  100. 3411fda Implement trailer support in Netty transport by ejona · 10 years ago