1. 89bc2cd all: update to latest import ordering by Carl Mastrangelo · 8 years ago
  2. f088b81 core: stop "testing" from depending on "core"'s test. (#2652) by Kun Zhang · 8 years ago
  3. 8882aba core: rename attributes() -> getAttributes() by Łukasz Strzałkowski · 8 years ago
  4. efbcd1f core: change method descriptor to be builder based by Carl Mastrangelo · 8 years ago
  5. f51316b testing: Move echo interceptors out of TestUtils by Eric Anderson · 8 years ago
  6. 060eb45 Rename attributes() to getAttributes() to make it consistent by Lukasz Strzalkowski · 8 years ago
  7. 1e99b29 all: ErrorProne fixes and avoid @Beta in Guava by Eric Anderson · 8 years ago
  8. ec7f00a core,testing: make MethodDescriptor final and add Test helper by Carl Mastrangelo · 8 years ago
  9. cc934b0 testing: Remove accidental cast to char in file IO by Eric Anderson · 8 years ago
  10. 4a4f25a weekly cleanup: errorprone, javastyle, unused (#2566) by ZHANG Dapeng · 8 years ago
  11. cce8eac core: upgrade census (now named instrumentation) to 0.3.0 (#2565) by Kun Zhang · 8 years ago
  12. 257062f interop-testing: Add custom_metadata interop test by Eric Gribkoff · 8 years ago
  13. b6ebede testing: added junit rule for in-process servers by Joey Bratton · 8 years ago
  14. e70f7b4 all: cleanup - errorprone, unused by ZHANG Dapeng · 8 years ago
  15. 0e27eef core: fix bug when stream listener not set before stream closed by ZHANG Dapeng · 8 years ago
  16. e7ce41d all: Style, unused, and errorprone fixes by Eric Anderson · 8 years ago
  17. 132f7a9 core: Census integration for stats (#2262) by Kun Zhang · 8 years ago
  18. 141eed5 core: change Metadata internals to avoid garbage creation by Carl Mastrangelo · 8 years ago
  19. 4aadf55 netty: Fix receipt of ClosedChannelException instead of actual error. Fixes #1330. by Jakob Buchgraber · 8 years ago
  20. 893ef44 all/tests: add a ClientCall and ServerCall suitable for use in tests by Carl Mastrangelo · 8 years ago
  21. 58d78dd core: add ServerTransportFilter by Kun Zhang · 8 years ago
  22. 7d464fc inprocess: Avoid creating unnecessary threads by Eric Anderson · 8 years ago
  23. c1ef806 Fix selection of security Provider to conscruct SSLContext by Louis Ryan · 8 years ago
  24. f52b4e5 Make the OkHTTP transport AppEngine friendly. AppEngine may support by Louis Ryan · 8 years ago
  25. 7504b79 netty: add logging to find cause of ClosedChannelException. by Jakob Buchgraber · 8 years ago
  26. 8ed2dc8 testware: fix flakes caused by pickUnusedPort by ZHANG Dapeng · 8 years ago
  27. 5487ea8 Remove unused variables by Eric Anderson · 8 years ago
  28. 66ab956 Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  29. ef17830 Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  30. 38b950f core: add transportInUse() to transport listener. by Kun Zhang · 8 years ago
  31. 3df1446 Eliminate MethodDescriptor from startCall and interceptCall for servers by Louis Ryan · 8 years ago
  32. c6fd94c Implement shutdownNow by Eric Anderson · 8 years ago
  33. d25b65b testing: add tests for Netty bug where a channel would break after a RST_STREAM frame. Fixes #1682 by Jakob Buchgraber · 8 years ago
  34. 1cc76d8 core,netty,okhttp: move user agent out of client call and into the transport by Carl Mastrangelo · 8 years ago
  35. d9d4d8b Updating status codes to match the spec. by nmittler · 8 years ago
  36. bc661e7 all: Finish adding tracking issues for ExperimentalApi by Carl Mastrangelo · 8 years ago
  37. 46eefe3 Strip cause from InProcessTransport between client and server. Fixes #1716 by Jakob Buchgraber · 8 years ago
  38. 9de87e3 Add tests for call.cancel() from within messageRead. by Jakob Buchgraber · 8 years ago
  39. d0d946e new name by Carl Mastrangelo · 8 years ago
  40. c4e8b1f Rename internal.Server to internal.TransportServer by Carl Mastrangelo · 8 years ago
  41. b3bc7fc Try out using Truth library by Carl Mastrangelo · 8 years ago
  42. 3a920cd Add missing generics to some ServerCall usages by Eric Anderson · 8 years ago
  43. 3c68c05 Remove ReferenceCounted and add close() to ClientTransportFactory. Fixes #927 by buchgr · 8 years ago
  44. 6a67a97 Add attributes to ServerCall by Lukasz Strzalkowski · 8 years ago
  45. 2491402 Remove or use unused variables. by Kun Zhang · 8 years ago
  46. 1170afd Add transport test for Netty by Eric Anderson · 9 years ago
  47. b17a249 Create new AbstractTransportTest for Transports by Eric Anderson · 9 years ago
  48. 42d7872 Use default keystore by Carl Mastrangelo · 9 years ago
  49. 484c46c Revert minor grammar tweaks to avoid syncing readme by Eric Anderson · 9 years ago
  50. 95d7bfd Add some initial integration tests for GRPC's TLS support. by Matt Hildebrand · 9 years ago
  51. 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
  52. 975c38e Keep our certs used for testing the same with their internal version by Xudong Ma · 9 years ago
  53. 088def1 Updating the server1 cert so that it can be used with Go. by Julien Boeuf · 9 years ago
  54. 1cfba96 Enforce sending headers before messages on server by Eric Anderson · 9 years ago
  55. d966163 Mark classes in testing as ExperimentalApi by Eric Anderson · 9 years ago
  56. 0a51f0f Move StreamRecorder to testing package. by Xudong Ma · 9 years ago
  57. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  58. 7dbca92 Remove deprecated method. by Xudong Ma · 9 years ago
  59. 572f433 Remove Trailers by Carl Mastrangelo · 9 years ago
  60. b141093 Make serverInterceptor use MethodDescriptor by Carl Mastrangelo · 9 years ago
  61. e76b8e7 Renamed Server payload to message by Carl Mastrangelo · 9 years ago
  62. 1ac64bd Remove ServerDelayInterceptor from AbstractTransportTest by Jack Coughlin · 9 years ago
  63. 3e26b99 Enforce request deadline by Jack Coughlin · 9 years ago
  64. 8f51457 Rename getSslSocketFactoryForCertainCert to be newSslSocketFactoryForCa. by Xudong Ma · 9 years ago
  65. 77878a0 Pass timeout header in ChannelImpl by Jack Coughlin · 9 years ago
  66. 424c7e6 Avoid GCM in unit tests by Eric Anderson · 9 years ago
  67. 4ee2a65 Allowing Netty TLS bootstrap handler to be sharable. by nmittler · 9 years ago
  68. f770ffb Making test certs more shareable by nmittler · 9 years ago
  69. 0d89d3d Fix the issue where the intecepting call fails in start(), does not by Kun Zhang · 9 years ago
  70. f831458 Removing all references to "stubby" by nmittler · 10 years ago
  71. 1905249 Removing Maven build by nmittler · 10 years ago
  72. 164b734 Adding gradle build for Java grpc by nathanmittler · 10 years ago
  73. 66ce667 Updating version of gRPC maven build to 0.1.0-SNAPSHOT. by nathanmittler · 10 years ago
  74. 56e307f Add BSD license header to all source files by lryan · 10 years ago
  75. 7f55e81 Allow use of a LocalChannel with Netty & HTTP2 by lryan · 10 years ago
  76. c5e70c2 Remove StreamState and use inboundPhase/outboundPhase instead by lryan · 10 years ago
  77. ffc18f6 Adding MOE configuration for grpc_java. by nathanmittler · 10 years ago
  78. 29cbef1 Renaming gRPC-java "newtransport" package to just "transport". by nathanmittler · 10 years ago
  79. 0304b3d Cleaning up various compiler warnings in preparation for opensource. by nathanmittler · 10 years ago
  80. 28497e3 Add support for servers to deliver response headers by lryan · 10 years ago
  81. 125c1ce Delete Session, Operation and ALL of its associated cruft. by lryan · 10 years ago
  82. 653ffd9 ServerImpl by ejona · 10 years ago
  83. eb3fc58 Create an in-process adapter between ClientTransport and HandlerRegistry by lryan · 10 years ago
  84. 070e308 Have stricter dependencies and build in modules. by ejona · 10 years ago
  85. 07d3f6a Move gRPC core to third_party by ejona · 10 years ago