1. cd8432e Move handling stats.End to clientStream.finish() (#1182) by Menghan Li · 7 years ago
  2. 6d158db Fix markdown in README.md (#1180) by Grayson Koonce · 7 years ago
  3. ff17eeb opt in to frame reuse on the framer to reduce garbage (#1096) by apolcyn · 7 years ago
  4. bfa5dd2 Client should update keepalive parameters upon receiving GoAway with … (#1169) by MakMukhi · 7 years ago
  5. b47cbd1 Use proto import from google.golang.org instead of github.com (#1176) by dfawley · 7 years ago
  6. 9090ef9 Merge pull request #1173 from lyuxuan/fix_status_return by lyuxuan · 7 years ago
  7. 0c1d39d Separate incoming and outgoing metadata in context by dfawley · 7 years ago
  8. 087f3d6 transport: implement GoString on Stream (#1167) by Anthony Romano · 7 years ago
  9. 74a632a fix comments by Yuxuan Li · 7 years ago
  10. aad28b3 add error handling for InvalidArgument error from sendResponse() by Yuxuan Li · 7 years ago
  11. c6a3937 fix send response error case by Yuxuan Li · 7 years ago
  12. fa29686 Merge branch 'master' into service_config_pr by Yuxuan Li · 7 years ago
  13. 6f8b553 fix the testMaxMsgSizeServerAPI failure by Yuxuan Li · 7 years ago
  14. 9f9c190 Fix typo in interceptor.go (#1172) by marcushines · 7 years ago
  15. 1d27587 Change status package to deal with concrete types instead of interfaces (#1171) by dfawley · 7 years ago
  16. f1bb70f gofmt by Yuxuan Li · 7 years ago
  17. f02290b Merge branch 'master' into service_config_pr by lyuxuan · 7 years ago
  18. a66f923 Make initial service config non-blocking in Dial() by Yuxuan Li · 7 years ago
  19. b507112 Add status package for reporting gRPC status and errors (#1156) by dfawley · 7 years ago
  20. f45e6e3 Bug fix(Issue#1141): Check if peer is nil before trying to derefer it. (#1143) by MakMukhi · 7 years ago
  21. ad16b94 fix gofmt goimports go tool vet errors by Yuxuan Li · 7 years ago
  22. ee8ed34 get more metrics from go benchmark servers (#913) by apolcyn · 7 years ago
  23. a0b902a fix missing import by Yuxuan Li · 7 years ago
  24. 13b5f12 merge master by Yuxuan Li · 7 years ago
  25. 50d4175 Add client and service side apis for limiting the send/recv msg size. Update MethodConfig struct by Yuxuan Li · 7 years ago
  26. b982c1c Behavior change: do not strip out gRPC user-agent (#1158) by Menghan Li · 7 years ago
  27. b2fae0c Implementation for server enforcement of keepalive policy. (#1147) by MakMukhi · 7 years ago
  28. 7fc29d0 populate initReq target name and fix IP []byte type in grpclb (#1145) by Menghan Li · 7 years ago
  29. b3cc2b5 pick a random address if the current in use is deleted by resolver (#1135) by Menghan Li · 7 years ago
  30. ccdf270 add document to ClientHandshake about returning temporary error (#1125) by Menghan Li · 7 years ago
  31. 0df08a7 :authority should include port number (#1123) by Menghan Li · 7 years ago
  32. 14a6be4 Add grpc.Version string and use it in the UA (#1144) by Menghan Li · 7 years ago
  33. 0a20758 remove support for go1.5 (#1132) by Menghan Li · 7 years ago
  34. c3df402 Support max age(#1119) by MakMukhi · 7 years ago
  35. d9541d7 post-review commit. by Mahak Mukhi · 7 years ago
  36. 9d8d0c6 Update test to work according to changes made to maxStreams behavior. (#1137) by MakMukhi · 7 years ago
  37. 50fcb6a post review update by Mahak Mukhi · 7 years ago
  38. f1ab3d9 Post review update by Mahak Mukhi · 7 years ago
  39. c5a5dbc Don't return an error from dial if the balancer returns no initial servers (#1112) by dfawley · 7 years ago
  40. 3c9df8e Post review updates by Mahak Mukhi · 7 years ago
  41. cdee119 Merge pull request #1124 from MakMukhi/rst_stream_issue by MakMukhi · 7 years ago v1.2.0
  42. 5535384 Removing unnecessary change to http2_server by Mahak Mukhi · 7 years ago
  43. 6b28425 Upon observing timeout on rpc context, the client should send a RST_STREAM to the server before freeing the quota for more rpcs to be created. by Mahak Mukhi · 7 years ago
  44. 0713829 Merge pull request #1108 from MakMukhi/linter_update by Menghan Li · 7 years ago
  45. 82fb96a Rest of the implementation by Mahak Mukhi · 7 years ago
  46. e5a289c MaxConnectionIdle implementation. More to follow by Mahak Mukhi · 7 years ago
  47. d50cf2d Merge pull request #1117 from MakMukhi/client_max_msg_size by MakMukhi · 7 years ago
  48. 659f981 more initial commits by Mahak Mukhi · 7 years ago
  49. 0e71619 making client consistent with server by Mahak Mukhi · 7 years ago
  50. 1bf38b6 initial commit by Mahak Mukhi · 7 years ago
  51. b9b6d48 test debug by Mahak Mukhi · 7 years ago
  52. a94b094 Client should have a check on maximum size of received message size. by Mahak Mukhi · 7 years ago
  53. d9b58b5 Initial commit by Mahak Mukhi · 7 years ago
  54. 5ebdd30 lint update and test fix by Mahak Mukhi · 7 years ago
  55. 0d5b22c golint update by Mahak Mukhi · 7 years ago
  56. 4eaacfe Merge pull request #993 from MakMukhi/mmukhi_keepalive_client by MakMukhi · 7 years ago
  57. 7b399ed Merge pull request #1076 from apolcyn/account_for_padding by apolcyn · 7 years ago
  58. 661dbbc conflict resolve by Mahak Mukhi · 7 years ago
  59. 9d23576 post-review update by Mahak Mukhi · 7 years ago
  60. 0e5ab00 Merge pull request #1106 from dfawley/cc_cancel by Menghan Li · 7 years ago
  61. 77204bf Add comment explaining why cancel is not called in success path after client transport is created by Doug Fawley · 7 years ago
  62. 1dab933 Merge pull request #1103 from menghanl/test_string_error by MakMukhi · 7 years ago
  63. 25f14b7 post-review updates by Mahak Mukhi · 7 years ago
  64. ba23d25 relax the checking on error string by Menghan Li · 7 years ago
  65. 8b2e129 Merge pull request #1071 from MakMukhi/issue_1060 by Menghan Li · 7 years ago
  66. f220619 post-review updates by Mahak Mukhi · 7 years ago
  67. 0dc1a7d post review updates by Mahak Mukhi · 7 years ago
  68. f28d487 future-proofing by Mahak Mukhi · 7 years ago
  69. e328ede more refactoring by Mahak Mukhi · 7 years ago
  70. aefc96d Merge pull request #1027 from tamird/stringify-codes by Menghan Li · 7 years ago
  71. 3ad7810 removing dead code by Mahak Mukhi · 7 years ago
  72. bc3cca9 Implementation changes;Using an independent goroutine for keepalive checks. by Mahak Mukhi · 7 years ago
  73. d122f1d Merge pull request #1082 from mwitkow/feature/unknown-handler-stream by Menghan Li · 7 years ago
  74. 9871e09 Use codes.Code.String() rather than logging integers by Tamir Duberstein · 7 years ago
  75. e59576b add support for user-provided UnknownStreamHandler by Michal Witkowski · 7 years ago
  76. 34384f3 Merge pull request #1080 from menghanl/travis_go18 by MakMukhi · 7 years ago
  77. 0dd2b96 comment update by Mahak Mukhi · 7 years ago
  78. 3d39290 fix go vet in end2end test by Menghan Li · 7 years ago
  79. 467c1fd add go1.8 to travis.yml by Menghan Li · 7 years ago
  80. 20633fa Merge pull request #1079 from retailnext/tls-1.8-clone by Menghan Li · 7 years ago
  81. 2e56e83 Use tls.Config.Clone() for go1.8 by Peter Sanford · 7 years ago
  82. 3de1621 account for padding in flow control, when received frame uses it by Alexander Polcyn · 7 years ago
  83. 7f74821 experimental commit by Mahak Mukhi · 7 years ago
  84. d0c32ee Merge pull request #1069 from lyuxuan/minor_doc_fix by Menghan Li · 7 years ago
  85. cbcceb2 Merge pull request #1021 from MakMukhi/mmukhi_gomock_example by Menghan Li · 7 years ago
  86. dcd2661 Merge pull request #1064 from rodaine/set-authority by Menghan Li · 7 years ago
  87. 6810d34 fix issue #1056 and #1050 by Yuxuan Li · 7 years ago
  88. 888efe3 style update by Mahak Mukhi · 7 years ago
  89. df4f24b 1. Initialize streamsQuota at object creation. by Mahak Mukhi · 7 years ago
  90. 4ad16bc Authority overwrite only works if TLS is not present by Chris Roche · 7 years ago
  91. 336b4ea post review update by Mahak Mukhi · 7 years ago
  92. 4acc910 Merge pull request #1022 from ncteisen/http_interop by Menghan Li · 7 years ago
  93. bd3ebf8 Merge pull request #1070 from jhump/jh/reflection-fix-extensions by Menghan Li · 7 years ago
  94. 9e922bd Issue #1060 maximum number of streams on the client should be capped at 100 by default by Mahak Mukhi · 7 years ago
  95. ba8cd6e fix FileContainingExtension in server reflection by Josh Humphries · 7 years ago
  96. 0ed6d03 Merge pull request #1028 from apolcyn/reduce_benchmark_allocs by MakMukhi · 7 years ago
  97. bcc367f get rid of extra payload local variable by Alexander Polcyn · 7 years ago
  98. a0bd789 fix wording by Alexander Polcyn · 7 years ago
  99. c7430a0 Only override :authority for insecure dials by Chris Roche · 7 years ago
  100. 9b791e0 Merge pull request #1066 from MakMukhi/peer_calloption by Menghan Li · 7 years ago