1. b82ac31 Fixing fedora classifier on master branch. by nmittler · 9 years ago
  2. 2016a88 Update the comments in proguard-rules files. by Xudong Ma · 9 years ago
  3. 551323f classifierWithLikes breaks protobuf-gradle-plugin by Eric Anderson · 9 years ago
  4. 9987aa2 Remove javatutorial; it duplicates grpc.io website by Eric Anderson · 9 years ago
  5. 57ebf8a Update Android example. by Xudong Ma · 9 years ago
  6. 4cc103a Mark Status*Exception.getStatus() final by Eric Anderson · 9 years ago
  7. 4572b19 Add a message accept encoding header by Carl Mastrangelo · 9 years ago
  8. c4bcf14 Updating tcnative and osdetector by nmittler · 9 years ago
  9. b24aa53 Merge branch 'changelog' by Carl Mastrangelo · 9 years ago
  10. f3a5811 Add a Changes document to keep track of release notes by Carl Mastrangelo · 9 years ago
  11. d823d35 Change version to 0.10.0-SNAPSHOT by Eric Anderson · 9 years ago
  12. 24c398e Upgrade maven-os-plugin in README by Artem Prigoda · 9 years ago
  13. 1e1d53b Fix test checking for invalid content type by Eric Anderson · 9 years ago
  14. 47ad6f8 Fix the double-closure of server call for interop tests. by Xudong Ma · 9 years ago
  15. efa774b Checkstyle shouldn't rely on current directory by Eric Anderson · 9 years ago
  16. 6e06516 Mark more server-side pieces experimental by Eric Anderson · 9 years ago
  17. 491a98a Restrict more of the API: Metadata, ServerCall, Status by Eric Anderson · 9 years ago
  18. 4b27e54 Don't let server start if already shutting down by Carl Mastrangelo · 9 years ago
  19. 45c75f2 Fix broken tutorial link. by Jerjou Cheng · 9 years ago
  20. 1cfba96 Enforce sending headers before messages on server by Eric Anderson · 9 years ago
  21. 701f9cd Remove stray request() in server-sending path by Eric Anderson · 9 years ago
  22. f894339 request() is thread-safe by Eric Anderson · 9 years ago
  23. ff3dbf7 Deprecate OkHttpChannelBuilder#overrideHostForAuthority by Kun Zhang · 9 years ago
  24. 49bb24c Make Interop Server block until shutdown by Carl Mastrangelo · 9 years ago
  25. abe5b8e Start 1.0.0 development cycle by Eric Anderson · 9 years ago
  26. 9cb36c6 Mark some APIs codegen uses experimental to allow for optimizations by Eric Anderson · 9 years ago
  27. 4ff4314 Recommend OpenSSL in SECURITY.md by nmittler · 9 years ago
  28. eab74b5 Update Client Examples to use ManagedChannelBuilder by Carl Mastrangelo · 9 years ago
  29. f6582d8 Add a hook to set TLS by Carl Mastrangelo · 9 years ago
  30. 538cf21 Add usePlaintext to ManagedChannelBuilder by Eric Anderson · 9 years ago
  31. 41d93cf Use Providers in examples by Carl Mastrangelo · 9 years ago
  32. bccaf07 Use real authority parsing in ClientAuthInterceptor by Eric Anderson · 9 years ago
  33. 5b2a03a Add overrideAuthority to ManagedChannelBuilder by Eric Anderson · 9 years ago
  34. de32e29 Add overrideAuthority to OkHttpChannelBuilder by Eric Anderson · 9 years ago
  35. 3ae18ea Add overrideAuthority to NettyChannelBuilder by Eric Anderson · 9 years ago
  36. a6621da Private ServerMethodDefinition constructor; avoid create() in codegen by Eric Anderson · 9 years ago
  37. e045fd6 Merge pull request #1003 from nmittler/interop_tcnative by Nathan Mittler · 9 years ago
  38. a0f0790 Make tcnative available to the interop scripts. by nmittler · 9 years ago
  39. d966163 Mark classes in testing as ExperimentalApi by Eric Anderson · 9 years ago
  40. 416b745 Add a Server Provider by Carl Mastrangelo · 9 years ago
  41. 0cd28dd Fixing okhttp hang when tls nego fails. by nmittler · 9 years ago
  42. df7bf44 Enable license header checking in checkstyle by Eric Anderson · 9 years ago
  43. 033cdd0 Discourage users from running the codegen for the example by Eric Anderson · 9 years ago
  44. be0d7e9 Prevent construction of container classes and reduce API by Eric Anderson · 9 years ago
  45. e969a90 Add proper generics to ManagedChannelProvider by Carl Mastrangelo · 9 years ago
  46. 23e6318 Reduce API surface of AbstractStub by Eric Anderson · 9 years ago
  47. ec965ca Enable warnings for rawtypes by Eric Anderson · 9 years ago
  48. 399be9a Use stub call options for compression by Carl Mastrangelo · 9 years ago
  49. f80ca40 Add client-side logging for TLS negotiation. by nmittler · 9 years ago
  50. ccf328f Fixing erroneous server log when TLS nego fails by nmittler · 9 years ago
  51. 31394aa Let transports be channel service providers for generic usage by Eric Anderson · 9 years ago
  52. 540b4d3 Revert "Draft of Android specific Channe builder" by Louis Ryan · 9 years ago
  53. 9466eb5 Adding tc_native to interop test scripts by nmittler · 9 years ago
  54. f06c7eb Update server to await termination in the main thread by Carl Mastrangelo · 9 years ago
  55. 091749e Add an example compressing client by Carl Mastrangelo · 9 years ago
  56. 3cf7632 Move decompressor setting to Server Impl by Carl Mastrangelo · 9 years ago
  57. 950fe1d Use ReqT and RespT for generics by Carl Mastrangelo · 9 years ago
  58. ae4ee40 Fix flow-control documentation on Stream by Kun Zhang · 9 years ago
  59. 264dc09 Port test cases in AbstractTransportTest to android interop test by Xiao Hang · 9 years ago
  60. 86b10fd Remove uncessary javaee_api dependency as it causes trouble on android build. by Xiao Hang · 9 years ago
  61. 1ad2bf9 Add a way to distinguish between advertised message encodings, and add tests by Carl Mastrangelo · 9 years ago
  62. bdaf7b3 okhttp: Skip trash data for finished stream. by Xudong Ma · 9 years ago
  63. 2a3ae36 Only release event loops when unused by Eric Anderson · 9 years ago
  64. d42559c Swap nano from Parser to message factory by Eric Anderson · 9 years ago
  65. 47a7ccf Avoid Parser for normal protobuf by Eric Anderson · 9 years ago
  66. d52a7a2 Update auth library to fix jwt_token_creds interop test by Eric Anderson · 9 years ago
  67. 0336a70 Revert "Merge pull request #940 from nmittler/interop_openssl" by Eric Anderson · 9 years ago
  68. ebe8a0d Remove Metadata.Headers and Metadata.Trailers by Carl Mastrangelo · 9 years ago
  69. f612746 Update comment in MethodDescriptor.Marshaller by Carl Mastrangelo · 9 years ago
  70. 28d51c5 Add an authority header to HandlerRegistry.lookupMethod by Carl Mastrangelo · 9 years ago
  71. 2aecb6f Merge pull request #940 from nmittler/interop_openssl by Nathan Mittler · 9 years ago
  72. 5d34599 Daemonize InProcess threads by Carl Mastrangelo · 9 years ago
  73. 6a782a0 Use Executor in stable builder APIs instead of ExecutorService by Louis Ryan · 9 years ago
  74. 07a7279 Daemonize OkHttp and Netty by Carl Mastrangelo · 9 years ago
  75. f641e08 Daemonize shared threads, and make sure each thread has a name by Carl Mastrangelo · 9 years ago
  76. d6dc790 Draft of Android specific Channe builder by Louis Ryan · 9 years ago
  77. 79aec3b Enabling openssl in interop-testing scripts by nmittler · 9 years ago
  78. aefefb5 Supporting OpenSSL by nmittler · 9 years ago
  79. 6122daf Add a missing channel builder methods not copied in b687bdc by Eric Anderson · 9 years ago
  80. b687bdc Refactoring channel API. by nmittler · 9 years ago
  81. 65b4e0b Document valid characters allowed in metadata keys by Kun Zhang · 9 years ago
  82. c68f9ff Implement jwt_token_creds interop test by Eric Anderson · 9 years ago
  83. 00e024c Fix Travis breakage caused by checkStyle failure. by Xudong Ma · 9 years ago
  84. 609f31a Document valid characters for AsciiMarshaller by Kun Zhang · 9 years ago
  85. f8a87ee Remove HandlerRegistry.Method by Carl Mastrangelo · 9 years ago
  86. d5bd33c Fix generated code reference for intellij projects. by Xudong Ma · 9 years ago
  87. 66b984c Extract the fully-qualified service name into a public static final field on the service container type. by David P. Baker · 9 years ago
  88. 01ba973 Prevent status from impacting how ServerCall.Listener is invoked by Eric Anderson · 9 years ago
  89. bc347e3 Display the required Protobuf version when building codegen by Kun Zhang · 9 years ago
  90. 210114d Ease use of JWT by passing URI to auth library by Eric Anderson · 9 years ago
  91. db0423c Rename CHECK and FAIL macros to avoid conflict with internal macros when syncing back by Kun Zhang · 9 years ago
  92. ad6c26e Merge pull request #915 from nmittler/build_fixes by Nathan Mittler · 9 years ago
  93. 6a526ec Adding missing RunWith annotation for tests. by nmittler · 9 years ago
  94. 0a51f0f Move StreamRecorder to testing package. by Xudong Ma · 9 years ago
  95. d3ab427 Enforce content-type on client and server. by nmittler · 9 years ago
  96. 949b6d7 Fields in MethodDescriptor can't be null by Eric Anderson · 9 years ago
  97. fb984bb Update to protobuf beta for Android interop test by Xudong Ma · 9 years ago
  98. c00e15f Check javanano_use_deprecated_package in the message's FileDescriptor, not the current file's. by Kun Zhang · 9 years ago
  99. d59d6dc Upgrade to latest netty-tcnative by nmittler · 9 years ago
  100. 9243157 Fix broken interop test, using new StreamObserver API. by Xiao Hang · 9 years ago