1. 7bc012f Merge branch 'master' of https://github.com/grpc/grpc into new_interop_tests by Noah Eisen · 8 years ago
  2. ef49a5d Merge pull request #7833 from sreecha/fix_channel_from_fd_api by Nicolas Noble · 8 years ago
  3. 66306c2 Merge pull request #8224 from sreecha/grpc_signal by Nicolas Noble · 8 years ago
  4. 005eec7 Merge branch 'master' of https://github.com/grpc/grpc into new_interop_tests by Noah Eisen · 8 years ago
  5. 02e70ed changed method name in test.proto to more accurately reflect how the calls will be used by Noah Eisen · 8 years ago
  6. 94948b8 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  7. b97f867 Merge pull request #8185 from y-zeng/gen_proto_comment by Yuchen Zeng · 8 years ago
  8. fbf8dd8 Merge pull request #8168 from markdroth/max_message_size_fix by Nicolas Noble · 8 years ago
  9. 15292db Merge pull request #8221 from dgquintas/grpclb_server_name_const by Nicolas Noble · 8 years ago
  10. 25e229d Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  11. 9fce8e1 Merge pull request #8191 from markdroth/subchannel_factory_cleanup by Mark D. Roth · 8 years ago
  12. a27eb1d added the unimplemented_call test to interop_client.cc. Next step is to call this from the driver program, run_interop_tests.py by Noah Eisen · 8 years ago
  13. 129bb46 Added comments wrt lb/subchannel args ownership. by David Garcia Quintas · 8 years ago
  14. 1e70dea Merge pull request #8192 from dgquintas/resolver_prefix by David G. Quintas · 8 years ago
  15. 8d7cab6 Merge pull request #8183 from dgquintas/grpclb_deadline by David G. Quintas · 8 years ago
  16. bd48c91 Use SIGMINRT + 6 as the default signal for gRPC epoll engine by Sree Kuchibhotla · 8 years ago
  17. 9a574ec Merge pull request #7930 from yang-g/header2 by Nicolas Noble · 8 years ago
  18. a60dcca PR comments by David Garcia Quintas · 8 years ago
  19. fa0896b Rewrote handling of default resolver prefix by David Garcia Quintas · 8 years ago
  20. cc87939 Remove unused files. by Mark D. Roth · 8 years ago
  21. ef394a9 Fix typo by Yuchen Zeng · 8 years ago
  22. 1a2e6ac Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  23. 942c264 Merge pull request #7611 from markdroth/http_connect by Mark D. Roth · 8 years ago
  24. e425ce6 clang-format by Mark D. Roth · 8 years ago
  25. 27e96f9 Add comments about how to re-generate reflection proto files by Yuchen Zeng · 8 years ago
  26. d8bf8e2 Changed deadline of internal LB channel. by David Garcia Quintas · 8 years ago
  27. f00badd Merge pull request #8171 from perumaalgoog/perugrpc2 by Nicolas Noble · 8 years ago
  28. 8a6c825 Fix Android CPP Build issues by Perumaal S · 8 years ago
  29. 4543e5c changed service name for grpclb by David Garcia Quintas · 8 years ago
  30. 923354b Fix Android+CPP build by Perumaal S · 8 years ago
  31. d1604af Fix asan failure. by Mark D. Roth · 8 years ago
  32. c44972a Fix type problems. by Mark D. Roth · 8 years ago
  33. 9a51cad Expose GRPC_ARG_MAX_SEND_MESSAGE_LENGTH channel arg in python. by Mark D. Roth · 8 years ago
  34. bbfe147 Set default max send message size to unlimited. by Mark D. Roth · 8 years ago
  35. f6caaa7 add copyrights for AssemblyInfo.cs files by Jan Tattermusch · 8 years ago
  36. d53957c Merge pull request #8099 from dgquintas/census_md_rename_sep_16 by David G. Quintas · 8 years ago
  37. bbf5dc8 Merge pull request #8149 from murgatroid99/node_array_delete_fix by Nicolas Noble · 8 years ago
  38. 933c955 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  39. 3c09810 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  40. 5bedd48 Merge pull request #8049 from markdroth/grpclb_resolver_changes2 by Mark D. Roth · 8 years ago
  41. 08eddaa Merge pull request #8045 from thinkerou/fix_php_style by Stanley Cheung · 8 years ago
  42. d8a76d1 Sanitize master. by Nicolas "Pixel" Noble · 8 years ago
  43. 7f7d165 Code review changes. by Mark D. Roth · 8 years ago
  44. 8fecf28 Fix mismatched new[] and delete in Node extension code by murgatroid99 · 8 years ago
  45. 6053497 Code review changes. by Mark D. Roth · 8 years ago
  46. 219db50 Fix message size filter to use close instead of cancel. by Mark D. Roth · 8 years ago
  47. a6a6fa4 Merge pull request #8137 from kpayson64/python_server_args by kpayson64 · 8 years ago
  48. 63d8af2 Add parameter for server options by Ken Payson · 8 years ago
  49. 9fec58f Merge pull request #8052 from Vizerai/grpc_tracing by Jim King · 8 years ago
  50. 9710e2c Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  51. a8e1b83 Merge pull request #7846 from markdroth/max_send_size_filter by Mark D. Roth · 8 years ago
  52. 4e9ad31 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  53. 8967515 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  54. b2d5ba7 Merge remote-tracking branch 'upstream/master' into grpclb_resolver_changes2 by Mark D. Roth · 8 years ago
  55. f9652f2 Merge pull request #7991 from markdroth/grpclb_resolver_changes by Mark D. Roth · 8 years ago
  56. 843ec78 Fix Windows printf formatting bug. by Mark D. Roth · 8 years ago
  57. c4f9c9a Merge pull request #8084 from jtattermusch/throw_rpcexception_on_failure by Jan Tattermusch · 8 years ago
  58. 7fbe5c5 Merge pull request #8113 from yang-g/verify_auth_headers by Yang Gao · 8 years ago
  59. 85102a9 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  60. 5c28096 Fix merge problems. by Mark D. Roth · 8 years ago
  61. eaea5ca Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  62. 34dac9d Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  63. 999b49b Merge branch 'grpclb_resolver_changes' into grpclb_resolver_changes2 by Mark D. Roth · 8 years ago
  64. c1ac8df Merge remote-tracking branch 'upstream/master' into grpclb_resolver_changes by Mark D. Roth · 8 years ago
  65. 7ce14d2 Code review changes. by Mark D. Roth · 8 years ago
  66. ee43d7b Merge pull request #8069 from grpc/revert-8068-revert-7279-grand-unified-closures by Craig Tiller · 8 years ago
  67. 8b7678c Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  68. 3169a6d Merge pull request #8112 from dgquintas/lb_proto_sync by David G. Quintas · 8 years ago
  69. fef585f Fix bugs from merge. by Mark D. Roth · 8 years ago
  70. 6d57158 clang-format by Mark D. Roth · 8 years ago
  71. ee5173f Merge branch 'grpclb_resolver_changes' into grpclb_resolver_changes2 by Mark D. Roth · 8 years ago
  72. 2b62646 Bug fixes and cleanups. by Mark D. Roth · 8 years ago
  73. 64f1f8d clang-format by Mark D. Roth · 8 years ago
  74. bfbfca4 Merge remote-tracking branch 'upstream/master' into grpclb_resolver_changes by Mark D. Roth · 8 years ago
  75. c5c3878 Merge remote-tracking branch 'upstream/master' into grpclb_resolver_changes by Mark D. Roth · 8 years ago
  76. 6eb9877 simplify delayed streaming write logic by Jan Tattermusch · 8 years ago
  77. 7a73bec dont allow new writes if theres a write with delayed completion by Jan Tattermusch · 8 years ago
  78. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  79. 5bb7b9c More gRPC LB bugfixes. by David Garcia Quintas · 8 years ago
  80. 155b820 Round Robin user_data fix by David Garcia Quintas · 8 years ago
  81. c580af3 Add a check for metadata from auth plugin by yang-g · 8 years ago
  82. 7777f97 Synchronized tag number with that of authoritative copy by David Garcia Quintas · 8 years ago
  83. b410f80 Merge pull request #7746 from dgquintas/lb_add_md by David G. Quintas · 8 years ago
  84. 9544aad Merge pull request #8065 from kpayson64/cygrpc_imports by kpayson64 · 8 years ago
  85. 1621c26 Allow resolver to pass channel args to LB policy. by Mark D. Roth · 8 years ago
  86. 5ebb7af Don't assert on use of unsupported user_data for LB policies by David Garcia Quintas · 8 years ago
  87. 78bb9a3 Merge pull request #8064 from kpayson64/cygrpc_remove_hardcode by kpayson64 · 8 years ago
  88. 0e25610 Code review changes. by Mark D. Roth · 8 years ago
  89. 6eb48f1 Fix comment by David Garcia Quintas · 8 years ago
  90. 8424fdc PR comments by David Garcia Quintas · 8 years ago
  91. 8e6d871 Merge pull request #8076 from jtattermusch/csharp_use_dotnetcli_nugets by Nicolas Noble · 8 years ago
  92. a610e32 throw correct exception failed writes by Jan Tattermusch · 8 years ago
  93. f28763c Pass deadline into filters via grpc_call_element_args, so that we can by Mark D. Roth · 8 years ago
  94. 98d5f5c Renamed grpc-census-bin to grpc-stats-bin by David Garcia Quintas · 8 years ago
  95. f47d6fb More PR comments by David Garcia Quintas · 8 years ago
  96. a99e02c Use GPR_ARRAY_SIZE(). by Mark D. Roth · 8 years ago
  97. 22f39f5 Merge pull request #7980 from thinkerou/fix_time_posix_conv by Craig Tiller · 8 years ago
  98. a51f541 Merge pull request #7559 from dgquintas/codegen_cleanse by Craig Tiller · 8 years ago
  99. 35c2aba More PR comments. by David Garcia Quintas · 8 years ago
  100. f5afcd9 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago