1. 1ab4adf Support ipv6 addresses in grpclb (#1303) by Menghan Li · 7 years ago
  2. 89caed9 Return header in Stream.Header() if available (#1281) by Justyna Ilczuk · 7 years ago
  3. a94a7ac add license for some files (#1296) by 田欧 · 7 years ago
  4. 20e0396 Make RPCs non-failfast in grpclb_test. (#1302) by Menghan Li · 7 years ago
  5. 0c68d6e Specify characters allowed in metadata keys (#1299) by Menghan Li · 7 years ago
  6. ba30de5 use subtests for the benchmark_test and add it into the Makefile (#1278) by ZhouyihaiDing · 7 years ago
  7. 84158ac update the path of guide (#950) by 田欧 · 7 years ago
  8. cfd21da Create latency package for realistically simulating network latency (#1286) by dfawley · 7 years ago
  9. dbdb479 Deflake TestFlowContolLogicalRace (#1279) by MakMukhi · 7 years ago
  10. d1cd155 Merge pull request #1290 from jtattermusch/apache_license by Jan Tattermusch · 7 years ago
  11. a185794 patents are part of Apache2 license by Jan Tattermusch · 7 years ago
  12. ddbf6c4 autofix license notice by Jan Tattermusch · 7 years ago
  13. 3c7e64f add AUTHORS and LICENSE by Jan Tattermusch · 7 years ago
  14. 06c9848 Change version to 1.5.0-dev (#1288) by Menghan Li · 7 years ago
  15. d2a85bf transport: fix minor typo in 'GoAway' godoc (#1284) by Gyu-Ho Lee · 7 years ago
  16. 8de2dff Piggyback window updates for connection with those of a stream. (#1273) by MakMukhi · 7 years ago
  17. 6fecf28 Reopening: Server shouldn't Fatalf in case it fails to encode. (#1276) by MakMukhi · 7 years ago
  18. a8cd0c1 Avoid int32 overflow when applying initial window size setting by Ahmad Sherif · 7 years ago
  19. 8431165 Revert "Server shouldn't Fatalf in case it fails to encode. (#1251)" (#1274) by MakMukhi · 7 years ago
  20. d5bc85c Server shouldn't Fatalf in case it fails to encode. (#1251) by MakMukhi · 7 years ago
  21. 1e47334 Decouple transport flow control from application read. (#1265) by MakMukhi · 7 years ago
  22. a113590 Update references to route_guide.proto to use new directory name (#1270) by Steven Santos Erenst · 7 years ago
  23. 6bb7648 add MaxConcurrentStreams to benchmark_test when start the server (#1271) by ZhouyihaiDing · 7 years ago
  24. bb37286 Merge pull request #1267 from jtattermusch/improve_contributing by Jan Tattermusch · 7 years ago
  25. e49f6f2 Update CONTRIBUTING.md by Jan Tattermusch · 7 years ago
  26. 0294ac8 Create ISSUE_TEMPLATE by Jan Tattermusch · 7 years ago
  27. 2739967 re-enable handler_server in end2end test, and fix some failed tests (#1259) by Menghan Li · 7 years ago
  28. 3a46d9d Avoid panic caused by stdlib context package errors (#1258) by dfawley · 7 years ago
  29. 72395c5 Initialize stream properly in handler_server. (#1260) by MakMukhi · 7 years ago
  30. 6dff7c5 Expand stream's flow control in case of an active read. (#1248) by MakMukhi · 7 years ago
  31. 79f73d6 Suppress server log message when EOF without receiving data for preface (#1052) by David Budworth · 7 years ago
  32. 5e42b6f Fixed comment spelling (#1254) by Mehrdad Afshari · 7 years ago
  33. 9f919f7 Merge pull request #1165 from lyuxuan/service_config_pr by lyuxuan · 7 years ago
  34. 4a7b4d0 minor fix by Yuxuan Li · 7 years ago
  35. cb64938 fix minor issues by Yuxuan Li · 7 years ago
  36. 9bf8ea0 clientconn, server: replace time.After with time.NewTimer (#998) by Alexander Morozov · 7 years ago
  37. c7379be grpclb balancer.Close() should not panic if called more than once (#1250) by Menghan Li · 7 years ago
  38. 27ae147 remove some todo comments by Yuxuan Li · 7 years ago
  39. 074dbfb Add doc and example for mocking streaming RPCs (#1230) by MakMukhi · 7 years ago
  40. ed64d51 remove unnecessary ok by Yuxuan Li · 7 years ago
  41. d19bbe8 change max message size functions name by Yuxuan Li · 7 years ago
  42. 504db8e merge master by Yuxuan Li · 7 years ago
  43. 11d93ec Test for EmptyCallOption by Mehrdad Afshari · 7 years ago
  44. ce595b8 Implement `EmptyCallOption` by Mehrdad Afshari · 7 years ago
  45. 3419b42 Reuse Token for serviceAccount credentials (#1238) by dfawley · 7 years ago
  46. 3773797 Travis: add staticcheck (#1019) by Tamir Duberstein · 7 years ago
  47. 7505481 comments added by lyuxuan · 7 years ago
  48. 4d2b4b5 fix minor typo by lyuxuan · 7 years ago
  49. e2f22b0 Defined GA and add pointer to benchmarks (#1239) by Francesc Campoy · 7 years ago
  50. 35d77ea merge master, resolve conflicts by Yuxuan Li · 7 years ago
  51. bdf9a64 add timeout test, add check or pointer filed in callOption, fix minor issues by Yuxuan Li · 7 years ago
  52. aacd01c call listen with "localhost:port" instead of ":port" in tests (#1237) by Menghan Li · 7 years ago
  53. 135247d fix server panic trying to send on stream as client disconnects #1111 (#1115) by Eric Drechsel · 7 years ago
  54. 1c69e4c Eagerly set a pointer to nil to help GC (#1232) by Mehrdad Afshari · 7 years ago
  55. 780308d add logs to grpclb on send and recv (#1235) by Menghan Li · 7 years ago
  56. a0c3e72 Add stats test for client streaming and server streaming RPCs (#1140) by Charith Ellawala · 7 years ago
  57. 88a73d3 Adding dial options for PerRPCCredentials (#1225) by MakMukhi · 7 years ago
  58. 07bd943 Pass custom dialer to balancer (#1205) by Menghan Li · 7 years ago
  59. 3dd14cc Http status to grpc status conversion (#1195) by MakMukhi · 7 years ago
  60. 17760cf Calling handleRPC with context derived from the original (#1227) by Menghan Li · 7 years ago
  61. 600406e Use pooled gzip.{Writer,Reader} in gzip{Compressor,Decompressor} (#1217) by Steeve Morin · 7 years ago
  62. 4013f8d tentative fix to a flow control over-give-back bug (#1170) by apolcyn · 7 years ago
  63. 59426b3 gofmt by Yuxuan Li · 7 years ago
  64. d926544 remove unessary nil in return statement by Yuxuan Li · 7 years ago
  65. 3ea2870 Merge branch 'master' into service_config_pr by lyuxuan · 7 years ago
  66. ffa4ec7 Ensure that RoundRobin.Close() does not panic. (#1139) by Alec Thomas · 7 years ago
  67. 2eb11e1 Log the actual error when inTapHandle fails in http2Server (#1185) by Cesar Ghali · 7 years ago
  68. 66a9140 make ServerOption panic messages more clear. (#1194) by Matt T. Proud · 7 years ago
  69. f3b5bf5 Make window size configurable. (#1210) by MakMukhi · 7 years ago
  70. 07f4e6b Reset proto before unmarshalling (#1222) by Yongzheng Lai · 7 years ago
  71. 844f573 Merge pull request #1221 from adelez/doc_fixit by adelez · 7 years ago
  72. a40b8d4 Address the comments by Adele Zhou · 7 years ago
  73. 7ddf89f Fix doc by Adele Zhou · 7 years ago
  74. 68a5d50 Fix go buildable source file problem (#1213) by dfawley · 7 years ago
  75. 0914b46 don't add defer func if stats handler is nil (#1214) by kirk · 7 years ago
  76. 0eb507a Change version to 1.4.0-dev (#1212) by Menghan Li · 7 years ago
  77. 84cd50a Fix nil pointer dereferences from status.FromProto(nil) (#1211) by dfawley · 7 years ago
  78. fc5d355 Split grpclb client load report test to deflake test. (#1206) by Menghan Li · 7 years ago
  79. 4d1604c Use unpadded base64 encoding for binary metadata headers; handle padded or unpadded input (#1209) by dfawley · 7 years ago
  80. b610ffd Never encode binary metadata within the metadata map (#1188) by dfawley · 7 years ago
  81. 277e90a Client load report for grpclb. (#1200) by Menghan Li · 7 years ago
  82. a7fee9f Use proto.Equal for equalities on Go proto messages (#1204) by Menghan Li · 7 years ago
  83. ea230c7 update by Yuxuan Li · 7 years ago
  84. ecbc34a move server defaults, delete defer cancel() in stream.go by Yuxuan Li · 7 years ago
  85. eaa9ccb minor comment change by Yuxuan Li · 7 years ago
  86. 9c5f260 make max size a pointer type and initialize function a CallOption by Yuxuan Li · 7 years ago
  87. c73e016 Update grpclb proto and move grpclb into package grpc (#1186) by Menghan Li · 7 years ago
  88. 38df39b Revert "temporary disable 1.6 on travis (#1198)" (#1199) by Menghan Li · 7 years ago
  89. 983d837 update the merge of client api and sc by Yuxuan Li · 7 years ago
  90. 72b617a temporary disable 1.6 on travis (#1198) by Menghan Li · 7 years ago
  91. bab6b61 merge master by Yuxuan Li · 7 years ago
  92. ef10a56 Revert "To adhere with protocol the server should send RST_STREAM on observing timeout on a strea, (#1130)" by Menghan Li · 7 years ago
  93. 2d949be Make sure all in-flight streams close when ClientConn.Close() is called. (#1136) by MakMukhi · 7 years ago
  94. 6d0e6b0 To adhere with protocol the server should send RST_STREAM on observing timeout on a strea, (#1130) by MakMukhi · 7 years ago
  95. 6914ab1 Fix broken Markdown headings in examples/gotutorial.md (#1189) by Santiago Castro · 7 years ago
  96. 955c867 Support proxy with dialer (#1098) by Menghan Li · 7 years ago
  97. cb02ab4 change error message from InvalidArgument to ResourceExhausted by Yuxuan Li · 7 years ago
  98. 8788b75 merge master resolve conflicts by Yuxuan Li · 7 years ago
  99. 8a6eb0f grpclb should connect to the second balancer (#1181) by Menghan Li · 7 years ago
  100. 0e8b58d use proto.Buffer API for protobuf codec and cache proto.Buffer structs (#1010) by apolcyn · 7 years ago