1. 45551e0 Fix sanity by Craig Tiller · 9 years ago
  2. 81b780b Merge pull request #5126 from sreecha/thread_stress_test by Vijay Pai · 9 years ago
  3. 051e1c1 Merge pull request #5117 from jtattermusch/csharp_distribtest_mac by Michael Lumish · 9 years ago
  4. 001db59 Modify the test to have large number of threads receiving the RPCs and a by Sree Kuchibhotla · 9 years ago
  5. 469e2fd Merge pull request #5113 from jtattermusch/node_distribtest_fixes by Michael Lumish · 9 years ago
  6. 55e813f Merge pull request #5088 from murgatroid99/core_long_int64_t by Craig Tiller · 9 years ago
  7. c83a9c0 enable C# distribtest on macos by Jan Tattermusch · 9 years ago
  8. 0bd1da5 fix some node distribtests by Jan Tattermusch · 9 years ago
  9. 6b5555e Fix docker files, distrib test script by Craig Tiller · 9 years ago
  10. 85474df Reverse changes to AVL code by murgatroid99 · 9 years ago
  11. b3ac991 Fix function pointer type in timeout_encoding_test by murgatroid99 · 9 years ago
  12. 5c04760 Change default on Python install option by Craig Tiller · 9 years ago
  13. 7a55684 Clang format and fix copyrights by murgatroid99 · 9 years ago
  14. 309830f Replace 'long' with 'int64_t' in public core headers by murgatroid99 · 9 years ago
  15. ee7a88c fix note distribtest nvm problem by Jan Tattermusch · 9 years ago
  16. 29cc1e4 Merge pull request #5074 from jtattermusch/python_smoketest by Masood Malekghassemi · 9 years ago
  17. bcfe99a Merge pull request #5008 from vjpai/worker_quit by Michael Lumish · 9 years ago
  18. cb3b4cf Ensure distrib test npm install runs under docker by murgatroid99 · 9 years ago
  19. eae8fc4 python distrib smoketest by Jan Tattermusch · 9 years ago
  20. 53f1635 Resolved merge conflict with master by murgatroid99 · 9 years ago
  21. b781c97 Add Node distrib tests and fixed some issues with the packaging script by murgatroid99 · 9 years ago
  22. e4fdcd9 Merge pull request #5013 from a-veitch/tag_set_to_context by Bogdan Drutu · 9 years ago
  23. ed53c08 Merge branch 'master' into worker_quit by vjpai · 9 years ago
  24. 3ad28d0 Merge pull request #4828 from vjpai/async_thread_stress_test by Craig Tiller · 9 years ago
  25. 0789c49 Merge pull request #5042 from ctiller/compile by Yang Gao · 9 years ago
  26. 0a3a766 Give tsan a chance by Vijay Pai · 9 years ago
  27. 912fe05 Merge branch 'master' into async_thread_stress_test by Vijay Pai · 9 years ago
  28. feef8be clang-format by Vijay Pai · 9 years ago
  29. 73d2a12 Fix copyright by vjpai · 9 years ago
  30. 63b2844 Remove the command-line flags by Vijay Pai · 9 years ago
  31. 490e502 Fix a typecast... by Vijay Pai · 9 years ago
  32. e51db34 Merge pull request #4958 from sreecha/server_try_cancel_api by Yang Gao · 9 years ago
  33. 119282b Merge pull request #5039 from vjpai/limit_cores by David G. Quintas · 9 years ago
  34. e51d29d Remove some std:: so that grpc:: will be used by default when available by Vijay Pai · 9 years ago
  35. 9f3bbb0 Generalize namespace for ParseCommandLineFlags by Vijay Pai · 9 years ago
  36. d10bbb6 Refactor to favor composition over inheritance by Vijay Pai · 9 years ago
  37. 9ded5db fix missed merge issue by Alistair Veitch · 9 years ago
  38. e1c2d6a Fix clang3.7/tsan compile failure by Craig Tiller · 9 years ago
  39. ce7929c Merge branch 'master' into async_thread_stress_test by Vijay Pai · 9 years ago
  40. 05d83c7 Merge pull request #5032 from yang-g/two_impls by Nicolas Noble · 9 years ago
  41. 4aadcb4 Run tools/distrib/clang_format_code.sh by Sree Kuchibhotla · 9 years ago
  42. 7f1b65b Took out dependence on vector by vjpai · 9 years ago
  43. 6f2b899 merge by Alistair Veitch · 9 years ago
  44. 5a80d6f Merge branch 'master' into limit_cores by vjpai · 9 years ago
  45. 574020e Forgot to put this in the Mac version by vjpai · 9 years ago
  46. 9bc6fa0 Merge branch 'master' into server_try_cancel_api by Sree Kuchibhotla · 9 years ago
  47. 70fa0da add a test by yang-g · 9 years ago
  48. 445dc51 Merge pull request #5012 from ctiller/python_targets by Jan Tattermusch · 9 years ago
  49. c0ddf41 Merge pull request #5019 from yang-g/two_impls by Sree Kuchibhotla · 9 years ago
  50. 9fd55b0 remove duplicate functions by yang-g · 9 years ago
  51. e3fd4aa Ruby linux testing support by Craig Tiller · 9 years ago
  52. 7b0edbd remove the old impl caused by 4921 by yang-g · 9 years ago
  53. ddb163a merge by Alistair Veitch · 9 years ago
  54. b2afc1f Starting Python by Craig Tiller · 9 years ago
  55. 2066443 Function name changed on merge.... by Vijay Pai · 9 years ago
  56. 8696d57 Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  57. b47b556 Merge branch 'master' into worker_quit by Vijay Pai · 9 years ago
  58. 78bced4 Merge pull request #4995 from vjpai/corelimit2 by David G. Quintas · 9 years ago
  59. 2ed337a clang-format by Vijay Pai · 9 years ago
  60. 75d5c0f post merge by Alistair Veitch · 9 years ago
  61. 21e5d2b Add a Quit RPC so that we can conveniently shut down the workers from the driver. by vjpai · 9 years ago
  62. daadcc8 at by Vijay Pai · 9 years ago
  63. 33e5118 Address reviewer comments regarding const and shortage of comments by Vijay Pai · 9 years ago
  64. 5d0d602 Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  65. 8d59ad4 fix copyrights by Jan Tattermusch · 9 years ago
  66. 0d7a070 Add core-limited scenario and protobuf-based QPS scenario by Vijay Pai · 9 years ago
  67. 73c99f3 test C# nuget package by Jan Tattermusch · 9 years ago
  68. 38b519a replace nuget version by placeholder by Jan Tattermusch · 9 years ago
  69. d38e372 add C# DistribTest project by Jan Tattermusch · 9 years ago
  70. a0a8eaa Merge branch 'master' into server_try_cancel_api by Sree Kuchibhotla · 9 years ago
  71. 5956742 Copyright and clang-format by Vijay Pai · 9 years ago
  72. f05169b Merge branch 'master' into corelimit2 by Vijay Pai · 9 years ago
  73. 6b05639 Make sure that client limit is valid by Vijay Pai · 9 years ago
  74. 7d45cdb Enable properly working core limits on clients and servers, by Vijay Pai · 9 years ago
  75. 6ca7c8b Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  76. 8382829 Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  77. 369a04a Address code review comments by Sree Kuchibhotla · 9 years ago
  78. c5eec2b Make dynamic sizing of async threads work again by Vijay Pai · 9 years ago
  79. a2a7aa9 Move parenthesis to compile by Craig Tiller · 9 years ago
  80. 3c4bbc0 Merge branch 'no_extern_allowed' of github.com:nicolasnoble/grpc into patchy by Craig Tiller · 9 years ago
  81. c64736d Clean-up core list usage and make it possible to reset the core list by Vijay Pai · 9 years ago
  82. 03ba4d7 Merge branch 'master' into corelimit2 by Vijay Pai · 9 years ago
  83. 26af079 Merge pull request #4934 from jboeuf/ssl_credentials_override_default_roots by Craig Tiller · 9 years ago
  84. f8174ea use huffman prefix by yang-g · 9 years ago
  85. 327d4e8 Merge branch 'no_extern_allowed' into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  86. 1d43bc3 Fixing copyrights. by Nicolas "Pixel" Noble · 9 years ago
  87. f79e176 Merge branch 'no_extern_allowed' into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  88. da71518 Replacing grpc_max_auth_token_lifetime by an accessor. by Nicolas "Pixel" Noble · 9 years ago
  89. 0912179 Removing gpr as a separated library. by Nicolas "Pixel" Noble · 9 years ago
  90. 2757fa8 fixing test and clang-format. by Julien Boeuf · 9 years ago
  91. 0f242ac Comments and a minor fix by Sree Kuchibhotla · 9 years ago
  92. 4fb5908 Use the same completion queue for both client and server by Sree Kuchibhotla · 9 years ago
  93. 5919e81 Remove host option from ServerConfig proto since it is error-prone and by Vijay Pai · 9 years ago
  94. ee7e1c2 Merge pull request #4950 from ctiller/offload-racing by David G. Quintas · 9 years ago
  95. f25c6ba Comments and format by Sree Kuchibhotla · 9 years ago
  96. 944f4cf Sync server end2end and async_end2end tests by Sree Kuchibhotla · 9 years ago
  97. aaebf7a Changing the API to use a callback mechanism. by Julien Boeuf · 9 years ago
  98. 6c3de35 Merge pull request #4775 from dgquintas/sync-async-plus-interfaces by Craig Tiller · 9 years ago
  99. 564b915 Fixing copyright. by Julien Boeuf · 9 years ago
  100. 54cc08c Merge branch 'master' of github.com:grpc/grpc into ssl_credentials_override_default_roots by Julien Boeuf · 9 years ago