1. 166108a all: fix licence whitespace by Carl Mastrangelo · 7 years ago
  2. 55fd61d all: improve contributing.md guidelines. by Jan Tattermusch · 7 years ago
  3. 104350c core: include how long deadline was in Status message by Carl Mastrangelo · 7 years ago
  4. 7b97df0 all: fix gradle file for licence type by Carl Mastrangelo · 7 years ago
  5. 3bfd630 all: update to Apache 2 licence by Carl Mastrangelo · 7 years ago
  6. 8a1217d core: Server side cancellations should promptly inform server (#2963) by zpencer · 7 years ago
  7. 37e2131 protobuf: make toStatusProto return null when metadata key is absent by Eric Gribkoff · 7 years ago
  8. 917f6fa compiler: Fix compilation error by Jakob Buchgraber · 7 years ago
  9. f52b4c1 okhttp: ignore unknown HTTP/2 settings by Eric Gribkoff · 7 years ago
  10. ee38b37 core: remove 2 suffix from streams by Carl Mastrangelo · 7 years ago
  11. 7b821a0 netty: increase message quantum by Carl Mastrangelo · 7 years ago
  12. 6760bfe Log deadline narrowing events at FINE instead of INFO. by William Thurston · 7 years ago
  13. ecbacf0 all: fix bad ref to ServerCall by Carl Mastrangelo · 7 years ago
  14. cefcd39 Fix incorrect assertEquals argument ordering by Eric Anderson · 7 years ago
  15. 4ce52d1 all: bump to 1.5.0-SNAPSHOT by Carl Mastrangelo · 7 years ago
  16. 0fe2c5c all: bump to proto 3.3.1 by Carl Mastrangelo · 7 years ago
  17. 530b714 core/tracing: set always record events option for the RPC spans. (#2998) by Bogdan Drutu · 7 years ago
  18. fae55a6 core: delete deprecated affinity API. (#3026) by Kun Zhang · 7 years ago
  19. 4fe3660 testing: Add missing RunWith to GrpcServerRuleTest by Eric Anderson · 7 years ago
  20. 347eb09 all: Minor updates to expand javadocs (#2991) by zpencer · 7 years ago
  21. 66ebcb1 doc: generate use page in javadoc by ZHANG Dapeng · 7 years ago
  22. 5dc8a12 interop-testing,okhttp,testing: update tests to pass with ipv6 by Eric Gribkoff · 7 years ago
  23. 7be1720 core: don't expose internal Metadata.headerCount by Carl Mastrangelo · 7 years ago
  24. a343e99 grpclb: Avoid reference equality for protobuf in oneof by Eric Anderson · 7 years ago
  25. 3fc8163 okhttp: Make implicit cast explicit to declare it safe by Eric Anderson · 7 years ago
  26. cf0e161 Remove unused variables by Eric Anderson · 7 years ago
  27. 67eefa6 Upgrade to netty and netty-tcnative by Łukasz Strzałkowski · 7 years ago
  28. eb6acfe Javadoc improvements, especially to Context by Eric Anderson · 7 years ago
  29. 17b74c1 protobuf-lite: fix typo. s/Marhsaller/Marshaller by kenji yoshida · 8 years ago
  30. 28ad3ba netty: fix server keepalive not initialized bug by ZHANG Dapeng · 8 years ago
  31. 870dd50 core: clarify more origin docs for Channel by Carl Mastrangelo · 8 years ago
  32. 90559c7 core: add Since java doc annotations to Server, and clarify return types by Carl Mastrangelo · 8 years ago
  33. 9954c5f services: HealthStatusManager not to expose server stub methods by ZHANG Dapeng · 8 years ago
  34. bb978ba doc: initiate some package javadoc by ZHANG Dapeng · 8 years ago
  35. f4173c3 core,grpclb: Update addresses in OobChannel by Eric Anderson · 8 years ago
  36. 30b61db core: Update addresses in Subchannel by Eric Anderson · 8 years ago
  37. 1f7c9d5 core: document ServerBuilder return values and method history by Carl Mastrangelo · 8 years ago
  38. 5891c96 doc: fix broken links by ZHANG Dapeng · 8 years ago
  39. f674776 Add/Fix some docs (#2970) by Muxi Yan · 8 years ago
  40. 7d048af javadoc: fix broken links in javadoc by ZHANG Dapeng · 8 years ago
  41. 6418371 android-helloworld: Remove usage of ActionBarActivity by Eric Anderson · 8 years ago
  42. e6804e2 android-helloworld: Ignore proguard warnings for javax.naming by Eric Anderson · 8 years ago
  43. 7aa807c compiler: remove streaming calls from javadoc for newFutureStub by Eric Gribkoff · 8 years ago
  44. 06e823e netty: reduce severity of disconnect message by Carl Mastrangelo · 8 years ago
  45. df69485 build,protobuf: update google_api_protos dependency by Eric Gribkoff · 8 years ago
  46. 8dc29f9 all: bump recommended gRPC and Proto to 1.3.0 and 3.2.0 by Carl Mastrangelo · 8 years ago
  47. 50a92e0 android-interop-testing: Support get option in interop app by Xiao Hang · 8 years ago
  48. a317912 Channel.authority() should return the value of overrideAuthority (#2956) by zpencer · 8 years ago
  49. b2b6745 stub: rm redundant call field in StreamObserverToCallListenerAdapter by ZHANG Dapeng · 8 years ago
  50. 0d6b418 Implement GRPCLB client-side load reporting (#2941) by Kun Zhang · 8 years ago
  51. 982541b build: fix -PerrorProne=false by Eric Anderson · 8 years ago
  52. de0df97 okhttp: Support GET in okhttp transport by Xiao Hang · 8 years ago
  53. dcc3902 grpclb: remove non-determinism workaround by Eric Anderson · 8 years ago
  54. be74e97 core: stop using static flags for Census control. (#2947) by Kun Zhang · 8 years ago
  55. c1a2fb4 grpclb: expose the token metadata key. (#2944) by Kun Zhang · 8 years ago
  56. 49bde54 core: integrate instrumentation-java (Census) tracing (#2938) by Kun Zhang · 8 years ago
  57. ba1c4bf core: Add support for the AppEngine development sandbox by Fred Wulff · 8 years ago
  58. b6bf252 interop-testing: add cacheable_unary test by Eric Gribkoff · 8 years ago
  59. e36d229 core,netty: remove grpc-payload-bin from GET requests by Eric Gribkoff · 8 years ago
  60. 10dd34b grpclb: Flatten LB addresses to use pick-first by Eric Anderson · 8 years ago
  61. b7833da core: lookup TXT records when doing name resolution by Carl Mastrangelo · 8 years ago
  62. e576c4c netty: more coverage on server keepalive by ZHANG Dapeng · 8 years ago
  63. 7cf3551 core: pass ServerCall to ServerStreamTracer. (#2930) by Kun Zhang · 8 years ago
  64. a92b048 core: add ServerCall.getAuthority() (#2925) by Kun Zhang · 8 years ago
  65. 965fe5d all: Fix basic compatibility with Mockito 2.7.19 by Eric Anderson · 8 years ago
  66. 4989736 core: clamp keepAliveTime/Timeout in a way easier for test by ZHANG Dapeng · 8 years ago
  67. 4a96e25 netty: implement server max connection idle by ZHANG Dapeng · 8 years ago
  68. 393ebf7 netty,okhttp: handle ENHANCE_YOUR_CALM and too_many_pings by Eric Anderson · 8 years ago
  69. 6618f97 core: add inboundHeaders() to ClientStreamTracer. (#2921) by Kun Zhang · 8 years ago
  70. 25658cb core: delete the alias LoadBalancer2. (#2917) by Kun Zhang · 8 years ago
  71. 41c5aab core: record stats for GET requests (#2914) by Kun Zhang · 8 years ago
  72. 870ae40 benchmarks: disable flag printing by Carl Mastrangelo · 8 years ago
  73. 75324e9 netty: fix flaky max connection age tests using sleepAtLeast by ZHANG Dapeng · 8 years ago
  74. b661ac7 core: Delete AbstractStream (replaced by AbstractStream2) by Eric Anderson · 8 years ago
  75. 55e3b71 Move okhttp to AbstractStream2 by Xiao Hang · 8 years ago
  76. ffc64b7 netty: move connection.addListner inside constructor of NettyServerHandler by ZHANG Dapeng · 8 years ago
  77. be61af4 core: use RESOURCE_EXHAUSTED for max message size failures by Carl Mastrangelo · 8 years ago
  78. 4f96b0a compiler: move over to method descriptor builder by Łukasz Strzałkowski · 8 years ago
  79. 17b9016 all: begin 1.4.x development cycle by Carl Mastrangelo · 8 years ago
  80. ce349ae core: make MethodDescriptor.Builder non experimental by Carl Mastrangelo · 8 years ago
  81. c8dff0d core: Fix unused variables by Eric Anderson · 8 years ago
  82. fd30b68 okhttp: Add OptionalMethod support for private classes (#2895) by kpayson64 · 8 years ago
  83. f1de741 netty: ignore flaky max connection age tests by ZHANG Dapeng · 8 years ago
  84. b56a728 all: Use "keepalive time" instead of "keepalive delay" by Eric Anderson · 8 years ago
  85. af4982b netty,okhttp: Allow keepalive without calls by Eric Anderson · 8 years ago
  86. 4227b0b core: Reduce minimum client keepalive time to 10s by Eric Anderson · 8 years ago
  87. 0277b91 okhttp,netty: Normalize client-side keepalive APIs by Eric Anderson · 8 years ago
  88. 64938d3 testing: remove negative asserts about stats. (#2894) by Kun Zhang · 8 years ago
  89. 02deb9c core: Remove unused mocks which broke @DoNotMock by Eric Anderson · 8 years ago
  90. 81da785 netty: add jitter to max connection age by ZHANG Dapeng · 8 years ago
  91. 83a06cc netty: implement server max connection age by ZHANG Dapeng · 8 years ago
  92. 44cca55 core: remove incorrect reporting of CLIENT_SERVER_ELAPSED_TIME. (#2891) by Kun Zhang · 8 years ago
  93. 770b7e0 doc: document that channel state is not implemented. (#2890) by Kun Zhang · 8 years ago
  94. cfc6634 netty: Pass boolean to builder instead of permit/deny specialized naming by Eric Anderson · 8 years ago
  95. c4e615c core: allow SubchannelPicker to return a StreamTracer factory. (#2882) by Kun Zhang · 8 years ago
  96. 903197b core: StreamTracer (#2863) by Kun Zhang · 8 years ago
  97. 4236027 netty: Add config for server keepalive enforcement by Eric Anderson · 8 years ago
  98. ebd2f2d android: Bump android build plugin version to 2.3.1 by Eric Anderson · 8 years ago
  99. 810b2d0 all: Update to gradle 3.4.1 by Eric Anderson · 8 years ago
  100. 3818087 netty: Handle channel creation failure by Eric Anderson · 8 years ago