1. e4eb51f reorder params in Server by Sree Kuchibhotla · 8 years ago
  2. 2a00d3d Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  3. 21fbe20 Merge pull request #8376 from markmandel/feature/run-codegen by Nathaniel Manista · 8 years ago
  4. 9929e6c Remove `run_codegen.py` from python helloworld example by Mark Mandel · 8 years ago
  5. 15586f2 Merge pull request #8399 from matt-kwong/add-sweep-perf-args by matt-kwong · 8 years ago
  6. bb4c5f3 Merge pull request #8375 from jtattermusch/coreclr_benchmarks by Jan Tattermusch · 8 years ago
  7. 5100ae5 remove hardcoding of clients/server names in run_sweep_performance.sh by Matt Kwong · 8 years ago
  8. 8725595 Merge pull request #7664 from kpayson64/cv_wakeup_fd by kpayson64 · 8 years ago
  9. f049425 Merge pull request #8372 from dgquintas/grpclb_races by David G. Quintas · 8 years ago
  10. 97e6920 Timeout increase (again) by Ken Payson · 8 years ago
  11. 2035906 clang-format by David Garcia Quintas · 8 years ago
  12. 2530a66 Merge branch 'master' of github.com:grpc/grpc into grpclb_races by David Garcia Quintas · 8 years ago
  13. ab0a727 install missing python dependencies by Jan Tattermusch · 8 years ago
  14. 9c00dab Merge pull request #8295 from matt-kwong/pull-request-params by matt-kwong · 8 years ago
  15. 58c18e7 Factored out common code into pick_from_internal_rr. by David Garcia Quintas · 8 years ago
  16. d17dc4d Merge pull request #8378 from markdroth/clang_format_fix by Noah Eisen · 8 years ago
  17. 5e258bf clang-format by Mark D. Roth · 8 years ago
  18. 04162d7 Merge branch 'master' of github.com:grpc/grpc into grpclb_races by David Garcia Quintas · 8 years ago
  19. b39330d Tiny refactoring by David Garcia Quintas · 8 years ago
  20. 4a8cf1d Merge pull request #8348 from dgquintas/new_lb_md_keys by David G. Quintas · 8 years ago
  21. f4694a6 Merge pull request #8234 from ncteisen/new_interop_tests by Noah Eisen · 8 years ago
  22. 67c73e1 Increased timeout by Ken Payson · 8 years ago
  23. 97ba642 pr comments by David Garcia Quintas · 8 years ago
  24. f3d71d2 Merge pull request #7962 from y-zeng/call_holder_add_pollent by Yuchen Zeng · 8 years ago
  25. 33764c0 Increase tsan timieout by Ken Payson · 8 years ago
  26. 1152292 upgrade perf workers to ubuntu 16.04 by Jan Tattermusch · 8 years ago
  27. 8e258d3 install dotnet CLI on perf workers by Jan Tattermusch · 8 years ago
  28. d13fbca switch C# benchmark to coreclr by Jan Tattermusch · 8 years ago
  29. 3808b6e Merge pull request #8326 from apolcyn/change_perf_worker_go_install by Jan Tattermusch · 8 years ago
  30. fd7caf5 Merge branch 'master' of github.com:grpc/grpc into new_lb_md_keys by David Garcia Quintas · 8 years ago
  31. 90712d5 gRPCLB and RR race fixes by David Garcia Quintas · 8 years ago
  32. 2f27a16 Merge pull request #8369 from muxi/fix-interoptest by Muxi Yan · 8 years ago
  33. c37a8a5 Fix test by Sree Kuchibhotla · 8 years ago
  34. d39f40d Fix include files by Sree Kuchibhotla · 8 years ago
  35. 8f7739b Rename GrpcRpcManager -> ThreadManager by Sree Kuchibhotla · 8 years ago
  36. 448a16d Merge pull request #8127 from kpayson64/allow_pointers by kpayson64 · 8 years ago
  37. 58c0f96 Allow pointer channel args python by Ken Payson · 8 years ago
  38. b97cbd7 Use atomics for poll status to prevent tsan race complaints by Ken Payson · 8 years ago
  39. be4fcc4 Fix InteropTests.m bug by Muxi Yan · 8 years ago
  40. 9676619 Refactor SyncServerSettings code by Sree Kuchibhotla · 8 years ago
  41. 82e4ec7 Moved cv polling into ev_poll_posix.c by Ken Payson · 8 years ago
  42. 58628ae Merge pull request #8361 from ncteisen/csharp_custom_metadata by Eric Anderson · 8 years ago
  43. e4996d6 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  44. 770137b Merge pull request #8297 from jtattermusch/add_newinstance_comment by Jan Tattermusch · 8 years ago
  45. 0fd76ab Merge pull request #8352 from jtattermusch/improve_reporting by Jan Tattermusch · 8 years ago
  46. f01122c Made whitelisting files easier and more intuitive by Matt Kwong · 8 years ago
  47. 2d41ed1 fixed bug in custom metadata interop test from csharp client to c++ server by Noah Eisen · 8 years ago
  48. 83dd3aa changed whitespace by Noah Eisen · 8 years ago
  49. 40860c4 reverting a file for the last commit caused a function to be deleted from interop_client. This commit adds that function back in by Noah Eisen · 8 years ago
  50. f8ffbf6 also reverted interop server, since mark had already made the changes I did in an un merged pull request by Noah Eisen · 8 years ago
  51. 002f41e reverted changes to interop test driver to avoid clashes with mark roths pull req by Noah Eisen · 8 years ago
  52. cece9c7 manually fixed merge conflict. caused by the addition of a different new interop test by Noah Eisen · 8 years ago
  53. 46b9be7 add comment about go differences in go versions by Alexander Polcyn · 8 years ago
  54. d44144c Merge pull request #8359 from dgquintas/clangformatfix by David G. Quintas · 8 years ago
  55. b529997 Fixed clang-format sanity error by David Garcia Quintas · 8 years ago
  56. 5ef0c00 Merge pull request #8101 from makdharma/cacheable_unary by makdharma · 8 years ago
  57. 82d7677 trivial change to kick off jenkins run by Makarand Dharmapurikar · 8 years ago
  58. fad04cc Merge pull request #8354 from grpc/v1.0.x by Jan Tattermusch · 8 years ago
  59. 40b80f0 Merge pull request #8353 from jtattermusch/v1.0.x by Jan Tattermusch · 8 years ago
  60. 0dc8d35 Update README.md by Jan Tattermusch · 8 years ago
  61. 5d77c96 Update README.md by Jan Tattermusch · 8 years ago
  62. 45775fd Update README.md by Jan Tattermusch · 8 years ago
  63. d1395d9 Update README.md by Jan Tattermusch · 8 years ago
  64. 9633bd3 Update README.md by Jan Tattermusch · 8 years ago
  65. 9cece7c Update README.md by Jan Tattermusch · 8 years ago
  66. 5b2e172 Create README.md by Jan Tattermusch · 8 years ago
  67. 7a82301 Update README.md by Jan Tattermusch · 8 years ago
  68. 10edbe5 Update README.md by Jan Tattermusch · 8 years ago
  69. 580e976 Update README.md by Jan Tattermusch · 8 years ago
  70. 10098d1 regenerate C# protos by Jan Tattermusch · 8 years ago
  71. 05cccba add comment for NewInstance override by Jan Tattermusch · 8 years ago
  72. cfcc075 more flexible test naming in reports by Jan Tattermusch · 8 years ago
  73. 83f8bc5 Merge pull request #8320 from jtattermusch/gprlog_format_fix by Jan Tattermusch · 8 years ago
  74. 53cba4a Merge pull request #8182 from matt-kwong/fix_docker_local_clone by Jan Tattermusch · 8 years ago
  75. 352e9a3 Merge pull request #8073 from daniel-j-born/handshake_shutdown by Yang Gao · 8 years ago
  76. c598602 Removed outdated TODOs and improved docstrings by David Garcia Quintas · 8 years ago
  77. a03a8c4 Merge pull request #8333 from rjshade/orphan_calls by Vijay Pai · 8 years ago
  78. a3654db Renamed LB-related metadata keys by David Garcia Quintas · 8 years ago
  79. 41c06a2 move changes from dockerfile to template by Matt Kwong · 8 years ago
  80. 7e73f8c Changes by Ken Payson · 8 years ago
  81. 895e8ca merged by Ken Payson · 8 years ago
  82. cd7d047 Cleanup poll-cv setup by Ken Payson · 8 years ago
  83. fbfb05a Merge pull request #8177 from jboeuf/remove_call_creds_from_channel_creds by jboeuf · 8 years ago
  84. 3efcb48 Merge remote-tracking branch 'upstream/master' into call_holder_add_pollent by Yuchen Zeng · 8 years ago
  85. 5175037 Check for the correct number of orphan callbacks in udp_server_test by Robbie Shade · 8 years ago
  86. d195cf5 Add condition variable polling engine by kpayson64 · 8 years ago
  87. 2cef11c added status request ability to the FullDuplexCall so that cpp server can pass the node client's status_code_and_message test by Noah Eisen · 8 years ago
  88. 062ba7b Merge pull request #8324 from grpc/v1.0.x by Nathaniel Manista · 8 years ago
  89. f3f2872 changed filter to be more conservative - any no-whitelisted file runs all tests by Matt Kwong · 8 years ago
  90. 52fd9f1 Merge pull request #8314 from apolcyn/fix_grpc_tools_nuget_pack by apolcyn · 8 years ago
  91. 131a106 Remove test-forcing hack by Ken Payson · 8 years ago
  92. 70c0b32 Merge pull request #8219 from markdroth/fail_fast by Mark D. Roth · 8 years ago
  93. c4fb2e7 update go in linux perf worker init script by Alexander Polcyn · 8 years ago
  94. 9fee24f Merge pull request #8305 from stanley-cheung/php-update-composer-json by Stanley Cheung · 8 years ago
  95. d526e82 fix small bug by Ken Payson · 8 years ago
  96. 9efab21 Merge pull request #8323 from markdroth/lb_pick_fix by Mark D. Roth · 8 years ago
  97. 1b200dc Merge pull request #8325 from markdroth/clang_format_fix by Mark D. Roth · 8 years ago
  98. cf16b76 clang-format by Mark D. Roth · 8 years ago
  99. 1e5f6af Fix grpclb LB policy pick method to return 0 upon error. by Mark D. Roth · 8 years ago
  100. 2f219cf Merge pull request #8317 from jtattermusch/backport_8316 by Jan Tattermusch · 8 years ago