1. 77d9706 Add okhttp client transport. by simonma · 10 years ago
  2. 14af1cb Extracting out the Netty negotiation logic into a separate utility class. by nathanmittler · 10 years ago
  3. 1e26ae1 Fixes GRPC third_party TAP breakage due to naming changes on generated interfaces. by zhangkun · 10 years ago
  4. bf8870b Update GRPC to work with latest Netty version. by nathanmittler · 10 years ago
  5. a3f0180 Add simple context exchange mechanism by wrapping Channel. by lryan · 10 years ago
  6. 3465040 Add ability to bind HTTP style headers to stubs and have them propagate over by lryan · 10 years ago
  7. c0a0681 Adding simple Transport for HTTP. Also creating abstract base classes for common stream/transport code. by nathanmittler · 10 years ago
  8. e7a43e4 Workaround error caused by zero-length DATA frames. by ejona · 10 years ago
  9. cc7cdb1 Implementing Netty-based GRPC Client Transport. Server-side will be implemented in a follow-up CL. by nathanmittler · 10 years ago
  10. 0359907 Add NPN/ALPN support via Jetty extensions by lryan · 10 years ago
  11. ad1ee03 Clarifying the InputStream ownership contract in Call.Listener and StreamListener. by nathanmittler · 10 years ago
  12. 46fea97 Some minor cleanup on the transport API (documentation and such). by nathanmittler · 10 years ago
  13. 05a2b25 New Buffer type for transport API. by nathanmittler · 10 years ago
  14. f4694f5 A couple minor fixes to Channel for bugs exposed while integration testing with Netty transport. by nathanmittler · 10 years ago
  15. 6933667 Sync with new error code. by simonma · 10 years ago
  16. 56c1d8c Fixing gRPC code to work with new Netty jar by nathanmittler · 10 years ago
  17. cc9ca96 Update message framing IDs to adhere to gRPC spec by ejona · 10 years ago
  18. 7f23d5c Copy framing classes to newtransport, tweaking some of their APIs by ejona · 10 years ago
  19. c638f95 Port client tests to newtransport. by ejona · 10 years ago
  20. 82c87ab Fix bugs exposed by test_TestServiceBenchmarks. by ejona · 10 years ago
  21. 88a7582 Deframer.deframe returns number of unprocessed bytes. by ejona · 10 years ago
  22. 9334b6f Adding first-cut at generic Netty client and servers implementing the Service interface. by nathanmittler · 10 years ago
  23. 4d64220 [2/2] Swap Operation wrapping from Channel to Transport. by ejona · 10 years ago
  24. 4fd4845 Remove fluent-style from newtransport Stream. by ejona · 10 years ago
  25. 5e01cea Change newtransport to use c.g.n.stubby.Status. by ejona · 10 years ago
  26. 35cabd0 [1/2] Split Channel and Stub APIs, implement Channel. by ejona · 10 years ago
  27. 0cf7d4c Bring netty5 up to head to support HTTP2 draft 12 so we can test with GFE by lryan · 10 years ago
  28. d784765 Updating the transport Stream API to allow for callbacks for when a message was accepted by flow control. by nathanmittler · 10 years ago
  29. 2af35d9 Improve JavaDoc, including style fixes by ejona · 10 years ago
  30. f8bbc12 Remove SPDY support from GRPC by lryan · 10 years ago
  31. ef31a5f First cut at the GRPC Transport interfaces for Java. by nathanmittler · 10 years ago
  32. 8be938e Move newstub to third_party and rename to stub. by ejona · 10 years ago
  33. 2ce8446 Large refactor to: by lryan · 10 years ago
  34. 347a22d Add toString() to Status. by zhangkun · 10 years ago
  35. 07d3f6a Move gRPC core to third_party by ejona · 10 years ago
  36. de5413f Initial commit by ejona · 10 years ago