1. e4bd1c7 Phase 1 of converting to new Headers mechanism for side-channel. by lryan · 10 years ago
  2. 23ac15a Use String instead of MethodDescriptor in ServerCallHandler. by ejona · 10 years ago
  3. 8f3e9ee Remove usage of ImmutableXX collectors from calsses that GRpc Android version will care. by simonma · 10 years ago
  4. 18eb63b Remove dependencies on Google common internal: by simonma · 10 years ago
  5. 92938d1 Mimic MethodDescriptor in ServerMethodDefinition when serializing messages. by ejona · 10 years ago
  6. 8b23526 Correct tense of ServerCall.Listener.onCompleted(). by ejona · 10 years ago
  7. 43d2fcc Adding inbound flow control to Netty client and server transports. by nathanmittler · 10 years ago
  8. 048649e Implements the netty-based server transport. by zhangkun · 10 years ago
  9. 4e315e0 Fix more transport error and shutdown scenarios. by ejona · 10 years ago
  10. 4a3b5d1 Fix possible NPE when starting a transport fails before startAsync() returns. by ejona · 10 years ago
  11. e081a22 Updates to GRPC code resulting from Netty upgrade. by nathanmittler · 10 years ago
  12. b645b38 Fix a NPE, Http20Draft12 requires non-null debugData for FrameWriter.goAway(). by simonma · 10 years ago
  13. 070e308 Have stricter dependencies and build in modules. by ejona · 10 years ago
  14. 603959e Remove unused ByteBufDeframer. by ejona · 10 years ago
  15. 3184bb8 Fix all the generics! (in ServerInterceptorsTest) by ejona · 10 years ago
  16. 886f40d Add missing generics for ServerMethodDefinition in ServerServiceDefinition. by ejona · 10 years ago
  17. 290d657 Remove unnecessary Generic parameters from ServerCall. by ejona · 10 years ago
  18. 42af07c Upgrade GRPC Java/Netty to HTTP/2 draft 14. by nathanmittler · 10 years ago
  19. 34aede3 Move inner classes out of Server. by ejona · 10 years ago
  20. ba71ee9 Swap Server from Builder to HandlerRegistry. by ejona · 10 years ago
  21. 64eae04 Refactoring Deframing code for Netty. by nathanmittler · 10 years ago
  22. e1ae25c Makes the Status-generated exceptions contain the status code. by zhangkun · 10 years ago
  23. 1a87ab2 Rollforward of 72928317 with fixes to grpc_java_external. by angusdavis · 10 years ago
  24. 1966d5b Make sure Stream.cancel() can be called multiple times. by simonma · 10 years ago
  25. f2c4c85 Update integration tests. by simonma · 10 years ago
  26. c7d33bf Define threading expectation for Stream by zhangkun · 10 years ago
  27. 621706a Add basic OAuth support to gRPC. by ejona · 10 years ago
  28. 88efcaf Adding CompositeBuffer and a few other utilties related to Buffers. by nathanmittler · 10 years ago
  29. bd56449 Adding new interface GrpcMessageListener and refactoring framing classes to use it. by nathanmittler · 10 years ago
  30. a9c6c08 Add missing generics in MethodDescriptor by ejona · 10 years ago
  31. 7bf17dc Improve okhttp client transport, handles go away and add unit test. by simonma · 10 years ago
  32. 5f334f7 Adding support for TLS negotiation to new Netty transport. by nathanmittler · 10 years ago
  33. ed85499 Renames Stream.close() to Stream.halfClose(), to be consistent with by zhangkun · 10 years ago
  34. 712e9c1 Adds call type to MethodDescriptor as some transports need to know whether by zhangkun · 10 years ago
  35. f97eb73 Add Server API, a.k.a., Channel for incoming requests. by ejona · 10 years ago
  36. edee75f Migrate callers of MoreExecutors.sameThreadExecutor() to use either by lukes · 10 years ago
  37. 56f5ec3 Upgrading OKHTTP to v2.0 by brettmorgan · 10 years ago
  38. 77d9706 Add okhttp client transport. by simonma · 10 years ago
  39. 14af1cb Extracting out the Netty negotiation logic into a separate utility class. by nathanmittler · 10 years ago
  40. 1e26ae1 Fixes GRPC third_party TAP breakage due to naming changes on generated interfaces. by zhangkun · 10 years ago
  41. bf8870b Update GRPC to work with latest Netty version. by nathanmittler · 10 years ago
  42. a3f0180 Add simple context exchange mechanism by wrapping Channel. by lryan · 10 years ago
  43. 3465040 Add ability to bind HTTP style headers to stubs and have them propagate over by lryan · 10 years ago
  44. c0a0681 Adding simple Transport for HTTP. Also creating abstract base classes for common stream/transport code. by nathanmittler · 10 years ago
  45. e7a43e4 Workaround error caused by zero-length DATA frames. by ejona · 10 years ago
  46. cc7cdb1 Implementing Netty-based GRPC Client Transport. Server-side will be implemented in a follow-up CL. by nathanmittler · 10 years ago
  47. 0359907 Add NPN/ALPN support via Jetty extensions by lryan · 10 years ago
  48. ad1ee03 Clarifying the InputStream ownership contract in Call.Listener and StreamListener. by nathanmittler · 10 years ago
  49. 46fea97 Some minor cleanup on the transport API (documentation and such). by nathanmittler · 10 years ago
  50. 05a2b25 New Buffer type for transport API. by nathanmittler · 10 years ago
  51. f4694f5 A couple minor fixes to Channel for bugs exposed while integration testing with Netty transport. by nathanmittler · 10 years ago
  52. 6933667 Sync with new error code. by simonma · 10 years ago
  53. 56c1d8c Fixing gRPC code to work with new Netty jar by nathanmittler · 10 years ago
  54. cc9ca96 Update message framing IDs to adhere to gRPC spec by ejona · 10 years ago
  55. 7f23d5c Copy framing classes to newtransport, tweaking some of their APIs by ejona · 10 years ago
  56. c638f95 Port client tests to newtransport. by ejona · 10 years ago
  57. 82c87ab Fix bugs exposed by test_TestServiceBenchmarks. by ejona · 10 years ago
  58. 88a7582 Deframer.deframe returns number of unprocessed bytes. by ejona · 10 years ago
  59. 9334b6f Adding first-cut at generic Netty client and servers implementing the Service interface. by nathanmittler · 10 years ago
  60. 4d64220 [2/2] Swap Operation wrapping from Channel to Transport. by ejona · 10 years ago
  61. 4fd4845 Remove fluent-style from newtransport Stream. by ejona · 10 years ago
  62. 5e01cea Change newtransport to use c.g.n.stubby.Status. by ejona · 10 years ago
  63. 35cabd0 [1/2] Split Channel and Stub APIs, implement Channel. by ejona · 10 years ago
  64. 0cf7d4c Bring netty5 up to head to support HTTP2 draft 12 so we can test with GFE by lryan · 10 years ago
  65. d784765 Updating the transport Stream API to allow for callbacks for when a message was accepted by flow control. by nathanmittler · 10 years ago
  66. 2af35d9 Improve JavaDoc, including style fixes by ejona · 10 years ago
  67. f8bbc12 Remove SPDY support from GRPC by lryan · 10 years ago
  68. ef31a5f First cut at the GRPC Transport interfaces for Java. by nathanmittler · 10 years ago
  69. 2ce8446 Large refactor to: by lryan · 10 years ago
  70. 347a22d Add toString() to Status. by zhangkun · 10 years ago
  71. 07d3f6a Move gRPC core to third_party by ejona · 10 years ago