1. 8c94df1 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  2. b019d61 Fix benchmark shutdown by Craig Tiller · 8 years ago
  3. 8725595 Merge pull request #7664 from kpayson64/cv_wakeup_fd by kpayson64 · 8 years ago
  4. 1409dbf Better debug strings by Craig Tiller · 8 years ago
  5. f049425 Merge pull request #8372 from dgquintas/grpclb_races by David G. Quintas · 8 years ago
  6. 97e6920 Timeout increase (again) by Ken Payson · 8 years ago
  7. 2035906 clang-format by David Garcia Quintas · 8 years ago
  8. 2530a66 Merge branch 'master' of github.com:grpc/grpc into grpclb_races by David Garcia Quintas · 8 years ago
  9. 9c00dab Merge pull request #8295 from matt-kwong/pull-request-params by matt-kwong · 8 years ago
  10. bcadfc3 Merge branch 'direct-calls' of github.com:ctiller/grpc into direct-calls by Craig Tiller · 8 years ago
  11. 7d2f0b0 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  12. 6cdbf6c clang-format by Craig Tiller · 8 years ago
  13. 58c18e7 Factored out common code into pick_from_internal_rr. by David Garcia Quintas · 8 years ago
  14. d17dc4d Merge pull request #8378 from markdroth/clang_format_fix by Noah Eisen · 8 years ago
  15. 936f1ea Fix some test failures by Craig Tiller · 8 years ago
  16. 5e258bf clang-format by Mark D. Roth · 8 years ago
  17. 04162d7 Merge branch 'master' of github.com:grpc/grpc into grpclb_races by David Garcia Quintas · 8 years ago
  18. b39330d Tiny refactoring by David Garcia Quintas · 8 years ago
  19. 4a8cf1d Merge pull request #8348 from dgquintas/new_lb_md_keys by David G. Quintas · 8 years ago
  20. f4694a6 Merge pull request #8234 from ncteisen/new_interop_tests by Noah Eisen · 8 years ago
  21. 67c73e1 Increased timeout by Ken Payson · 8 years ago
  22. 97ba642 pr comments by David Garcia Quintas · 8 years ago
  23. f3d71d2 Merge pull request #7962 from y-zeng/call_holder_add_pollent by Yuchen Zeng · 8 years ago
  24. 33764c0 Increase tsan timieout by Ken Payson · 8 years ago
  25. fd77de6 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  26. c2dd2a2 Fix potential crash by Craig Tiller · 8 years ago
  27. 3808b6e Merge pull request #8326 from apolcyn/change_perf_worker_go_install by Jan Tattermusch · 8 years ago
  28. fd7caf5 Merge branch 'master' of github.com:grpc/grpc into new_lb_md_keys by David Garcia Quintas · 8 years ago
  29. 90712d5 gRPCLB and RR race fixes by David Garcia Quintas · 8 years ago
  30. ef91e56 Revert spam by Craig Tiller · 8 years ago
  31. 47284be Revert changes to jobset.py by Craig Tiller · 8 years ago
  32. 99b923d Merge branch 'direct-calls' of github.com:ctiller/grpc into direct-calls by Craig Tiller · 8 years ago
  33. df0f365 Fix bad stream terminators by Craig Tiller · 8 years ago
  34. 2f27a16 Merge pull request #8369 from muxi/fix-interoptest by Muxi Yan · 8 years ago
  35. 448a16d Merge pull request #8127 from kpayson64/allow_pointers by kpayson64 · 8 years ago
  36. 58c0f96 Allow pointer channel args python by Ken Payson · 8 years ago
  37. b97cbd7 Use atomics for poll status to prevent tsan race complaints by Ken Payson · 8 years ago
  38. be4fcc4 Fix InteropTests.m bug by Muxi Yan · 8 years ago
  39. d688a6d Merge pull request #38 from apolcyn/fix_write_buffer_test_on_pr by Craig Tiller · 8 years ago
  40. f6e14b7 fix write buffer ruby test by Alexander Polcyn · 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. 770137b Merge pull request #8297 from jtattermusch/add_newinstance_comment by Jan Tattermusch · 8 years ago
  44. dd25ccb Fix 32-bit linux build by Craig Tiller · 8 years ago
  45. 0fd76ab Merge pull request #8352 from jtattermusch/improve_reporting by Jan Tattermusch · 8 years ago
  46. 460502e Expand documentation by Craig Tiller · 8 years ago
  47. 272c8d2 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  48. f01122c Made whitelisting files easier and more intuitive by Matt Kwong · 8 years ago
  49. 2d41ed1 fixed bug in custom metadata interop test from csharp client to c++ server by Noah Eisen · 8 years ago
  50. 83dd3aa changed whitespace by Noah Eisen · 8 years ago
  51. 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
  52. 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
  53. 002f41e reverted changes to interop test driver to avoid clashes with mark roths pull req by Noah Eisen · 8 years ago
  54. cece9c7 manually fixed merge conflict. caused by the addition of a different new interop test by Noah Eisen · 8 years ago
  55. 46b9be7 add comment about go differences in go versions by Alexander Polcyn · 8 years ago
  56. d44144c Merge pull request #8359 from dgquintas/clangformatfix by David G. Quintas · 8 years ago
  57. b529997 Fixed clang-format sanity error by David Garcia Quintas · 8 years ago
  58. 9381c00 Fix race with fetching data and writing it in chttp2 by Craig Tiller · 8 years ago
  59. 5ef0c00 Merge pull request #8101 from makdharma/cacheable_unary by makdharma · 8 years ago
  60. 82d7677 trivial change to kick off jenkins run by Makarand Dharmapurikar · 8 years ago
  61. 9993c87 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  62. fad04cc Merge pull request #8354 from grpc/v1.0.x by Jan Tattermusch · 8 years ago
  63. 40b80f0 Merge pull request #8353 from jtattermusch/v1.0.x by Jan Tattermusch · 8 years ago
  64. 0dc8d35 Update README.md by Jan Tattermusch · 8 years ago
  65. 5d77c96 Update README.md by Jan Tattermusch · 8 years ago
  66. 45775fd Update README.md by Jan Tattermusch · 8 years ago
  67. d1395d9 Update README.md by Jan Tattermusch · 8 years ago
  68. 9633bd3 Update README.md by Jan Tattermusch · 8 years ago
  69. 9cece7c Update README.md by Jan Tattermusch · 8 years ago
  70. 5b2e172 Create README.md by Jan Tattermusch · 8 years ago
  71. 7a82301 Update README.md by Jan Tattermusch · 8 years ago
  72. 10edbe5 Update README.md by Jan Tattermusch · 8 years ago
  73. 580e976 Update README.md by Jan Tattermusch · 8 years ago
  74. 10098d1 regenerate C# protos by Jan Tattermusch · 8 years ago
  75. 05cccba add comment for NewInstance override by Jan Tattermusch · 8 years ago
  76. cfcc075 more flexible test naming in reports by Jan Tattermusch · 8 years ago
  77. 83f8bc5 Merge pull request #8320 from jtattermusch/gprlog_format_fix by Jan Tattermusch · 8 years ago
  78. 53cba4a Merge pull request #8182 from matt-kwong/fix_docker_local_clone by Jan Tattermusch · 8 years ago
  79. 352e9a3 Merge pull request #8073 from daniel-j-born/handshake_shutdown by Yang Gao · 8 years ago
  80. c598602 Removed outdated TODOs and improved docstrings by David Garcia Quintas · 8 years ago
  81. a03a8c4 Merge pull request #8333 from rjshade/orphan_calls by Vijay Pai · 8 years ago
  82. 81a6ef9 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  83. a3654db Renamed LB-related metadata keys by David Garcia Quintas · 8 years ago
  84. 41c06a2 move changes from dockerfile to template by Matt Kwong · 8 years ago
  85. 7e73f8c Changes by Ken Payson · 8 years ago
  86. 895e8ca merged by Ken Payson · 8 years ago
  87. cd7d047 Cleanup poll-cv setup by Ken Payson · 8 years ago
  88. fbfb05a Merge pull request #8177 from jboeuf/remove_call_creds_from_channel_creds by jboeuf · 8 years ago
  89. 3efcb48 Merge remote-tracking branch 'upstream/master' into call_holder_add_pollent by Yuchen Zeng · 8 years ago
  90. 2e62013 Add some comments by Craig Tiller · 8 years ago
  91. d3ee0d5 Better readability by Craig Tiller · 8 years ago
  92. 686d7a7 Simplifications by Craig Tiller · 8 years ago
  93. d80a8c9 Cleanup by Craig Tiller · 8 years ago
  94. f0da36b Clarifying comment by Craig Tiller · 8 years ago
  95. 5175037 Check for the correct number of orphan callbacks in udp_server_test by Robbie Shade · 8 years ago
  96. fdc2b10 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  97. d195cf5 Add condition variable polling engine by kpayson64 · 8 years ago
  98. 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
  99. 062ba7b Merge pull request #8324 from grpc/v1.0.x by Nathaniel Manista · 8 years ago
  100. f3f2872 changed filter to be more conservative - any no-whitelisted file runs all tests by Matt Kwong · 8 years ago