1. 5098f91 Rewrite all the pollset and fd functions in ev_epoll_linux.c by Sree Kuchibhotla · 8 years ago
  2. 8c6c906 run epoll tests too by Sree Kuchibhotla · 8 years ago
  3. d7d6eed Correct typo by Sree Kuchibhotla · 8 years ago
  4. 96b2554 ctiller's ev_epoll_linux.c file (for reference) by Sree Kuchibhotla · 8 years ago
  5. d806145 Removed epoll_fd_global_list by Sree Kuchibhotla · 8 years ago
  6. 9442bab Write most of the methods in the new epoll implementation by Sree Kuchibhotla · 8 years ago
  7. f448c34 Remove union { } data and epoll_hdr structures. Added ev_epoll_linux files by Sree Kuchibhotla · 8 years ago
  8. 2ea1659 experiment with signals by Sree Kuchibhotla · 8 years ago
  9. c22eb5a Add epoll polling strategy to run_tests.py by Sree Kuchibhotla · 8 years ago
  10. e9ee1f3 Minor refactor of add_fd path by Sree Kuchibhotla · 8 years ago
  11. 97c2d6a Remove grpc_fd_watcher and related code from ev_epoll_posix.c by Sree Kuchibhotla · 8 years ago
  12. 9ff57f6 Remove idle_jobs and in_flight_cbs from pollset by Sree Kuchibhotla · 8 years ago
  13. 24f0f57 Moving the creation of epoll_fd to pollset_init() instead of by Sree Kuchibhotla · 8 years ago
  14. f6a2adf Pollset_reset should not destroy the epoll_fd by Sree Kuchibhotla · 8 years ago
  15. ab7f10e Remove delayed_add by Sree Kuchibhotla · 8 years ago
  16. a778600 Remove basic_pollset and the promotion related code by Sree Kuchibhotla · 8 years ago
  17. e48b1bc Base changes. Create ev_epoll_posix.{c,h} files by making a copy of ev_poll_and_epoll.c file by Sree Kuchibhotla · 8 years ago
  18. 704fb3f Merge pull request #6586 from makdharma/cronet by Jorge Canizales · 8 years ago
  19. f484ba9 Merge pull request #6718 from jtattermusch/enable_multiclient by Vijay Pai · 8 years ago
  20. 5b521d2 Merge pull request #6712 from jtattermusch/csharp_more_completion_queues by Jan Tattermusch · 8 years ago
  21. 55ebba1 Merge pull request #6699 from jtattermusch/csharp_streaming_api_improvements by Jan Tattermusch · 8 years ago
  22. 7fba068 docgen format fix by Makarand Dharmapurikar · 8 years ago
  23. aed1de9 Style guide related feedback fixes. by Makarand Dharmapurikar · 8 years ago
  24. 138156a add missing pinvoke method by Jan Tattermusch · 8 years ago
  25. 1e5d9b9 fix one more test by Jan Tattermusch · 8 years ago
  26. 71702b1 fix tests by Jan Tattermusch · 8 years ago
  27. 5a94cf5 use 1 cq per thread by default by Jan Tattermusch · 8 years ago
  28. 2f0a690 name the threadpool threads before starting by Jan Tattermusch · 8 years ago
  29. e6d1de6 eliminate global completion registry by Jan Tattermusch · 8 years ago
  30. b089320 completion registry is per cq by Jan Tattermusch · 8 years ago
  31. 2a84f23 expose completionQueueCount setting by Jan Tattermusch · 8 years ago
  32. 5ee8e77 add support for multiple cqs to GrpcThreadPool by Jan Tattermusch · 8 years ago
  33. 6d2ed00 Slight change to surface API. by Makarand Dharmapurikar · 8 years ago
  34. ebd506b use 2 clients for 8core setup as well by Jan Tattermusch · 8 years ago
  35. 22ca12b Merge pull request #6716 from jtattermusch/enable_multiclient by Craig Tiller · 8 years ago
  36. db51bf9 add a new worker by Jan Tattermusch · 8 years ago
  37. de733bd Cosmetic changes to address feedback. by Makarand Dharmapurikar · 8 years ago
  38. 61aa858 Merge pull request #6703 from murgatroid99/pc_zookeeper_generation_fix by Jan Tattermusch · 8 years ago
  39. 1a43405 Merge pull request #6706 from ctiller/rraf by Craig Tiller · 8 years ago
  40. 15d7f3c Mark port as non-listening by Craig Tiller · 8 years ago
  41. 325a059 Mark port as non-listening by Craig Tiller · 8 years ago
  42. 53dd6b9 Round robin notifier pollset by Craig Tiller · 8 years ago
  43. e7cb77b Make grpc_zookeeper.pc file generation consistent with other .pc files by murgatroid99 · 8 years ago
  44. d7bbd38 Merge pull request #6679 from nathanielmanistaatgoogle/cancel-many-calls-test by Jan Tattermusch · 8 years ago
  45. 6db0232 Merge pull request #6662 from murgatroid99/ruby_explicit_kw_args by Jan Tattermusch · 8 years ago
  46. c86860f Merge pull request #6695 from rjshade/request_with_flags_timeout by Jan Tattermusch · 8 years ago
  47. 8978b3c Merge pull request #6612 from ctiller/test_affine by Craig Tiller · 8 years ago
  48. e0ddc35 Speed up tests by Craig Tiller · 8 years ago
  49. 825cd45 Cleanup redundant tests by Craig Tiller · 8 years ago
  50. 116b3c5 Merge github.com:grpc/grpc into test_affine by Craig Tiller · 8 years ago
  51. bd04175 Merge pull request #6694 from ctiller/sin by Jan Tattermusch · 8 years ago
  52. e67f7b6 Fix timeout on async server shutdown by Craig Tiller · 8 years ago
  53. 2939e2f Update ruby perf code with keyword args changes by murgatroid99 · 8 years ago
  54. f581659 add TODO by Jan Tattermusch · 8 years ago
  55. 6854c70 reorder clientside send preconditions by Jan Tattermusch · 8 years ago
  56. d910833 clientside writes should finish with TaskCanceledException if cancel was previously requested by Jan Tattermusch · 8 years ago
  57. 8c2d373 Merge branch 'test_affine' of github.com:ctiller/grpc into test_affine by Craig Tiller · 8 years ago
  58. c4c6ecf Merge github.com:grpc/grpc into test_affine by Craig Tiller · 8 years ago
  59. 5468c27 reorder members for readability by Jan Tattermusch · 8 years ago
  60. 5c52f37 improve ordering of serverside send checks by Jan Tattermusch · 8 years ago
  61. 56605ef adjust the tests to reflect the correct send behavior on client by Jan Tattermusch · 8 years ago
  62. 6098848 allow short-circuiting the send operation by Jan Tattermusch · 8 years ago
  63. 239fce1 simplify implementation of SendCloseFromClient by Jan Tattermusch · 8 years ago
  64. e29f7a1 Make request_with_flags timeout deadline equal to that of request_with_payload. by Robbie Shade · 8 years ago
  65. 468ee4c Improve test debugability, fix race condition by Craig Tiller · 8 years ago
  66. 74cb8f5 Removed remaining reference to timeout argument from ruby interop client by murgatroid99 · 8 years ago
  67. fb2877d Updated ruby interop client with keyword argument changes by murgatroid99 · 8 years ago
  68. 8472cc5 preparation for write semantics cleanup by Jan Tattermusch · 8 years ago
  69. 84dcf06 cleanup in tests by Jan Tattermusch · 8 years ago
  70. 0aca838 add a server streaming api test by Jan Tattermusch · 8 years ago
  71. 421d2c4 add TODOs and remove unused imports by Jan Tattermusch · 8 years ago
  72. 6620dc3 remote AsyncCompletion by Jan Tattermusch · 8 years ago
  73. 82e4581 get rid of AsyncCompletionDelegate by Jan Tattermusch · 8 years ago
  74. afe1fe8 use tcs for streamingWrites by Jan Tattermusch · 8 years ago
  75. fdf2a66 Merge pull request #6686 from jtattermusch/sanity_fix_sanity by Craig Tiller · 8 years ago
  76. 29f2cb8 Add a Cython-level cancel-many-calls test by Nathaniel Manista · 8 years ago
  77. 8ec4097 Merge github.com:grpc/grpc into test_affine by Craig Tiller · 8 years ago
  78. 507e290 Merge pull request #6690 from grpc/revert-6661-throughput_fix by Jan Tattermusch · 8 years ago
  79. 28f6c01 Revert "Revive C++ large-message throughput tests" by Jan Tattermusch · 8 years ago
  80. b90e6c9 Merge pull request #6670 from ctiller/guess_cpu by Jan Tattermusch · 8 years ago
  81. 348ca76 hotfix for sanity tests by Jan Tattermusch · 8 years ago
  82. 4609754 Merge github.com:grpc/grpc into test_affine by Craig Tiller · 8 years ago
  83. 336292d Merge pull request #6423 from ctiller/signal_handler by Jan Tattermusch · 8 years ago
  84. b6c7a5a Merge pull request #6655 from nathanielmanistaatgoogle/take-this-future-please by Jan Tattermusch · 8 years ago
  85. d44b15a Merge pull request #6436 from jboeuf/credentials_refactoring by Jan Tattermusch · 8 years ago
  86. 33b7361 Merge pull request #6661 from vjpai/throughput_fix by Jan Tattermusch · 8 years ago
  87. f96711d Merge pull request #6653 from chedeti/examples by Jan Tattermusch · 8 years ago
  88. d83b2ae Merge pull request #6684 from jtattermusch/one_more_typo_fix by Jan Tattermusch · 8 years ago
  89. 9dda3fc one more typo fix by Jan Tattermusch · 8 years ago
  90. c34d59e Merge pull request #6683 from jtattermusch/fixup_run_full_performance by Jan Tattermusch · 8 years ago
  91. 5f04538 Fix protobuf by Craig Tiller · 8 years ago
  92. a8f72cf run 32core tests even if previous tests fail by Jan Tattermusch · 8 years ago
  93. 9cc9218 fix trivial typo by Jan Tattermusch · 8 years ago
  94. bc7593d Revert "Revert "Remove spam"" by Craig Tiller · 8 years ago
  95. 34c6e87 Simpler trick to force a listening cq by Craig Tiller · 8 years ago
  96. e76528c Revert "Remove spam" by Craig Tiller · 8 years ago
  97. 4265fa1 clang-format by Craig Tiller · 8 years ago
  98. fa96d86 Fix comments by Craig Tiller · 8 years ago
  99. 3f3312e Remove spam by Craig Tiller · 8 years ago
  100. 509b30e Fix non-listening cq registration so that calls can be queued against them by Craig Tiller · 8 years ago