1. 3c5b5a5 Begin v0.15.0 Cycle by Carl Mastrangelo · 8 years ago
  2. f83db83 Add unit tests for proto-based JSON marshaller by Eric Anderson · 8 years ago
  3. 9de87e3 Add tests for call.cancel() from within messageRead. by Jakob Buchgraber · 8 years ago
  4. f56fdf0 Stop producing a fat grpc-all jar by Eric Anderson · 8 years ago
  5. ac4168a Revert "Update proto packages to reflect directory structure" by Eric Anderson · 8 years ago
  6. 645bb24 Add private constructor to Contexts and mark statusFromCancelled experimental. Fixes #1737 and #1736. (#1738) by Jakob Buchgraber · 8 years ago
  7. 80f73a4 Allow cache to be shared between Linux and OS X by Eric Anderson · 8 years ago
  8. b0ed77a Specify Status*Exception is to be used in StreamObserver.onError by Eric Anderson · 8 years ago
  9. cd89dde Fix race in StressTestClientTest.gaugesShouldBeExported(). Fixes #1695 (#1728) by Jakob Buchgraber · 8 years ago
  10. 43b73f3 Fix more null proto refs by Carl Mastrangelo · 8 years ago
  11. 8825f35 Update proto packages to reflect directory structure by Carl Mastrangelo · 8 years ago
  12. 0293c10 Checking null on proto fields just ain't right. by Carl Mastrangelo · 8 years ago
  13. 804991e validate sslContext in Netty channel/server builder #1699 (#1724) by ZHANG Dapeng · 8 years ago
  14. 6b5177d Fix javadoc warning. by Kun Zhang · 8 years ago
  15. 16e1689 Allow application to pass cancellation details. by Kun Zhang · 8 years ago
  16. 38a91f8 Fix lint warnings found on internal import by Carl Mastrangelo · 8 years ago
  17. 7e8b504 Add javadoc to grpc codegen based on proto docs by nmittler · 8 years ago
  18. 00f8f34 Don't allocate extra byte for each MessageFramer by Carl Mastrangelo · 8 years ago
  19. 5baee2d Fix some corner cases with MessageFramer by Carl Mastrangelo · 8 years ago
  20. 8502730 Attach an exception to client-initiated CANCELLED. by Kun Zhang · 8 years ago
  21. fe7e8a0 Use correct Guava API in stress test client by Carl Mastrangelo · 8 years ago
  22. e9b4d15 Only delete the generated code being regenerated by Eric Anderson · 8 years ago
  23. 7fe8d8b Fix change detection for compiler testing by Eric Anderson · 8 years ago
  24. 9bc5d93 Mark generated abstract class as Experimental by Eric Anderson · 8 years ago
  25. 7d8ee1e some spelling mistakes by wangyuntao · 8 years ago
  26. 4a0c110 Merge pull request #1687 from grpc/java_qps_take_two by Jan Tattermusch · 8 years ago
  27. 6b2727b Merge pull request #1686 from grpc/tweaking_java_qpsworker by Jan Tattermusch · 8 years ago
  28. d0d946e new name by Carl Mastrangelo · 8 years ago
  29. c4e8b1f Rename internal.Server to internal.TransportServer by Carl Mastrangelo · 8 years ago
  30. faaaa16 Fix compilation nags for generated code by Carl Mastrangelo · 8 years ago
  31. 6ab27ab Update checkstyle version and sync style updates by Eric Anderson · 8 years ago
  32. 1d8aefa create AuthorityOverridingTransportFactory instance only when authorityOverride is set by Sky Ao · 8 years ago
  33. 702518a Allow use of a global ExtensionRegistry by Carl Mastrangelo · 8 years ago
  34. 5d22e06 Add stress test client. Fixes #1584 by buchgr · 8 years ago
  35. 0f86671 Handle exceptions from LoadBalancer.handleResolvedAddresses() by Kun Zhang · 8 years ago
  36. a1725d4 Update benchmark gradle file by Carl Mastrangelo · 8 years ago
  37. 7659f6e Handle empty address list from NameResolver. by Kun Zhang · 8 years ago
  38. 51fd870 Add getting the port out of a Server by Carl Mastrangelo · 8 years ago
  39. a7049bc Implement the load worker that can receive control events from the load driver and initiate load testing scenarios. by Louis Ryan · 8 years ago
  40. 357878d Bump jmh version by Carl Mastrangelo · 8 years ago
  41. 22e719a Convert Netty IOExceptions to UNAVAILABLE. by nmittler · 8 years ago
  42. 4343932 Delayed transport creates real streams in executor. by Kun Zhang · 8 years ago
  43. fd8fd51 Context deadline propagation should cascade. Fixes #1205 by buchgr · 8 years ago
  44. 363e0f6 Print compiler version number in generated files by Lukasz Strzalkowski · 8 years ago
  45. 511bea0 Update Netty dependency to 4.1.0.CR7 by Eric Anderson · 8 years ago
  46. 2fbf142 Provide base methods for Abstract stub by Lukasz Strzalkowski · 8 years ago
  47. b053d89 Fix proguard. Added three donotwarn for things we don't use at all in this testing app. by Xiao Hang · 8 years ago
  48. 90db93b Pin versions on unstable packages: grpc-core internal and netty by Eric Anderson · 8 years ago
  49. 0ed059a Add rst error detail in OkHttp by Carl Mastrangelo · 8 years ago
  50. 7d889b6 Reuse metadata array when making http2 headers, and reduce some array copies by Carl Mastrangelo · 8 years ago
  51. 90fbf9b Adapt BindableService in ServerBuilder#addService by Łukasz Strzałkowski · 8 years ago
  52. 30d4f95 Deflake CallOptionsTest.withDeadlineNanoTime by Eric Anderson · 8 years ago
  53. 73a2b77 Deflake StubConfigTest.testConfigureDeadlineNanoTime by Eric Anderson · 8 years ago
  54. b735495 Fix POM connection from svn to git by Eric Anderson · 8 years ago
  55. f8b71e7 Add Abstract{ServiceName} class in compiled service class by Lukasz Strzalkowski · 8 years ago
  56. 385d61a add a little detail about thread safety / fix typo (#1643) by Steven Parkes · 8 years ago
  57. 2c3a63f Remove some array copies in metadata by Carl Mastrangelo · 8 years ago
  58. 996f30f Include protobuf-lite in javadoc and test coverage reporting by Eric Anderson · 8 years ago
  59. 6a55e29 Force thread group on threads created by Netty's DefaultThreadFactory. by Kun Zhang · 8 years ago
  60. bd87b3f Allow nanoTime to wrap around in Deadline by Eric Anderson · 8 years ago
  61. d36a03c Use ticker in Deadline testing to remove flakes by Eric Anderson · 8 years ago
  62. b3bc7fc Try out using Truth library by Carl Mastrangelo · 8 years ago
  63. c9de5d8 Update Netty dependency to 4.1CR6. by buchgr · 8 years ago
  64. f561c33 Update Netty dependency to 4.1CR5. by buchgr · 8 years ago
  65. 5c4ff7a Remove unused method by Carl Mastrangelo · 8 years ago
  66. f64a02f Remove Flakes caused by assertEquals by Carl Mastrangelo · 8 years ago
  67. 2a5a41b Fix UNAVAILABLE codes missing descriptions by Eric Anderson · 8 years ago
  68. 0a01b3c Simplify nano flag to codegen to just 'nano' from 'nano=true' by Eric Anderson · 8 years ago
  69. 877e1e1 Provide default implementation for NameResolver.refresh(). by Kun Zhang · 8 years ago
  70. b22bcdf Use lite argument in codegen instead of LITE_RUNTIME by Eric Anderson · 8 years ago
  71. 2d15af5 Retry DNS resolution when there is an error. by Kun Zhang · 8 years ago
  72. 575df76 Trigger name resolution when a live connection closed. by Kun Zhang · 8 years ago
  73. 49b4627 Raise visibility of NettyTransportFactory to protected. by Kun Zhang · 8 years ago
  74. d4615ff Fix flaky deadline test by Carl Mastrangelo · 8 years ago
  75. 7d49990 Add RunWith annotation to AbstractStubTest. by Kun Zhang · 8 years ago
  76. 3ea1536 Retrun InProcessSocketAddr for InProcess server streams by Lukasz Strzalkowski · 8 years ago
  77. d77314a Include sources for all files in 'fat' binary jar by Eric Anderson · 9 years ago
  78. 5c48177 Warn users shutdownNow doesn't behave as documented by Eric Anderson · 8 years ago
  79. 6e67940 Allow Deadline.timeRemaining() to return a negative time offset. by buchgr · 8 years ago
  80. 32ddf9f Make CallOptions and AbstractStub use Deadline. by buchgr · 8 years ago
  81. 13f0122 Clean up bitrot from Android example by Eric Anderson · 8 years ago
  82. a40b686 Revert "Refactor ExponentialBackoffPolicy" by Eric Anderson · 8 years ago
  83. e63bbaf Merge pull request #1587 from lukaszx0/add-backoff-to-builder by Carl Mastrangelo · 8 years ago
  84. a98f8af Refactor ExponentialBackoffPolicy by Lukasz Strzalkowski · 8 years ago
  85. 3be48b4 Refresh name resolution if all addresses failed to connect. by Kun Zhang · 8 years ago
  86. 88d3174 Update Netty dependency to 4.1CR4. by buchgr · 8 years ago
  87. c480cdf Remove cancel(Status) since it is now unused by Eric Anderson · 8 years ago
  88. 3ead411 Use stream.cancel() instead of cancel() in ClientCallImpl by Eric Anderson · 8 years ago
  89. 65d3847 Remove references to Throwable.propagate by Carl Mastrangelo · 8 years ago
  90. 99a6d8d Add native support for Protobuf Lite by Eric Anderson · 8 years ago
  91. 1ff6ecb Fix flaky DeadlineTest.runOnEventualExpirationIsExecuted() by buchgr · 8 years ago
  92. 37f45e3 Add idempotent related getter and setter to MethodDescriptor by Xiao Hang · 8 years ago
  93. fcda0bb Fix javadoc in MetadataUtils by buchgr · 8 years ago
  94. 3a920cd Add missing generics to some ServerCall usages by Eric Anderson · 8 years ago
  95. 14bc16e Update Attributes.Key conventions by Lukasz Strzalkowski · 8 years ago
  96. c3011b0 Move server call keys to ServerCall class by Lukasz Strzalkowski · 8 years ago
  97. d927180 Use Netty's DefaultThreadFactory instead of Guava's ThreadFactoryBuilder. by buchgr · 8 years ago
  98. 3c68c05 Remove ReferenceCounted and add close() to ClientTransportFactory. Fixes #927 by buchgr · 8 years ago
  99. 6a67a97 Add attributes to ServerCall by Lukasz Strzalkowski · 8 years ago
  100. b37ebd6 Add Key#of and Key#keys, use key object as map key, add tests by Lukasz Strzalkowski · 8 years ago