1. d9001ca Keepalive support by Xiao Hang · 8 years ago
  2. 16b096b Reduce default max message size to 4 MiB by Eric Anderson · 8 years ago
  3. 8ed2dc8 testware: fix flakes caused by pickUnusedPort by ZHANG Dapeng · 8 years ago
  4. 5487ea8 Remove unused variables by Eric Anderson · 8 years ago
  5. 95791b7 okhttp: fix NPE when using CLEARTEXT connectionSpec by ZHANG Dapeng · 8 years ago
  6. 38b950f core: add transportInUse() to transport listener. by Kun Zhang · 8 years ago
  7. 432cec7 core: CallCredentials by Kun Zhang · 8 years ago
  8. b88ea27 core/internal: add 3-arg newStream method to ClientTransport interface (#1898) by ZHANG Dapeng · 8 years ago
  9. c6fd94c Implement shutdownNow by Eric Anderson · 9 years ago
  10. 676bf48 core: fix nags from linter by Carl Mastrangelo · 8 years ago
  11. 02eb24b core,netty,okhttp: move user agent removal closer to where it is set by Carl Mastrangelo · 8 years ago
  12. ca8e166 okhttp: generate user agent once for whole transport by Carl Mastrangelo · 8 years ago
  13. 1cc76d8 core,netty,okhttp: move user agent out of client call and into the transport by Carl Mastrangelo · 8 years ago
  14. 13fe13b okhttp: Enable transport test by Eric Anderson · 9 years ago
  15. bc661e7 all: Finish adding tracking issues for ExperimentalApi by Carl Mastrangelo · 8 years ago
  16. 80baa63 Use return value of Status.augmentDescription by Eric Anderson · 8 years ago
  17. 00f8f34 Don't allocate extra byte for each MessageFramer by Carl Mastrangelo · 8 years ago
  18. 0ed059a Add rst error detail in OkHttp by Carl Mastrangelo · 8 years ago
  19. 7d889b6 Reuse metadata array when making http2 headers, and reduce some array copies by Carl Mastrangelo · 8 years ago
  20. 2a5a41b Fix UNAVAILABLE codes missing descriptions by Eric Anderson · 8 years ago
  21. 3c68c05 Remove ReferenceCounted and add close() to ClientTransportFactory. Fixes #927 by buchgr · 9 years ago
  22. b9c1232 Add log ID. by Kun Zhang · 9 years ago
  23. 0e370eb Remove static initializer blocks by Carl Mastrangelo · 9 years ago
  24. 39659dc Use impossible port for unreachability test by Carl Mastrangelo · 9 years ago
  25. b752e76 Automated readability/efficiency tweaks by Eric Anderson · 9 years ago
  26. cf787bd DelayedClientTransport and fix TransportSet.shutdown() semantics. by Kun Zhang · 9 years ago
  27. 964963a Replace AUTHORITY_KEY with ClientStream.setAuthority by Eric Anderson · 9 years ago
  28. 0486af6 Raise method visibility in Channel Providers by Carl Mastrangelo · 9 years ago
  29. 846794e Fix OkHttp bug where streams could be started after they had been cancelled by Carl Mastrangelo · 9 years ago
  30. bcb5fcd Propagate headers/trailers if response isn't gRPC by Eric Anderson · 9 years ago
  31. 9cb7929 Add toString to transports for debugging. by Eric Anderson · 9 years ago
  32. 218865a Revert "More information for debugging." by Eric Anderson · 9 years ago
  33. 3276442 Split newStream from start by Carl Mastrangelo · 9 years ago
  34. eca1f7c More information for debugging. by Kun Zhang · 9 years ago
  35. d948330 [OkHttp]Add hostname verification. by Xudong Ma · 9 years ago
  36. d3d8adb Allow support for nanosecond timeouts, and use nanoseconds consistently throughout our code by Carl Mastrangelo · 9 years ago
  37. d41a0fa Use getClassLoader() instead of Thread.currentThread().getContextClassLoader() for android. by Xudong Ma · 9 years ago
  38. 88491c0 [okhttp] Use upper layer passed-in resolved address instead of resolving the hostname by itself. by Xudong Ma · 9 years ago
  39. 097e3a8 coalesce pending flushes in OkHttpClientStream.start(). by Xudong Ma · 9 years ago
  40. e9c9d31 Add even more coverage by Carl Mastrangelo · 9 years ago
  41. a691752 Add simple tests for OkHttpProtocolNegotiator coverage by Carl Mastrangelo · 9 years ago
  42. 52c9aac [OkHtpp] Correct windowUpdateWithInboundFlowControl test. by Xudong Ma · 9 years ago
  43. a2216f6 Deflake OkHttpClientTransportTest. by Xudong Ma · 9 years ago
  44. edd57c9 Support default port in NameResolver. by Kun Zhang · 9 years ago
  45. 5487c42 Update okhttp javadoc by Carl Mastrangelo · 9 years ago
  46. efac679 NameResolverRegistry and better-defined target string. by Kun Zhang · 9 years ago
  47. 942f4c9 Load-balancing ManagedChannelImpl. by Kun Zhang · 9 years ago
  48. b121c46 Reduce OkHttp dependency, copy all the needed files into our repository. by Xudong Ma · 9 years ago
  49. 6d296e8 Upgrade OkHttp to 2.5 by Xudong Ma · 9 years ago
  50. 72a0a38 [okhttp] Make sure transportShutdown() always be called before calling transportTerminated(). by Xudong Ma · 9 years ago
  51. 6474938 Allow non-host based authorities in OkHttp transport by Carl Mastrangelo · 9 years ago
  52. d42a09b Add authority work around for OkHttp channels by Carl Mastrangelo · 9 years ago
  53. ff3dbf7 Deprecate OkHttpChannelBuilder#overrideHostForAuthority by Kun Zhang · 9 years ago
  54. 538cf21 Add usePlaintext to ManagedChannelBuilder by Eric Anderson · 9 years ago
  55. 5b2a03a Add overrideAuthority to ManagedChannelBuilder by Eric Anderson · 9 years ago
  56. de32e29 Add overrideAuthority to OkHttpChannelBuilder by Eric Anderson · 9 years ago
  57. 0cd28dd Fixing okhttp hang when tls nego fails. by nmittler · 9 years ago
  58. df7bf44 Enable license header checking in checkstyle by Eric Anderson · 9 years ago
  59. 31394aa Let transports be channel service providers for generic usage by Eric Anderson · 9 years ago
  60. bdaf7b3 okhttp: Skip trash data for finished stream. by Xudong Ma · 9 years ago
  61. 6a782a0 Use Executor in stable builder APIs instead of ExecutorService by Louis Ryan · 9 years ago
  62. 07a7279 Daemonize OkHttp and Netty by Carl Mastrangelo · 9 years ago
  63. b687bdc Refactoring channel API. by nmittler · 9 years ago
  64. 210114d Ease use of JWT by passing URI to auth library by Eric Anderson · 9 years ago
  65. d3ab427 Enforce content-type on client and server. by nmittler · 9 years ago
  66. a3f2f62 OkHttp: Fix race condition between sendCancel and sendFrame by Xudong Ma · 9 years ago
  67. 15f02ba Adding maxMessageSize config option by nmittler · 9 years ago
  68. 777e928 Removing transport shutdown hooks from channel builder by nmittler · 9 years ago
  69. 485bc9c OkHttp: Make sure TransportListener.transportReady() can only be called once. by Xudong Ma · 9 years ago
  70. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  71. 21f9b44 Use status UNAVAILABLE for IOException thrown by OkHttp reading path, which can also be triggered by HTTP/2 issues. by Xudong Ma · 9 years ago
  72. aeae7a8 Rename HttpUtil to GrpcUtil. by nmittler · 9 years ago
  73. d2ab1c2 OkHttp: Call ClientTransport.Listener.transportReady() after receiving settings frame. by Xudong Ma · 9 years ago
  74. 9d1b33c Remove unused variables by Eric Anderson · 9 years ago
  75. 572f433 Remove Trailers by Carl Mastrangelo · 9 years ago
  76. ca7587f Change some error status usages to be consistent with other gRPC implementations. by Xudong Ma · 9 years ago
  77. a4c7d9a Redo b1e2aaebc066b10b00711b51b8cab0b09151544f, with some changes to prevent test flaky. by Xudong Ma · 9 years ago
  78. e1bd6ef Clean up the left-over of the transport package reorganization by Kun Zhang · 9 years ago
  79. 9eed577 Revert "okHttp: Set max_concurrent_stream to 0 before the connection is connected." by Kun Zhang · 9 years ago
  80. b1e2aae okHttp: Set max_concurrent_stream to 0 before the connection is connected. by Xudong Ma · 9 years ago
  81. ddea743 Remove stream id check for writing path, it breaks the starting of pending streams. by Xudong Ma · 9 years ago
  82. b42122b Update test to demonstrate that pending streams will not be started if the transport is in goAway status. by Xudong Ma · 9 years ago
  83. d2929cd Reorganize packages. by Kun Zhang · 9 years ago
  84. ba103fb OkHttp: make the pending stream cancellable. by Xudong Ma · 9 years ago
  85. fc85a40 Add more documentation for transports. by Kun Zhang · 9 years ago
  86. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 9 years ago
  87. 7d1e65c Switch ALPN/NPN to advertise only h2 by Xudong Ma · 9 years ago
  88. c55657e Make new stream call asynchronous when the MAX_CONCURRENT_STREAMS is reached. by Xudong Ma · 9 years ago
  89. d2b1b37 Add a transport ready for use with retry by Carl Mastrangelo · 9 years ago
  90. bd8987a Add a status to Transport shutdown by Carl Mastrangelo · 9 years ago
  91. abfdbf6 OkHttp: sync error map with gRpc spec. by Xudong Ma · 9 years ago
  92. dde1e80 Adjust @GuardedBy to pass internal GuardedBy Checking. by Xudong Ma · 9 years ago
  93. e36a64e Correctly handle unknown http2 error code. by Xudong Ma · 9 years ago
  94. 750f626 Simplify locking model of OkHttp Transport, avoid potential deadlock. by Xudong Ma · 9 years ago
  95. 2eaeaca Added basic unit test and reorg how onready calls are made by Carl Mastrangelo · 9 years ago
  96. 5cc4e84 okhttp: Enable TLS by default. by Xudong Ma · 9 years ago
  97. e8086b5 Support NPN fallback for Android. by Xudong Ma · 9 years ago
  98. f9f5b6a okhttp: make transport.start() async. by Xudong Ma · 9 years ago
  99. ad7820c Remove OkHttpClientTransport.DEFAULT_INITIAL_WINDOW_SIZE, use Utils.DEFAULT_WINDOW_SIZE instead. by Xudong Ma · 9 years ago
  100. 3e26b99 Enforce request deadline by Jack Coughlin · 9 years ago