1. 9de87e3 Add tests for call.cancel() from within messageRead. by Jakob Buchgraber · 8 years ago
  2. d0d946e new name by Carl Mastrangelo · 8 years ago
  3. c4e8b1f Rename internal.Server to internal.TransportServer by Carl Mastrangelo · 8 years ago
  4. b3bc7fc Try out using Truth library by Carl Mastrangelo · 8 years ago
  5. 3a920cd Add missing generics to some ServerCall usages by Eric Anderson · 8 years ago
  6. 3c68c05 Remove ReferenceCounted and add close() to ClientTransportFactory. Fixes #927 by buchgr · 8 years ago
  7. 6a67a97 Add attributes to ServerCall by Lukasz Strzalkowski · 8 years ago
  8. 2491402 Remove or use unused variables. by Kun Zhang · 8 years ago
  9. 1170afd Add transport test for Netty by Eric Anderson · 9 years ago
  10. b17a249 Create new AbstractTransportTest for Transports by Eric Anderson · 9 years ago
  11. 42d7872 Use default keystore by Carl Mastrangelo · 9 years ago
  12. 484c46c Revert minor grammar tweaks to avoid syncing readme by Eric Anderson · 9 years ago
  13. 95d7bfd Add some initial integration tests for GRPC's TLS support. by Matt Hildebrand · 9 years ago
  14. 3fef403 Make TestUtils able to read from input stream. This makes it easier to pass in an input stream from a resource by Carl Mastrangelo · 9 years ago
  15. 975c38e Keep our certs used for testing the same with their internal version by Xudong Ma · 9 years ago
  16. 088def1 Updating the server1 cert so that it can be used with Go. by Julien Boeuf · 9 years ago
  17. 1cfba96 Enforce sending headers before messages on server by Eric Anderson · 9 years ago
  18. d966163 Mark classes in testing as ExperimentalApi by Eric Anderson · 9 years ago
  19. 0a51f0f Move StreamRecorder to testing package. by Xudong Ma · 9 years ago
  20. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  21. 7dbca92 Remove deprecated method. by Xudong Ma · 9 years ago
  22. 572f433 Remove Trailers by Carl Mastrangelo · 9 years ago
  23. b141093 Make serverInterceptor use MethodDescriptor by Carl Mastrangelo · 9 years ago
  24. e76b8e7 Renamed Server payload to message by Carl Mastrangelo · 9 years ago
  25. 1ac64bd Remove ServerDelayInterceptor from AbstractTransportTest by Jack Coughlin · 9 years ago
  26. 3e26b99 Enforce request deadline by Jack Coughlin · 9 years ago
  27. 8f51457 Rename getSslSocketFactoryForCertainCert to be newSslSocketFactoryForCa. by Xudong Ma · 9 years ago
  28. 77878a0 Pass timeout header in ChannelImpl by Jack Coughlin · 9 years ago
  29. 424c7e6 Avoid GCM in unit tests by Eric Anderson · 9 years ago
  30. 4ee2a65 Allowing Netty TLS bootstrap handler to be sharable. by nmittler · 9 years ago
  31. f770ffb Making test certs more shareable by nmittler · 9 years ago
  32. 0d89d3d Fix the issue where the intecepting call fails in start(), does not by Kun Zhang · 9 years ago
  33. f831458 Removing all references to "stubby" by nmittler · 10 years ago
  34. 1905249 Removing Maven build by nmittler · 10 years ago
  35. 164b734 Adding gradle build for Java grpc by nathanmittler · 10 years ago
  36. 66ce667 Updating version of gRPC maven build to 0.1.0-SNAPSHOT. by nathanmittler · 10 years ago
  37. 56e307f Add BSD license header to all source files by lryan · 10 years ago
  38. 7f55e81 Allow use of a LocalChannel with Netty & HTTP2 by lryan · 10 years ago
  39. c5e70c2 Remove StreamState and use inboundPhase/outboundPhase instead by lryan · 10 years ago
  40. ffc18f6 Adding MOE configuration for grpc_java. by nathanmittler · 10 years ago
  41. 29cbef1 Renaming gRPC-java "newtransport" package to just "transport". by nathanmittler · 10 years ago
  42. 0304b3d Cleaning up various compiler warnings in preparation for opensource. by nathanmittler · 10 years ago
  43. 28497e3 Add support for servers to deliver response headers by lryan · 10 years ago
  44. 125c1ce Delete Session, Operation and ALL of its associated cruft. by lryan · 10 years ago
  45. 653ffd9 ServerImpl by ejona · 10 years ago
  46. eb3fc58 Create an in-process adapter between ClientTransport and HandlerRegistry by lryan · 10 years ago
  47. 070e308 Have stricter dependencies and build in modules. by ejona · 10 years ago
  48. 07d3f6a Move gRPC core to third_party by ejona · 10 years ago