1. 6ceb37a Add QPS Server and TLS support to QPS Client. by Jakob Buchgraber · 10 years ago
  2. e26608f Avoid MoreObjects for "old guava" compatibility by Eric Anderson · 10 years ago
  3. 4457494 Move TLS certificates. by Jakob Buchgraber · 10 years ago
  4. 303482a Fix race in OkHttp test by Eric Anderson · 10 years ago
  5. b55b200 Add missing dependency to benchmarks project by Eric Anderson · 10 years ago
  6. 74f231a Remove Guava Service from ClientTransport by Eric Anderson · 11 years ago
  7. db0d8ad Only run terminationRunnable once by Eric Anderson · 10 years ago
  8. 3fd7d06 Add QPS Client to perform throughput and latency tests. by Jakob Buchgraber · 10 years ago
  9. 127270b Fix shutdown race with negotiation by Eric Anderson · 10 years ago
  10. d2e35b0 Added utility class, ForwardingServerListener, that forwards calls to by nabeelmian · 10 years ago
  11. 8aa79b3 Improve thread safety of newStream() by Eric Anderson · 11 years ago
  12. c84ef83 Simplify connection callback handling in Netty by Eric Anderson · 11 years ago
  13. e6a7b6c netty: Don't throw exception on double close by Eric Anderson · 11 years ago
  14. f3a90cd netty: Cancel stream if interrupted during create by Eric Anderson · 11 years ago
  15. f129960 Fixing compiler build on OS X (Clang) by nmittler · 11 years ago
  16. e526989 Have test server print info about test client by Eric Anderson · 11 years ago
  17. fb28ad2 Improve Gradle build of protoc grpc plugin by Eric Anderson · 11 years ago
  18. d0e883a Fixing integration tests by nmittler · 11 years ago
  19. 89b8d7f Moving decompression to the channel thread. by nmittler · 11 years ago
  20. 2049e0d Have Gradle observe LDFLAGS/CXXFLAGS/CPPFLAGS by Eric Anderson · 11 years ago
  21. 0f1e24a Merge pull request #49 from nmittler/example_updates by Nathan Mittler · 11 years ago
  22. 8bc72b8 Updating examples based on recent changes. by nmittler · 11 years ago
  23. 6a93de9 Remove explicit Okio dependency. by Jake Wharton · 11 years ago
  24. b5291c9 Add Gradle wrapper for building. by Jake Wharton · 11 years ago
  25. 46d6729 Remove OkHttp submodule as we now depend on a release version. by Jake Wharton · 11 years ago
  26. f831458 Removing all references to "stubby" by nmittler · 11 years ago
  27. aeeebb7 Remove Service API from ServerImpl by Eric Anderson · 11 years ago
  28. 1905249 Removing Maven build by nmittler · 11 years ago
  29. 03f3f5c Reorder the fields of LogHelper to be consistent with initialization order because blaze would complain about it by zhangkun83 · 11 years ago
  30. 0ca6584 Move to a non-snapshot version of OkHttp by Manik Surtani · 11 years ago
  31. 02c953e Migrating run scripts to gradle. by nmittler · 11 years ago
  32. d54a463 Add README.md in the compiler directory by zhangkun83 · 11 years ago
  33. 0077e67 Remove unused imports by Eric Anderson · 11 years ago
  34. d0adadb Use proto interface instead of concrete class by Eric Anderson · 11 years ago
  35. c4a43e6 Fixes api drift, addressing inbound flow control. by Adrian Cole · 11 years ago
  36. ada32b0 Optimize number of DATA frames for unary requests by Eric Anderson · 11 years ago
  37. 5e60785 Add test target for codegen. by zhangkun83 · 11 years ago
  38. 02cc521 Fixing @GuardedBy annotation to use the correct lock name. by nmittler · 11 years ago
  39. de3a131 Changing gRPC Java inbound flow control model by nmittler · 11 years ago
  40. 52f4220 Adding .gitignore for eclipse files. by nmittler · 11 years ago
  41. 11026b6 Fix IntelliJ dependency on generated protobufs by Louis Ryan · 11 years ago
  42. 4de2026 Fix TODO attribution by ejona · 11 years ago
  43. 080e33e Align server flags with other languages by Eric Anderson · 11 years ago
  44. 6239965 Improve test client for real cert by Eric Anderson · 11 years ago
  45. f681eff Update .gitignore for Gradle by Eric Anderson · 11 years ago
  46. f589a4a Remove traces of gRPC v1 protocol vs gRPC v2 protocol. by simonma · 11 years ago
  47. 3df1c33 Reimplement test "readStatus" since v2 is here. by simonma · 11 years ago
  48. 9de8e4b Make Java codegen ready for open-source. It can be built with the Github HEAD by zhangkun · 11 years ago
  49. 7235a39 Remove Service API from ChannelImpl by ejona · 11 years ago
  50. 198a756 Add toString to Headers and Trailers by ejona · 11 years ago
  51. 828f941 Remove dependency on guava Lists for initializing list. by simonma · 11 years ago
  52. 3a29c98 Don't overwrite transportError in DATA processing by ejona · 11 years ago
  53. 11c363a Disallowing message delivery after status has been delivered to the listener. by nathanmittler · 11 years ago
  54. f8524a1 Add package name to the method string. by yangg · 11 years ago
  55. ee86ee4 Nano proto and Proto3 do no include fields that have their default values in the wire format. by rocking · 11 years ago
  56. c0f4192 Remove gRPC v1 support. by ejona · 11 years ago
  57. 1c20eb6 Implement cancel_after_* integration tests by ejona · 11 years ago
  58. 42fcc50 Implement empty_stream integration test by ejona · 11 years ago
  59. b09c26b Correctly handle disconnect notifications from Netty. by lryan · 11 years ago
  60. ca749c3 Export test_service codegen source instead of binary lib by ejona · 11 years ago
  61. d4531da Add README by ejona · 11 years ago
  62. 164b734 Adding gradle build for Java grpc by nathanmittler · 11 years ago
  63. 66ce667 Updating version of gRPC maven build to 0.1.0-SNAPSHOT. by nathanmittler · 11 years ago
  64. 4523059 Upgrade OkHttp for Android SNI / NPN fix by ejona · 11 years ago
  65. 601b56e Update grpc opensource build to depend on okhttp-2.1 by lryan · 11 years ago
  66. ce8723b Add Netty as a git submodule. by ejona · 11 years ago
  67. 1852e9c Add gitignore to github repo. by ejona · 11 years ago
  68. 42989a8 Allow killing test server/client by ejona · 11 years ago
  69. fc30031 Change default gRPC protocol to v2. by ejona · 11 years ago
  70. 682f8aa Correct comment by simonma · 11 years ago
  71. 70341df Fixing Maven build for gRPC Java. by nathanmittler · 11 years ago
  72. 56e307f Add BSD license header to all source files by lryan · 11 years ago
  73. 7f55e81 Allow use of a LocalChannel with Netty & HTTP2 by lryan · 11 years ago
  74. 9dd0c94 Add SslSocketFactory support to OkHttpTransportFactory. by rocking · 11 years ago
  75. 2b116ef Encode binary headers with Base64 on the wire, and requires all binary headers by zhangkun · 11 years ago
  76. 63fc647 Inspect content type from trailers when there are no headers. by zhangkun · 11 years ago
  77. fb09bba Don't leak decompressor in gRPC v2. by ejona · 11 years ago
  78. 751a4df Remove JDK1.7 method InetSocketAddress#getHostString since JDK1.7 is only supported by Android after 4.4 KitKat. by simonma · 11 years ago
  79. 8375cd0 GRPC Java clients will send the "te: trailers" header, and the server will by zhangkun · 11 years ago
  80. 4332c2f Change the HTTP code -> GRPC Status mapping to comply with http canonical mapping by zhangkun · 11 years ago
  81. c5e70c2 Remove StreamState and use inboundPhase/outboundPhase instead by lryan · 11 years ago
  82. abdbf49 Changing TestServiceServer to use ListenableFuture for determining when the server has been successfully started. by nathanmittler · 11 years ago
  83. be29ba5 Upgrading to latest Netty. by nathanmittler · 11 years ago
  84. f96e7e8 Use real TLS security by default. by ejona · 11 years ago
  85. b186b37 Remove client-streaming and bi-di streaming methods from blocking client interface. by zhangkun · 11 years ago
  86. 0d8477c Adding crude outbound flow control to OkHttp transport. by nathanmittler · 11 years ago
  87. d7f7877 Allow stream state HALF_CLOSED_REMOTE in the gRPC Java client. by nathanmittler · 11 years ago
  88. 054f595 Separate the default event loop groups for client and server, to prevent by zhangkun · 11 years ago
  89. 28a2aba Enable full-size payloads in integration tests. by ejona · 11 years ago
  90. 63271f4 Fixing a compatibility issue between the GFE and gRPC java client for the V2 protocol. by nathanmittler · 11 years ago
  91. 5d953e8 Updating gRPC code to use the latest Netty with application-level flow control support. by nathanmittler · 11 years ago
  92. 01152e0 Fix workaround in place for GFE's lack of trailers. by ejona · 11 years ago
  93. 0f56c47 Handle exceptions thrown by the application by ejona · 11 years ago
  94. 1f2a186 Fix NullPointerException in AbstractServerStream when deframer reports error and fix error message propagation by lryan · 11 years ago
  95. aa0b7cc Forbid calling next more than once in interceptors. by zhangkun · 11 years ago
  96. 4073a8a Remove redundant field from AbstractClientStream by lryan · 11 years ago
  97. 669724a Rationalize the XXXStream classes to reduce code smear and make Netty/OkHTTP behave more consistently. by lryan · 11 years ago
  98. ff669ac More precise Builder generics by ejona · 11 years ago
  99. ba653d4 Move StubConfigTest to third_party by ejona · 11 years ago
  100. 2a93c47 Remove GrpcServer to allow more tests to move to third_party. by ejona · 11 years ago