1. 53dd6b9 Round robin notifier pollset by Craig Tiller · 8 years ago
  2. d7bbd38 Merge pull request #6679 from nathanielmanistaatgoogle/cancel-many-calls-test by Jan Tattermusch · 8 years ago
  3. 6db0232 Merge pull request #6662 from murgatroid99/ruby_explicit_kw_args by Jan Tattermusch · 8 years ago
  4. 2939e2f Update ruby perf code with keyword args changes by murgatroid99 · 8 years ago
  5. c4c6ecf Merge github.com:grpc/grpc into test_affine by Craig Tiller · 8 years ago
  6. 74cb8f5 Removed remaining reference to timeout argument from ruby interop client by murgatroid99 · 8 years ago
  7. fb2877d Updated ruby interop client with keyword argument changes by murgatroid99 · 8 years ago
  8. 29f2cb8 Add a Cython-level cancel-many-calls test by Nathaniel Manista · 8 years ago
  9. 336292d Merge pull request #6423 from ctiller/signal_handler by Jan Tattermusch · 8 years ago
  10. b6c7a5a Merge pull request #6655 from nathanielmanistaatgoogle/take-this-future-please by Jan Tattermusch · 8 years ago
  11. d44b15a Merge pull request #6436 from jboeuf/credentials_refactoring by Jan Tattermusch · 8 years ago
  12. bc7593d Revert "Revert "Remove spam"" by Craig Tiller · 8 years ago
  13. e76528c Revert "Remove spam" by Craig Tiller · 8 years ago
  14. 4265fa1 clang-format by Craig Tiller · 8 years ago
  15. fa96d86 Fix comments by Craig Tiller · 8 years ago
  16. 3f3312e Remove spam by Craig Tiller · 8 years ago
  17. 509b30e Fix non-listening cq registration so that calls can be queued against them by Craig Tiller · 8 years ago
  18. ae09d9d Fixes and code simplification by Craig Tiller · 8 years ago
  19. d88e15c Remove legacy poller by Craig Tiller · 8 years ago
  20. 8a7fe1a Fix crash by Craig Tiller · 8 years ago
  21. 139040b Merge github.com:grpc/grpc into test_affine by Craig Tiller · 8 years ago
  22. e004958 Fix formatting, mem leak, stall by Craig Tiller · 8 years ago
  23. 20431a8 Fix merge by Craig Tiller · 8 years ago
  24. 0e314bc Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into test_affine by Craig Tiller · 8 years ago
  25. aae6c2c Fix server plugin test by Craig Tiller · 8 years ago
  26. 8ad69bf Attempt to fix Windows by Craig Tiller · 8 years ago
  27. ae34a37 Finished updating code and tests with keyword argument changes by murgatroid99 · 8 years ago
  28. ec3e616 Merge pull request #6643 from jtattermusch/csharp_profiling2 by Jan Tattermusch · 8 years ago
  29. 4c31b7a Merge pull request #6640 from jtattermusch/csharp_assorted_cleanup by Jan Tattermusch · 8 years ago
  30. 824ad2a "taking a this" -> "taking this" typo correction by Nathaniel Manista · 8 years ago
  31. 2272d7a Merge branch 'test_affine' of github.com:ctiller/grpc into test_affine by Craig Tiller · 8 years ago
  32. 3eee9b4 Mark sync cq as non-listening when it is by Craig Tiller · 8 years ago
  33. 4221c37 Merge branch 'test_affine' of github.com:ctiller/grpc into test_affine by Craig Tiller · 8 years ago
  34. db7c356 Work stealing between affinitized cqs by Craig Tiller · 8 years ago
  35. 09c5e05 support adding profilers to C# qps clients by Jan Tattermusch · 8 years ago
  36. a488037 Merge branch 'master' of github.com:grpc/grpc into credentials_refactoring by Julien Boeuf · 8 years ago
  37. d0f5f72 return number of cores from server by Jan Tattermusch · 8 years ago
  38. 166d482 Merge remote-tracking branch 'upstream/release-0_14' into HEAD by Jan Tattermusch · 8 years ago
  39. e0af286 rename some ill-named enums and move them to the right files by Jan Tattermusch · 8 years ago
  40. a7db28f dont call into C core to get Timespec.InfPast and Timespec.InfFuture by Jan Tattermusch · 8 years ago
  41. f4a961d move ServerRpcNew and ClientSideStatus to their own file by Jan Tattermusch · 8 years ago
  42. 6dd544c tiny optimization in MetadataArraySafeHandle by Jan Tattermusch · 8 years ago
  43. 29d414c make Profilers visible to Grpc.IntegrationTesting by Jan Tattermusch · 8 years ago
  44. 37f3184 Merge pull request #6611 from murgatroid99/ruby_signal_handling_improvement by Jan Tattermusch · 8 years ago
  45. 9766f4f Merge github.com:grpc/grpc into test_affine by Craig Tiller · 8 years ago
  46. 93dd047 clang-format by Craig Tiller · 8 years ago
  47. 9780f59 Merge github.com:grpc/grpc into signal_handler by Craig Tiller · 8 years ago
  48. 8231a0a Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  49. 83939ce Merge branch 'ruby_signal_handling_improvement' into ruby_explicit_kw_args by murgatroid99 · 8 years ago
  50. 746ea97 Finished removing ruby-level signal handlers again by murgatroid99 · 8 years ago
  51. e68a715 Fixed a couple of issues, removed ruby-level signal handling again by murgatroid99 · 8 years ago
  52. fcbe7da Merge pull request #6588 from soltanmm/you're-my-compression by Jan Tattermusch · 8 years ago
  53. aa51f63 Merge pull request #6463 from dgquintas/fix_compression_interop by Jan Tattermusch · 8 years ago
  54. deb8c3e Merge pull request #6499 from dgquintas/compression_accept_encoding by Jan Tattermusch · 8 years ago
  55. 2b62eb5 Merge pull request #6607 from michaelbausor/master by Jan Tattermusch · 8 years ago
  56. 96c3236 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  57. 19bf00b Re-added signal handlers to cancel calls and shut down servers by murgatroid99 · 8 years ago
  58. b0b5380 Merge branch 'ruby_signal_handling_improvement' into ruby_explicit_kw_args by murgatroid99 · 8 years ago
  59. 93cc06a Add compression support to Cython layers by Masood Malekghassemi · 8 years ago
  60. ada376c Updated functions with TSRM macros for ZTS support by Michael Bausor · 8 years ago
  61. 88ef00e Remove broken test by Craig Tiller · 8 years ago
  62. cf2cce6 Bug fixes by Craig Tiller · 8 years ago
  63. 8010daa Merge pull request #6542 from ctiller/ecterm by Jan Tattermusch · 8 years ago
  64. cad9205 regenerate buildfiles by Jan Tattermusch · 8 years ago
  65. 8c34e7c Fix a typo by Sree Kuchibhotla · 8 years ago
  66. 98a185a Change error to warning since we do not have a good way to determine by Sree Kuchibhotla · 8 years ago
  67. 9a0da59 Merge pull request #6602 from nathanielmanistaatgoogle/test-parallelism by Jan Tattermusch · 8 years ago
  68. 19144a6 Merge pull request #6439 from kpayson64/python_health_check by Jan Tattermusch · 8 years ago
  69. 4b67b7f Merge pull request #6603 from ctiller/better_wakeups by Jan Tattermusch · 8 years ago
  70. 2eb7e2f Merge pull request #6609 from nathanielmanistaatgoogle/sooner-or-later by Jan Tattermusch · 8 years ago
  71. fc9c1a7 Merge pull request #6556 from goldenbull/master by Jan Tattermusch · 8 years ago
  72. 87ba294 rename names of generated enum values to match protobuf3beta3 by Jan Tattermusch · 8 years ago
  73. 40945c7 Add missing function for completion queue by Craig Tiller · 8 years ago
  74. c96fdde regenerate C# protobuf messages by Jan Tattermusch · 8 years ago
  75. f14bb3b Update Grpc.sln to Google.Protobuf.3.0.0-beta3 by Jan Tattermusch · 8 years ago
  76. 9f9d422 Further server cq affinity work by Craig Tiller · 8 years ago
  77. 418a821 Begin sharding request queues per cq by Craig Tiller · 8 years ago
  78. c0ecedb Made signal handling properly handle non-killing signals by murgatroid99 · 8 years ago
  79. ea8ae09 "sooner" -> "server" typo correction by Nathaniel Manista · 8 years ago
  80. 76733cf Removed remaining references to old server handling code by murgatroid99 · 8 years ago
  81. d595fb6 Handle signals properly when dropping GVL by murgatroid99 · 8 years ago
  82. b19f181 Avoid using unspecified keyword args where possible by murgatroid99 · 8 years ago
  83. 4f8e40b Updated functions with TSRM macros for ZTS support by Michael Bausor · 8 years ago
  84. a0e10d4 Merge branch 'better_wakeups' into test_affine by Craig Tiller · 8 years ago
  85. cefa378 Add affinity to ev_poll_posix by Craig Tiller · 8 years ago
  86. 4790263 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  87. 556e5ae Fix accelerated wakeups by Craig Tiller · 8 years ago
  88. 3fe7199 Split and rename test_constants.PARALLELISM by Nathaniel Manista · 8 years ago
  89. b1d3b36 Add affinity to ev_poll_posix by Craig Tiller · 8 years ago
  90. f7a670f Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine by Craig Tiller · 8 years ago
  91. 9ad288e Merge pull request #6578 from jtattermusch/add_bat_copyrights by Jan Tattermusch · 8 years ago
  92. 086601f Merge pull request #6414 from y-zeng/reflection_proto by Yuchen Zeng · 8 years ago
  93. effd74c Merge pull request #5456 from ctiller/cleaner-posix3 by Jan Tattermusch · 8 years ago
  94. f551edf add missing copyrights to .bat files by Jan Tattermusch · 8 years ago
  95. 183ba02 Renamed some defines by David Garcia Quintas · 8 years ago
  96. 2ea66c3 Added comment about repeated responses by Yuchen Zeng · 8 years ago
  97. f11f2b1 Merge pull request #6453 from kpayson64/python_protoc by Jan Tattermusch · 8 years ago
  98. 20b7d48 Merge pull request #6529 from thinkerou/master by Jan Tattermusch · 8 years ago
  99. a709afe Merge pull request #6479 from kpayson64/python_protoc_formatting by Jan Tattermusch · 8 years ago
  100. 8b34ab0 Merge pull request #6552 from jboeuf/add_curlies by Jan Tattermusch · 8 years ago