1. 73a2b77 Deflake StubConfigTest.testConfigureDeadlineNanoTime by Eric Anderson · 8 years ago
  2. b735495 Fix POM connection from svn to git by Eric Anderson · 8 years ago
  3. f8b71e7 Add Abstract{ServiceName} class in compiled service class by Lukasz Strzalkowski · 8 years ago
  4. 385d61a add a little detail about thread safety / fix typo (#1643) by Steven Parkes · 8 years ago
  5. 2c3a63f Remove some array copies in metadata by Carl Mastrangelo · 8 years ago
  6. 996f30f Include protobuf-lite in javadoc and test coverage reporting by Eric Anderson · 8 years ago
  7. 6a55e29 Force thread group on threads created by Netty's DefaultThreadFactory. by Kun Zhang · 8 years ago
  8. bd87b3f Allow nanoTime to wrap around in Deadline by Eric Anderson · 8 years ago
  9. d36a03c Use ticker in Deadline testing to remove flakes by Eric Anderson · 8 years ago
  10. b3bc7fc Try out using Truth library by Carl Mastrangelo · 8 years ago
  11. c9de5d8 Update Netty dependency to 4.1CR6. by buchgr · 8 years ago
  12. f561c33 Update Netty dependency to 4.1CR5. by buchgr · 8 years ago
  13. 5c4ff7a Remove unused method by Carl Mastrangelo · 8 years ago
  14. f64a02f Remove Flakes caused by assertEquals by Carl Mastrangelo · 8 years ago
  15. 2a5a41b Fix UNAVAILABLE codes missing descriptions by Eric Anderson · 8 years ago
  16. 0a01b3c Simplify nano flag to codegen to just 'nano' from 'nano=true' by Eric Anderson · 8 years ago
  17. 877e1e1 Provide default implementation for NameResolver.refresh(). by Kun Zhang · 8 years ago
  18. b22bcdf Use lite argument in codegen instead of LITE_RUNTIME by Eric Anderson · 8 years ago
  19. 2d15af5 Retry DNS resolution when there is an error. by Kun Zhang · 8 years ago
  20. 575df76 Trigger name resolution when a live connection closed. by Kun Zhang · 8 years ago
  21. 49b4627 Raise visibility of NettyTransportFactory to protected. by Kun Zhang · 8 years ago
  22. d4615ff Fix flaky deadline test by Carl Mastrangelo · 8 years ago
  23. 7d49990 Add RunWith annotation to AbstractStubTest. by Kun Zhang · 8 years ago
  24. 3ea1536 Retrun InProcessSocketAddr for InProcess server streams by Lukasz Strzalkowski · 8 years ago
  25. d77314a Include sources for all files in 'fat' binary jar by Eric Anderson · 9 years ago
  26. 5c48177 Warn users shutdownNow doesn't behave as documented by Eric Anderson · 8 years ago
  27. 6e67940 Allow Deadline.timeRemaining() to return a negative time offset. by buchgr · 8 years ago
  28. 32ddf9f Make CallOptions and AbstractStub use Deadline. by buchgr · 8 years ago
  29. 13f0122 Clean up bitrot from Android example by Eric Anderson · 9 years ago
  30. a40b686 Revert "Refactor ExponentialBackoffPolicy" by Eric Anderson · 8 years ago
  31. e63bbaf Merge pull request #1587 from lukaszx0/add-backoff-to-builder by Carl Mastrangelo · 8 years ago
  32. a98f8af Refactor ExponentialBackoffPolicy by Lukasz Strzalkowski · 8 years ago
  33. 3be48b4 Refresh name resolution if all addresses failed to connect. by Kun Zhang · 8 years ago
  34. 88d3174 Update Netty dependency to 4.1CR4. by buchgr · 8 years ago
  35. c480cdf Remove cancel(Status) since it is now unused by Eric Anderson · 8 years ago
  36. 3ead411 Use stream.cancel() instead of cancel() in ClientCallImpl by Eric Anderson · 8 years ago
  37. 65d3847 Remove references to Throwable.propagate by Carl Mastrangelo · 8 years ago
  38. 99a6d8d Add native support for Protobuf Lite by Eric Anderson · 8 years ago
  39. 1ff6ecb Fix flaky DeadlineTest.runOnEventualExpirationIsExecuted() by buchgr · 8 years ago
  40. 37f45e3 Add idempotent related getter and setter to MethodDescriptor by Xiao Hang · 8 years ago
  41. fcda0bb Fix javadoc in MetadataUtils by buchgr · 8 years ago
  42. 3a920cd Add missing generics to some ServerCall usages by Eric Anderson · 9 years ago
  43. 14bc16e Update Attributes.Key conventions by Lukasz Strzalkowski · 8 years ago
  44. c3011b0 Move server call keys to ServerCall class by Lukasz Strzalkowski · 9 years ago
  45. d927180 Use Netty's DefaultThreadFactory instead of Guava's ThreadFactoryBuilder. by buchgr · 9 years ago
  46. 3c68c05 Remove ReferenceCounted and add close() to ClientTransportFactory. Fixes #927 by buchgr · 9 years ago
  47. 6a67a97 Add attributes to ServerCall by Lukasz Strzalkowski · 9 years ago
  48. b37ebd6 Add Key#of and Key#keys, use key object as map key, add tests by Lukasz Strzalkowski · 9 years ago
  49. 12dfecb Chnage mispeling of jvaadoc in wihtLogiD by Carl Mastrangelo · 9 years ago
  50. 8e3f375 Add null check for channel and calloptions when creating stub. Fixes #1438 by buchgr · 9 years ago
  51. 7902017 Add CallStreamObserver and ServerCallStreamObserver which allow for application level interaction with flow control by Louis Ryan · 9 years ago
  52. de7ec3c Synchronize benchmarking protos with grpc/grpc by Louis Ryan · 9 years ago
  53. 053a18e Use Attributes as the affinity data for LB. by elandau · 9 years ago
  54. 1b5cb59 Speed up NanoUtilsTest by 10s by Carl Mastrangelo · 9 years ago
  55. 569dcb5 Remove last vestiges of ChannelImpl/ServerImpl from security doc by Eric Anderson · 9 years ago
  56. cf86d81 Rename older AbstractTransportTest to AbstractInteropTest by Eric Anderson · 9 years ago
  57. 08c74d4 Only link delayed transport AFTER real transport has called transportReady(). by Kun Zhang · 9 years ago
  58. 27d8489 Improve updating hosted JavaDoc for copy/pasting commands by Eric Anderson · 9 years ago
  59. 397d861 Update README to reference v0.13.2 by Eric Anderson · 9 years ago
  60. 016d4a5 Use bytes instead of a string for IP address. by Kun Zhang · 9 years ago
  61. 9913d1d Initial attempt at json example by Carl Mastrangelo · 9 years ago
  62. 7c6c045 Remove support for Nano's deprecated package names by Eric Anderson · 9 years ago
  63. eccd231 Don't hold a lock in DelayedStream when calling realStream by Eric Anderson · 9 years ago
  64. b9c1232 Add log ID. by Kun Zhang · 9 years ago
  65. b9196e3 Adding RunWith annotation to ConcurrencyTest by nmittler · 9 years ago
  66. 8ed0088 Make Status code use percent encoding by Carl Mastrangelo · 9 years ago
  67. d192f1a netty: GOAWAY should trigger transportShutdown by Eric Anderson · 9 years ago
  68. 2491402 Remove or use unused variables. by Kun Zhang · 9 years ago
  69. 9466119 remove unused var by Carl Mastrangelo · 9 years ago
  70. ffe0dce Add missing override annotation to generated protos by Carl Mastrangelo · 9 years ago
  71. 56d9b17 Test that gRPC clients and servers can handle concurrent RPCs. by Matt Hildebrand · 9 years ago
  72. 0e14516 Run createTransportRunnable outside of lock. by Kun Zhang · 9 years ago
  73. a574159 Add interceptForward methods for Client and Server by William Thurston · 9 years ago
  74. 3528467 Treat ClosedChannelException as UNAVAILABLE to squelch test failures by Eric Anderson · 9 years ago
  75. 40d9cd1 Add more debug output in TlsTest by Carl Mastrangelo · 9 years ago
  76. 0e370eb Remove static initializer blocks by Carl Mastrangelo · 9 years ago
  77. c85e046 Make Route Guide client and server accept channel and server builers, respectively. by Carl Mastrangelo · 9 years ago
  78. 8e1fba7 Use Protobuf Json formatting for routeguide example by Carl Mastrangelo · 9 years ago
  79. 3a4b266 Bump gradle version to 2.11 by Carl Mastrangelo · 9 years ago
  80. 1170afd Add transport test for Netty by Eric Anderson · 9 years ago
  81. 72f1e88 Inlcude the file that was used to generate service descriptors by Carl Mastrangelo · 9 years ago
  82. de72f69 Test that a GRPC client rejects untrusted server certs. by Matt Hildebrand · 9 years ago
  83. 39659dc Use impossible port for unreachability test by Carl Mastrangelo · 9 years ago
  84. 5d025ed Change InteopTester to take a ManagedChannel directly instead of using all the args to build a channel by Xiao Hang · 9 years ago
  85. 643bb2c Always start from the first address after a successful connection. by Kun Zhang · 9 years ago
  86. 86bad4f Add more log into for cancellation by Carl Mastrangelo · 9 years ago
  87. 887064d Use latching to enforce expected events are received by Louis Ryan · 9 years ago
  88. 8dad734 Various naming and documentation clenaups by Louis Ryan · 9 years ago
  89. b17a249 Create new AbstractTransportTest for Transports by Eric Anderson · 9 years ago
  90. d86dfc9 Merge DelayedStream's setError() into cancel() by Kun Zhang · 9 years ago
  91. a959126 Bump Guava to 19.0 by Carl Mastrangelo · 9 years ago
  92. 06e3ef5 Fix bugs and improvements found by static analyser by Eric Anderson · 9 years ago
  93. 7a29f39 Pass transports instead of futures of transports for new calls. by Kun Zhang · 9 years ago
  94. 3404818 Update README to reference 0.13.1 by Eric Anderson · 9 years ago
  95. 42d7872 Use default keystore by Carl Mastrangelo · 9 years ago
  96. 52b3db2 Fix a bug ByteReadableBufferWrapper. We should set new buffer's limit before changing the original buffer's position by Xiao Hang · 9 years ago
  97. 8d0267f Allow for interceptors to send and receive messages of type InputStream. by William Thurston · 9 years ago
  98. 56dca03 Limit memory during build by Eric Anderson · 9 years ago
  99. 86fd252 Update to latest netty and tcnative. by nmittler · 9 years ago
  100. af6a265 Add simple BINARY_BYTE_MARSHALLER by Lukasz Strzalkowski · 9 years ago