1. 3a7a05f Change version to 1.8.3-dev by Menghan Li · 6 years ago main master upstream/v1.8.x
  2. e687fa4 Change version to 1.8.2 by Menghan Li · 6 years ago v1.8.2
  3. 9cca0d3 Change version to 1.8.2-dev by Menghan Li · 6 years ago
  4. c767926 Change version to 1.8.1 by Menghan Li · 6 years ago
  5. a32b9a5 transport: fix race sending RPC status that could lead to a panic (#1687) by Gyuho Lee · 6 years ago
  6. 0998e8f Change version to 1.8.1-dev by Menghan Li · 6 years ago
  7. 5a9f7b4 Change version to 1.8.0 by Menghan Li · 6 years ago v1.8.0
  8. 6253aa9 set context timeout when Timeout value >= 0 (#1678) by Gyu-Ho Lee · 6 years ago
  9. d6cc728 switch balancer based on service config info (#1670) by lyuxuan · 6 years ago
  10. 816fa5b Add proper support for 'identity' encoding type (#1664) by dfawley · 6 years ago
  11. c1fc296 update code_string.go for new stringer changes (#1674) by dfawley · 6 years ago
  12. 409fd8e addrConn: set ac.state to TransientFailure upon non-temporary errors (#1657) by Menghan Li · 6 years ago
  13. 87bcb38 Eliminate race on ac.acbw (#1666) by Menghan Li · 6 years ago
  14. 5f2e2f9 Corrected documentation on Server.Serve (#1668) by Elliot Wright · 6 years ago
  15. de2209a Update picker doc when returned SubConn is not ready (#1659) by Menghan Li · 6 years ago
  16. ebefec9 travis: fix GOARCH=386 and add misspell check (#1658) by Menghan Li · 6 years ago
  17. abd3e10 Add context benchmarks (#1610) by dfawley · 6 years ago
  18. 3790967 Add protoc command to example/readme (#1653) by Menghan Li · 6 years ago
  19. 8ff8683 Implement transparent retries for gRFC A6 (#1597) by dfawley · 6 years ago
  20. 551f295 server: add EXPERIMENTAL tag to grpc.ConnectTimeout (#1652) by dfawley · 6 years ago
  21. 865013b *: replace deprecated grpc.Errorf calls with status.Errorf (#1651) by Gyu-Ho Lee · 6 years ago
  22. 4318e64 server: apply deadline to new connections until all handshaking is completed (#1646) by dfawley · 6 years ago
  23. 60f1f6a codec_benchmark_test: fix racy unmarshal behavior and make some cleanups (#1642) by dfawley · 6 years ago
  24. ac0ac2b Speed-up quota pools. (#1636) by mmukhi · 6 years ago
  25. af224a8 Check ac state shutdown before setting it to TransientFailure (#1643) by Menghan Li · 6 years ago
  26. 08a4535 vet.sh: don't check git status when doing -install (#1641) by dfawley · 7 years ago
  27. fc6acc5 latency: Listen on localhost:0 instead of :0 in test (#1640) by dfawley · 7 years ago
  28. fb4b2b2 reduce timeout for tests to 5m (7m for testrace) (#1635) by dfawley · 7 years ago
  29. 5db344a Introduce new Compressor/Decompressor API (#1428) by Zhouyihai Ding · 7 years ago
  30. 246b2f7 Fix settings ack race (#1630) by mmukhi · 7 years ago
  31. c91118c Update examples/README.md (#1629) by Shual Liu · 7 years ago
  32. a4ff4e2 Get method string from stream (#1588) by lyuxuan · 7 years ago
  33. fe0602d fix max msg size type issues on different arch (#1623) by lyuxuan · 7 years ago
  34. 3cc2158 Deflake roundrobin TestOneServerDown, and fix test error messages (#1622) by Menghan Li · 7 years ago
  35. 0d399e6 Remove self-imposed limit on max concurrent streams if the server doesn't impose any. (#1624) by mmukhi · 7 years ago
  36. e9a5821 Acquire all stream related quota and cache it locally since no more than one write can happen in parallel on stream (#1614) by mmukhi · 7 years ago
  37. b5eab4c Make travis 32-bit actually work (#1621) by dfawley · 7 years ago
  38. 33ee217 balancer: reduce chattiness (#1608) by Fabian Holler · 7 years ago
  39. c5f391b Revert "cap max msg size to min(max_int, max_uint32) (#1598)" (#1619) by dfawley · 7 years ago
  40. 5856538 cap max msg size to min(max_int, max_uint32) (#1598) by lyuxuan · 7 years ago
  41. 0d57c57 Fix parseTarget for unix socket address without scheme (#1611) by Menghan Li · 7 years ago
  42. b3ed81a Fix connectivity state transitions when dialing (#1596) by Menghan Li · 7 years ago
  43. 0c2d9db Update go_package declarations (#1593) by Tom Wilkie · 7 years ago
  44. 1687ce5 ClientHandshake should get the dialing endpoint as the authority (#1607) by Menghan Li · 7 years ago
  45. a5986a5 Add functions to ClientConn so it satisfies an interface for generated code (#1599) by dfawley · 7 years ago
  46. 5c3d956 Re-add support for Go1.6 (#1603) by dfawley · 7 years ago
  47. 94f1917 Make passthrouth resolver the default instead of dns (#1606) by Menghan Li · 7 years ago
  48. de0cff5 Fix goroutine leak in grpclb_test (#1595) by Menghan Li · 7 years ago
  49. 1607598 Add go report card (#1594) by dfawley · 7 years ago
  50. 6f3b6ff Parse ServiceConfig JSON string (#1515) by lyuxuan · 7 years ago
  51. a353537 Register and use default balancers and resolvers (#1551) by Menghan Li · 7 years ago
  52. 94687c3 fix misspell (#1592) by Menghan Li · 7 years ago
  53. 473b142 Serve() should not return error on Stop() or GracefulStop() (#1485) by Shangpeng Sun · 7 years ago
  54. faebfcb Remove single-entry var blocks (#1589) by 田欧 · 7 years ago
  55. 16c4192 update fail fast documentation to remove retry language (#1586) by dfawley · 7 years ago
  56. 2d4b7e0 Create versioning and release policy document (#1583) by dfawley · 7 years ago
  57. c06db1c Skip proxy_test in race mode (#1584) by Menghan Li · 7 years ago
  58. c209cdf transport: minor cleanups (comment and error text) (#1576) by dfawley · 7 years ago
  59. 5131c1f Use proto3 in interop tests and end2end tests (#1574) by Menghan Li · 7 years ago
  60. 90947a8 Change version to 1.8.0-dev (#1573) by Menghan Li · 7 years ago
  61. 3f10311 Make resolver Build() take a target struct (#1567) by Menghan Li · 7 years ago
  62. 0623331 Revert "Temporary disable staticcheck" (#1568) by Menghan Li · 7 years ago
  63. 5279edf Update UnknownServiceHandler comment to be clearer about interceptor behavior (#1566) by dfawley · 7 years ago
  64. 22c3f92 transport: fix racey send to writes channel in WriteStatus (#1546) by Gyu-Ho Lee · 7 years ago
  65. cf79c84 fix stats test race (#1560) by Menghan Li · 7 years ago
  66. 7103997 Run tests without -v (#1562) by Menghan Li · 7 years ago
  67. c840555 Remove Go1.6 support (#1492) by dfawley · 7 years ago
  68. dc413bb Temporary disable staticcheck (#1561) by Menghan Li · 7 years ago
  69. 3bf110c fix TestServerCredsDispatch and stats test race (#1554) by Menghan Li · 7 years ago
  70. 4b49faa Make interop client dial blocking (#1559) by Menghan Li · 7 years ago
  71. 8230f98 benchmark: add type assertion benchmarks (#1556) by dfawley · 7 years ago
  72. 83acb05 fix typo and lint (#1553) by lyuxuan · 7 years ago
  73. 5a82377 transport: refactor of error/cancellation paths (#1533) by dfawley · 7 years ago
  74. 4bbdf23 New implementation of roundrobin and pickfirst (#1506) by Menghan Li · 7 years ago
  75. 8443e31 Update format string to match type (#1548) by dfawley · 7 years ago
  76. 8843b88 add comment to dns package (#1545) by lyuxuan · 7 years ago
  77. 8214c28 Make IO Buffer size configurable. (#1544) by mmukhi · 7 years ago
  78. 6014154 Use the same hpack encoder on a transport and share it between RPCs. (#1536) by mmukhi · 7 years ago
  79. eaf555a DNS with new API (#1513) by lyuxuan · 7 years ago
  80. 4e1a1eb update markdown render (#1542) by 田欧 · 7 years ago
  81. a68137c Revert "Added localhost to net.Listen() calls to avoid macOS firewall dialog." (#1541) by Menghan Li · 7 years ago
  82. c67cd63 Added localhost to net.Listen() calls to avoid macOS firewall dialog. (#1539) by Hein Meling · 7 years ago
  83. d555c82 transport: remove some defers (#1538) by dfawley · 7 years ago
  84. 956d689 Use Type() method for OAuth tokens instead of accessing TokenType field. (#1537) by Sean Harger · 7 years ago
  85. d4b75eb benchmark: add primivites benchmark for Unlocking via defer vs. inline (#1534) by dfawley · 7 years ago
  86. 1253dac benchmain: format output of benchmark to a table (#1493) by Zhouyihai Ding · 7 years ago
  87. 59cb69e Fix misspells (#1531) by Menghan Li · 7 years ago
  88. 8afb9cb vet.sh: set PATH to force downloaded binaries to be run (#1529) by dfawley · 7 years ago
  89. 4768575 Fix format error on travis (#1527) by Menghan Li · 7 years ago
  90. dce3169 Move primitives benchmarks to package primitives_test (#1522) by Menghan Li · 7 years ago
  91. a7dba25 Speed up end to end tests by removing an unnecessary sleep (#1521) by dfawley · 7 years ago
  92. bb78878 Change quota version to uint32 instead on uint64 (#1517) by mmukhi · 7 years ago
  93. 3517091 Fix deadline error on grpclb streams (#1511) by Menghan Li · 7 years ago
  94. 894322f Dedicated goroutine for writing. (#1498) by mmukhi · 7 years ago
  95. c443156 benchmark: add primitives benchmarks for informational purposes (#1501) by dfawley · 7 years ago
  96. 3214f76 Truncate payload trace string, and turn trace off by default (#1509) by Menghan Li · 7 years ago
  97. d46a365 Add leak goroutine checking to grpc/balancer tests (#1497) by Menghan Li · 7 years ago
  98. 067cb1f Add RegisterIgnoreGoroutine to leakcheck package (#1507) by Menghan Li · 7 years ago
  99. 4bbe223 remove a debug print that causes deadlock (#1505) by Menghan Li · 7 years ago
  100. 91999f4 vet.sh: fix protoc installation (#1502) by dfawley · 7 years ago