1. 3fc8163 okhttp: Make implicit cast explicit to declare it safe by Eric Anderson · 7 years ago
  2. f674776 Add/Fix some docs (#2970) by Muxi Yan · 7 years ago
  3. 7d048af javadoc: fix broken links in javadoc by ZHANG Dapeng · 7 years ago
  4. a317912 Channel.authority() should return the value of overrideAuthority (#2956) by zpencer · 7 years ago
  5. de0df97 okhttp: Support GET in okhttp transport by Xiao Hang · 7 years ago
  6. 4989736 core: clamp keepAliveTime/Timeout in a way easier for test by ZHANG Dapeng · 7 years ago
  7. 393ebf7 netty,okhttp: handle ENHANCE_YOUR_CALM and too_many_pings by Eric Anderson · 7 years ago
  8. 6618f97 core: add inboundHeaders() to ClientStreamTracer. (#2921) by Kun Zhang · 7 years ago
  9. b661ac7 core: Delete AbstractStream (replaced by AbstractStream2) by Eric Anderson · 7 years ago
  10. 55e3b71 Move okhttp to AbstractStream2 by Xiao Hang · 8 years ago
  11. be61af4 core: use RESOURCE_EXHAUSTED for max message size failures by Carl Mastrangelo · 7 years ago
  12. fd30b68 okhttp: Add OptionalMethod support for private classes (#2895) by kpayson64 · 7 years ago
  13. b56a728 all: Use "keepalive time" instead of "keepalive delay" by Eric Anderson · 7 years ago
  14. af4982b netty,okhttp: Allow keepalive without calls by Eric Anderson · 7 years ago
  15. 0277b91 okhttp,netty: Normalize client-side keepalive APIs by Eric Anderson · 7 years ago
  16. 903197b core: StreamTracer (#2863) by Kun Zhang · 7 years ago
  17. 6789eac core,netty,okhttp: KeepAliveManager with Pinger by ZHANG Dapeng · 8 years ago
  18. 3ffa5a9 Okhttp: keepAlivedManager#onTransportShutdown moved from shutdown to stopIfNecessary and refactored by ZHANG Dapeng · 8 years ago
  19. 3db9517 okhttp: Add restricted AppEngine SSL setup (#2845) by kpayson64 · 8 years ago
  20. 19afd8b core: Support keepalive even when transport is idle by Eric Anderson · 8 years ago
  21. 891581f all: fix errorprones by ZHANG Dapeng · 8 years ago
  22. 675080b all: Enable ErrorProne during compilation by Eric Anderson · 8 years ago
  23. 4029b3f Implement missing authority API for HandlerRegistry by Ryan Michela · 8 years ago
  24. 42aa64c all: swap to newer animalsniffer plugin by Eric Anderson · 8 years ago
  25. 7ab5e0e core: record server_elapsed_time on client (#2673) by Kun Zhang · 8 years ago
  26. 566d0e9 testing: change names of noopMarshaller to void marshaller by Carl Mastrangelo · 8 years ago
  27. 23f5a6f Add support for http forward proxy with CONNECT by Eric Anderson · 8 years ago
  28. 89bc2cd all: update to latest import ordering by Carl Mastrangelo · 8 years ago
  29. b33d3cb core: rename getAttr() and use standard getAttributes() by Lukasz Strzalkowski · 8 years ago
  30. efbcd1f core: change method descriptor to be builder based by Carl Mastrangelo · 8 years ago
  31. d87a658 core,netty: add getAttributes to ClientStream and ClientCall (#2526) by ZHANG Dapeng · 8 years ago
  32. ec7f00a core,testing: make MethodDescriptor final and add Test helper by Carl Mastrangelo · 8 years ago
  33. 7fbee39 Introduce a grpc-exp ALPN protocol identifier by htuch · 8 years ago
  34. 4693492 style: fix styles and error-prones (#2560) by Kun Zhang · 8 years ago
  35. ec7d68b okhttp: catch Throwable to avoid breaking preconditions. (#2536) by Kun Zhang · 8 years ago
  36. e9779d7 all: use a proper log id which can reference channels, subchannels, and transports by Carl Mastrangelo · 8 years ago
  37. 78107a6 core: Do not rely on HTTP 200 by Eric Anderson · 8 years ago
  38. fdd062c core: make max message size part of the public API by Carl Mastrangelo · 8 years ago
  39. 132f7a9 core: Census integration for stats (#2262) by Kun Zhang · 8 years ago
  40. 141eed5 core: change Metadata internals to avoid garbage creation by Carl Mastrangelo · 8 years ago
  41. f24cf2a Remove nonsense checkNotNull(). by Kun Zhang · 8 years ago
  42. 35c3f81 core/internal: replace make Stream id a primitive by Carl Mastrangelo · 8 years ago
  43. f78644d core: add Metadata.discardAll() by Carl Mastrangelo · 8 years ago
  44. 1285477 all: add parameter name to checkNotNull by Carl Mastrangelo · 8 years ago
  45. 7d464fc inprocess: Avoid creating unnecessary threads by Eric Anderson · 8 years ago
  46. 5b7a21a okhttp: Remove wrong status description by Eric Anderson · 8 years ago
  47. 4289aaf core: Hard-code a list of providers for Android by Eric Anderson · 8 years ago
  48. deeb976 Revise security provider selection for androind to choose from the by Louis Ryan · 8 years ago
  49. c1ef806 Fix selection of security Provider to conscruct SSLContext by Louis Ryan · 8 years ago
  50. f52b4e5 Make the OkHTTP transport AppEngine friendly. AppEngine may support by Louis Ryan · 8 years ago
  51. d9001ca Keepalive support by Xiao Hang · 8 years ago
  52. 16b096b Reduce default max message size to 4 MiB by Eric Anderson · 8 years ago
  53. 8ed2dc8 testware: fix flakes caused by pickUnusedPort by ZHANG Dapeng · 8 years ago
  54. 5487ea8 Remove unused variables by Eric Anderson · 8 years ago
  55. 95791b7 okhttp: fix NPE when using CLEARTEXT connectionSpec by ZHANG Dapeng · 8 years ago
  56. 38b950f core: add transportInUse() to transport listener. by Kun Zhang · 8 years ago
  57. 432cec7 core: CallCredentials by Kun Zhang · 8 years ago
  58. b88ea27 core/internal: add 3-arg newStream method to ClientTransport interface (#1898) by ZHANG Dapeng · 8 years ago
  59. c6fd94c Implement shutdownNow by Eric Anderson · 9 years ago
  60. 676bf48 core: fix nags from linter by Carl Mastrangelo · 8 years ago
  61. 02eb24b core,netty,okhttp: move user agent removal closer to where it is set by Carl Mastrangelo · 8 years ago
  62. ca8e166 okhttp: generate user agent once for whole transport by Carl Mastrangelo · 8 years ago
  63. 1cc76d8 core,netty,okhttp: move user agent out of client call and into the transport by Carl Mastrangelo · 8 years ago
  64. 13fe13b okhttp: Enable transport test by Eric Anderson · 9 years ago
  65. bc661e7 all: Finish adding tracking issues for ExperimentalApi by Carl Mastrangelo · 8 years ago
  66. 80baa63 Use return value of Status.augmentDescription by Eric Anderson · 8 years ago
  67. 00f8f34 Don't allocate extra byte for each MessageFramer by Carl Mastrangelo · 8 years ago
  68. 0ed059a Add rst error detail in OkHttp by Carl Mastrangelo · 8 years ago
  69. 7d889b6 Reuse metadata array when making http2 headers, and reduce some array copies by Carl Mastrangelo · 8 years ago
  70. 2a5a41b Fix UNAVAILABLE codes missing descriptions by Eric Anderson · 8 years ago
  71. 3c68c05 Remove ReferenceCounted and add close() to ClientTransportFactory. Fixes #927 by buchgr · 9 years ago
  72. b9c1232 Add log ID. by Kun Zhang · 9 years ago
  73. 0e370eb Remove static initializer blocks by Carl Mastrangelo · 9 years ago
  74. 39659dc Use impossible port for unreachability test by Carl Mastrangelo · 9 years ago
  75. b752e76 Automated readability/efficiency tweaks by Eric Anderson · 9 years ago
  76. cf787bd DelayedClientTransport and fix TransportSet.shutdown() semantics. by Kun Zhang · 9 years ago
  77. 964963a Replace AUTHORITY_KEY with ClientStream.setAuthority by Eric Anderson · 9 years ago
  78. 0486af6 Raise method visibility in Channel Providers by Carl Mastrangelo · 9 years ago
  79. 846794e Fix OkHttp bug where streams could be started after they had been cancelled by Carl Mastrangelo · 9 years ago
  80. bcb5fcd Propagate headers/trailers if response isn't gRPC by Eric Anderson · 9 years ago
  81. 9cb7929 Add toString to transports for debugging. by Eric Anderson · 9 years ago
  82. 218865a Revert "More information for debugging." by Eric Anderson · 9 years ago
  83. 3276442 Split newStream from start by Carl Mastrangelo · 9 years ago
  84. eca1f7c More information for debugging. by Kun Zhang · 9 years ago
  85. d948330 [OkHttp]Add hostname verification. by Xudong Ma · 9 years ago
  86. d3d8adb Allow support for nanosecond timeouts, and use nanoseconds consistently throughout our code by Carl Mastrangelo · 9 years ago
  87. d41a0fa Use getClassLoader() instead of Thread.currentThread().getContextClassLoader() for android. by Xudong Ma · 9 years ago
  88. 88491c0 [okhttp] Use upper layer passed-in resolved address instead of resolving the hostname by itself. by Xudong Ma · 9 years ago
  89. 097e3a8 coalesce pending flushes in OkHttpClientStream.start(). by Xudong Ma · 9 years ago
  90. e9c9d31 Add even more coverage by Carl Mastrangelo · 9 years ago
  91. a691752 Add simple tests for OkHttpProtocolNegotiator coverage by Carl Mastrangelo · 9 years ago
  92. 52c9aac [OkHtpp] Correct windowUpdateWithInboundFlowControl test. by Xudong Ma · 9 years ago
  93. a2216f6 Deflake OkHttpClientTransportTest. by Xudong Ma · 9 years ago
  94. edd57c9 Support default port in NameResolver. by Kun Zhang · 9 years ago
  95. 5487c42 Update okhttp javadoc by Carl Mastrangelo · 9 years ago
  96. efac679 NameResolverRegistry and better-defined target string. by Kun Zhang · 9 years ago
  97. 942f4c9 Load-balancing ManagedChannelImpl. by Kun Zhang · 9 years ago
  98. b121c46 Reduce OkHttp dependency, copy all the needed files into our repository. by Xudong Ma · 9 years ago
  99. 6d296e8 Upgrade OkHttp to 2.5 by Xudong Ma · 9 years ago
  100. 72a0a38 [okhttp] Make sure transportShutdown() always be called before calling transportTerminated(). by Xudong Ma · 9 years ago