1. 2815f18 Document variable names by Vijay Pai · 8 years ago
  2. 8a2ff73 Use more variables for better explanations by Vijay Pai · 8 years ago
  3. ed3cd42 Use three different load-factors and document load-factor variable by Vijay Pai · 8 years ago
  4. ee53dc5 Merge branch 'master' into loaded by Vijay Pai · 8 years ago
  5. b65eda4 Make the poll override function assert on non-zero timeout if invoked by Vijay Pai · 8 years ago
  6. 837c9bd Merge branch 'master' into poll_override2 by Vijay Pai · 8 years ago
  7. 018879a Set up poll overrides by Vijay Pai · 8 years ago
  8. cf4daeb Comment the requirements for changing grpc_poll_function and do by vjpai · 8 years ago
  9. e40aefb Fix the timeout by Vijay Pai · 8 years ago
  10. 8ca0faa use timeouts with proper fixture multipliers rather than raw, by Vijay Pai · 8 years ago
  11. 8eef7e3 Merge branch 'master' into alarm_openloop by Vijay Pai · 8 years ago
  12. 1a06082 Add 70% load scenario for testing with open-loop by Vijay Pai · 8 years ago
  13. c84cb3e Merge branch 'alarm_openloop' into loaded by Vijay Pai · 8 years ago
  14. 6583176 clang-format by Vijay Pai · 8 years ago
  15. 7914e62 Attack of the const police. I also added some unrequested const's by vjpai · 8 years ago
  16. a3c968d Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_library by yang-g · 8 years ago
  17. a7d4114 Merge github.com:grpc/grpc into bad_metadata by Craig Tiller · 8 years ago
  18. eb841e2 Revert "Revert "Proto API for LB request/responses"" by Craig Tiller · 8 years ago
  19. c35e2c5 Revert "Proto API for LB request/responses" by Craig Tiller · 8 years ago
  20. c3602dc Merge pull request #4038 from dgquintas/grpclb_api by Craig Tiller · 8 years ago
  21. 761bcb4 Cleanup to make it work with clang build by Vijay Pai · 8 years ago
  22. 9144557 Sanity (clang-format and copyright) by Vijay Pai · 8 years ago
  23. 1132c6b Simplify and properly implement openloop testing. Revive it in tests as well by Vijay Pai · 8 years ago
  24. d472ad2 Merge branch 'alarm_mods' into alarm_openloop by Vijay Pai · 8 years ago
  25. dbca72f init test by vjpai · 8 years ago
  26. 8fdafed tag fed in by user should be any arbitrary tag, not a CompletionQueueTag type by vjpai · 8 years ago
  27. 04e992a Make C++ alarm class usable and testable - there were some build issues and by vjpai · 8 years ago
  28. 9982c6f Fix random number generators and improve code style (stop using by Vijay Pai · 8 years ago
  29. 1945ae4 Fix copyright by yang-g · 8 years ago
  30. d59ad7e Provide explicit API for user to set user agent string prefix by yang-g · 8 years ago
  31. 7e46618 Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  32. 45551e0 Fix sanity by Craig Tiller · 9 years ago
  33. 001db59 Modify the test to have large number of threads receiving the RPCs and a by Sree Kuchibhotla · 9 years ago
  34. 7a55684 Clang format and fix copyrights by murgatroid99 · 9 years ago
  35. 309830f Replace 'long' with 'int64_t' in public core headers by murgatroid99 · 9 years ago
  36. bcfe99a Merge pull request #5008 from vjpai/worker_quit by Michael Lumish · 9 years ago
  37. e4fdcd9 Merge pull request #5013 from a-veitch/tag_set_to_context by Bogdan Drutu · 9 years ago
  38. ed53c08 Merge branch 'master' into worker_quit by vjpai · 9 years ago
  39. 3ad28d0 Merge pull request #4828 from vjpai/async_thread_stress_test by Craig Tiller · 9 years ago
  40. 0789c49 Merge pull request #5042 from ctiller/compile by Yang Gao · 9 years ago
  41. 0a3a766 Give tsan a chance by Vijay Pai · 9 years ago
  42. 912fe05 Merge branch 'master' into async_thread_stress_test by Vijay Pai · 9 years ago
  43. feef8be clang-format by Vijay Pai · 9 years ago
  44. 6f87164 Properly handle "." in metadata by Craig Tiller · 9 years ago
  45. 63b2844 Remove the command-line flags by Vijay Pai · 9 years ago
  46. 490e502 Fix a typecast... by Vijay Pai · 9 years ago
  47. e51db34 Merge pull request #4958 from sreecha/server_try_cancel_api by Yang Gao · 9 years ago
  48. e51d29d Remove some std:: so that grpc:: will be used by default when available by Vijay Pai · 9 years ago
  49. 9f3bbb0 Generalize namespace for ParseCommandLineFlags by Vijay Pai · 9 years ago
  50. d10bbb6 Refactor to favor composition over inheritance by Vijay Pai · 9 years ago
  51. 9ded5db fix missed merge issue by Alistair Veitch · 9 years ago
  52. e1c2d6a Fix clang3.7/tsan compile failure by Craig Tiller · 9 years ago
  53. ce7929c Merge branch 'master' into async_thread_stress_test by Vijay Pai · 9 years ago
  54. 4aadcb4 Run tools/distrib/clang_format_code.sh by Sree Kuchibhotla · 9 years ago
  55. 7f1b65b Took out dependence on vector by vjpai · 9 years ago
  56. 6f2b899 merge by Alistair Veitch · 9 years ago
  57. 5a80d6f Merge branch 'master' into limit_cores by vjpai · 9 years ago
  58. 574020e Forgot to put this in the Mac version by vjpai · 9 years ago
  59. 9bc6fa0 Merge branch 'master' into server_try_cancel_api by Sree Kuchibhotla · 9 years ago
  60. 9fd55b0 remove duplicate functions by yang-g · 9 years ago
  61. 7b0edbd remove the old impl caused by 4921 by yang-g · 9 years ago
  62. ddb163a merge by Alistair Veitch · 9 years ago
  63. 2066443 Function name changed on merge.... by Vijay Pai · 9 years ago
  64. b47b556 Merge branch 'master' into worker_quit by Vijay Pai · 9 years ago
  65. 2ed337a clang-format by Vijay Pai · 9 years ago
  66. 75d5c0f post merge by Alistair Veitch · 9 years ago
  67. 21e5d2b Add a Quit RPC so that we can conveniently shut down the workers from the driver. by vjpai · 9 years ago
  68. daadcc8 at by Vijay Pai · 9 years ago
  69. 33e5118 Address reviewer comments regarding const and shortage of comments by Vijay Pai · 9 years ago
  70. 0d7a070 Add core-limited scenario and protobuf-based QPS scenario by Vijay Pai · 9 years ago
  71. a0a8eaa Merge branch 'master' into server_try_cancel_api by Sree Kuchibhotla · 9 years ago
  72. 5956742 Copyright and clang-format 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. 369a04a Address code review comments by Sree Kuchibhotla · 9 years ago
  76. c5eec2b Make dynamic sizing of async threads work again by Vijay Pai · 9 years ago
  77. c64736d Clean-up core list usage and make it possible to reset the core list by Vijay Pai · 9 years ago
  78. 03ba4d7 Merge branch 'master' into corelimit2 by Vijay Pai · 9 years ago
  79. f8174ea use huffman prefix by yang-g · 9 years ago
  80. 0f242ac Comments and a minor fix by Sree Kuchibhotla · 9 years ago
  81. dd18c4a Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  82. 4fb5908 Use the same completion queue for both client and server by Sree Kuchibhotla · 9 years ago
  83. 5919e81 Remove host option from ServerConfig proto since it is error-prone and by Vijay Pai · 9 years ago
  84. f25c6ba Comments and format by Sree Kuchibhotla · 9 years ago
  85. 944f4cf Sync server end2end and async_end2end tests by Sree Kuchibhotla · 9 years ago
  86. 6c3de35 Merge pull request #4775 from dgquintas/sync-async-plus-interfaces by Craig Tiller · 9 years ago
  87. fb01883 Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  88. 269c4b9 Testing scenarios for various performance characteristics by Vijay Pai · 9 years ago
  89. 6523391 sanity fixes by David Garcia Quintas · 9 years ago
  90. b4e51b5 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  91. 5a94623 copyrights by David Garcia Quintas · 9 years ago
  92. c6d5cd1 Merge branch 'master' into async_thread_stress_test by Vijay Pai · 9 years ago
  93. d991735 Merge pull request #4918 from vjpai/dynamic_sizing2 by Yang Gao · 9 years ago
  94. 1d5faae Merge branch 'master' into async_thread_stress_test by Vijay Pai · 9 years ago
  95. a0fef14 clang-format code by Craig Tiller · 9 years ago
  96. 16e4570 clang-format by Vijay Pai · 9 years ago
  97. 86eac34 Merge branch 'master' into async_thread_stress_test by vjpai · 9 years ago
  98. 324426b Merge github.com:grpc/grpc into fix-c++ by Craig Tiller · 9 years ago
  99. 1d71a0e Merge branch 'generic_qps' into dynamic_sizing2 by Vijay Pai · 9 years ago
  100. 36e7770 Merge branch 'master' into generic_qps by Vijay Pai · 9 years ago