1. 9134639 Warn on non-virtual destructor if class has virtual functions by Vijay Pai · 6 years ago
  2. 3ee2919 Merge pull request #16646 from vjpai/callback_codegen_client_unary by Vijay Pai · 6 years ago
  3. 0730865 Merge pull request #16629 from hcaseyal/fix_hpack_microbenchmarks by hcaseyal · 6 years ago
  4. da1b75b Add a virtual destructor to the new class with virtual methods by Vijay Pai · 6 years ago
  5. 4c6e7ce Destroy metadata buffer at end of benchmark loop by Hope Casey-Allen · 6 years ago
  6. d44feec Reassign arena pointer instead of stomping on memory by Hope Casey-Allen · 6 years ago
  7. 5bb69e0 Merge pull request #16488 from hcaseyal/hpack_static_table by hcaseyal · 6 years ago
  8. 9e6511a Make the core callback interface API so that it can be used in generated code by Vijay Pai · 6 years ago
  9. 4b721fb Destroy arena at end of benchmark to not leak memory by Hope Casey-Allen · 6 years ago
  10. 29d9489 Increase initial arena size to be more representative of real workload scenario and increase frequency of recreating the arena to avoid oom by Hope Casey-Allen · 6 years ago
  11. 91727bd Move arena create outside of benchmark, format, and typo fix by Hope Casey-Allen · 6 years ago
  12. 974d66f Fix tag variable by Juanli Shen · 6 years ago
  13. 830e5ad Merge branch 'master' into callback_codegen_client_unary by Vijay Pai · 6 years ago
  14. 4cc1cd7 Add needed include by Hope Casey-Allen · 6 years ago
  15. 327c514 Some reorganizing to respond to code review comments by Hope Casey-Allen · 6 years ago
  16. f6e7b77 Merge pull request #16655 from vjpai/callback_tidy by Vijay Pai · 6 years ago
  17. a0578f0 Merge pull request #16651 from AspirinSJL/improve_force_creation by Juanli Shen · 6 years ago
  18. 46429a2 Merge pull request #16624 from vjpai/callback_alarms by Vijay Pai · 6 years ago
  19. deb3126 Fix clang-tidy concerns by Vijay Pai · 6 years ago
  20. dd10cbc Change force_creation from atm to bool by Juanli Shen · 6 years ago
  21. 845bc9a Add more test cases by Vijay Pai · 6 years ago
  22. 47ae48e Fix conflict by Vijay Pai · 6 years ago
  23. a1e87be Merge branch 'master' into callback_codegen_client_unary by Vijay Pai · 6 years ago
  24. 42a0ed4 Add a test by Vijay Pai · 6 years ago
  25. 0e5b2a7 Merge pull request #16638 from vjpai/callback_exceptions by Vijay Pai · 6 years ago
  26. c5afb25 fix golden file by Vijay Pai · 6 years ago
  27. c33ec79 Only output stats if they were collected by Noah Eisen · 6 years ago
  28. 73d89a6 Catch exceptions in user callbacks by Vijay Pai · 6 years ago
  29. 709e1aa C# distrib test flake workaround by Jan Tattermusch · 6 years ago
  30. 967bbcd Fixing benchmark name and adding a new one by Hope Casey-Allen · 6 years ago
  31. db01bf7 Add callback-based alarms by Vijay Pai · 6 years ago
  32. 8bce2a6 Merge pull request #16299 from Capstan/cli-client-cert by Yang Gao · 6 years ago
  33. d0bbb86 avoid collisions with ephemeral ports on foundry by Jan Tattermusch · 6 years ago
  34. 5b27941 Even cleaner implementation that does not modify the grpc_mdelem struct. by Hope Casey-Allen · 6 years ago
  35. 20345b2 Merge pull request #16611 from adelez/long_conn by adelez · 6 years ago
  36. 165417e Change the test name to long_lived_channel by Adele Zhou · 6 years ago
  37. 094dc68 Added long_connection test. by Adele Zhou · 6 years ago
  38. 3bc10c0 Merge pull request #16492 from vjpai/client_callback by Vijay Pai · 6 years ago
  39. b13097d Merge pull request #16420 from apolcyn/localhost_windows_hack by apolcyn · 6 years ago
  40. 964d679 Resolve ip literals and Windows localhost manually when using c-ares by Alexander Polcyn · 6 years ago
  41. 71aa602 Merge pull request #16360 from ncteisen/channelz-cpp-server by Noah Eisen · 6 years ago
  42. 916a686 Revert "Use grpc_slice_unref_internal" by Nathan Herring · 6 years ago
  43. 2d8c682 Revert "Missing #include" by Nathan Herring · 6 years ago
  44. fbe594b Much cleaner approach that should address code review comments as well by Hope Casey-Allen · 6 years ago
  45. 42d9bec Revert "Second attempt: Implement Watch method in health check service." by Mark D. Roth · 6 years ago
  46. 6ef3b0d Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp-server by ncteisen · 6 years ago
  47. 722bc69 Merge branch 'master' of https://github.com/grpc/grpc into channelz-server by ncteisen · 6 years ago
  48. ef1a390 Merge branch 'master' of https://github.com/grpc/grpc into channelz-server by ncteisen · 6 years ago
  49. ccf6aca Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp by ncteisen · 6 years ago
  50. 2edfddb Merge pull request #16055 from ncteisen/channelz-subchannels by Noah Eisen · 6 years ago
  51. 0cf90ae Merge branch 'master' into cli-client-cert by Nathan Herring · 6 years ago
  52. 179b4e8 Merge pull request #16297 from Capstan/cli-call-creds by Yang Gao · 6 years ago
  53. 58f6912 Merge pull request #16517 from sreecha/fix-addrlen by Sree Kuchibhotla · 6 years ago
  54. 8cf33aa Fix asan bug by Sree Kuchibhotla · 6 years ago
  55. 97cbec1 WIP. Setting md_index to 0 on grpc_linked_mdelem creation by Hope Casey-Allen · 6 years ago
  56. 4835376 Merge branch 'channelz-subchannels' into channelz-cpp by ncteisen · 6 years ago
  57. 5946ae5 Merge branch 'channelz-subchannels' into channelz-server by ncteisen · 6 years ago
  58. 2f76fd4 Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels by ncteisen · 6 years ago
  59. 4205b97 reviewer feedback by ncteisen · 6 years ago
  60. fe1f7f5 reviewer feedback by ncteisen · 6 years ago
  61. be8844b reviewer feedback by ncteisen · 6 years ago
  62. a8247c8 Merge pull request #16574 from markdroth/health_checking_service by Mark D. Roth · 6 years ago
  63. 4181c8c Zero out linked_mdelem when created in test by Hope Casey-Allen · 6 years ago
  64. b7bbc35 naming bugfix by Bill Feng · 6 years ago
  65. 33d87e3 Fix internal_data to be the same size as the new grpc_linked_mdelem by Hope Casey-Allen · 6 years ago
  66. 3fb62ae exclude less tests from qps by Bill Feng · 6 years ago
  67. 0d98e9d Merge pull request #16562 from yashykt/statusgrpc by Yash Tibrewal · 6 years ago
  68. 6d2c8f8 Revert "Merge pull request #16512 from grpc/revert-16351-health_checking_service" by Mark D. Roth · 6 years ago
  69. 23afefe Merge pull request #16536 from jiangtaoli2016/system_root by Jiangtao Li · 6 years ago
  70. 3a41245 Rectify the condition and add a test by Yash Tibrewal · 6 years ago
  71. dd95194 Prefer grpc status over http status by Yash Tibrewal · 6 years ago
  72. e361d0f Turn loading system root certificate as default by jiangtaoli2016 · 6 years ago
  73. a1f5c09 Merge pull request #16489 from jtattermusch/bazel_port_picker by Jan Tattermusch · 6 years ago
  74. 4b859a6 Merge branch 'cronetfix' into status by Yash Tibrewal · 6 years ago
  75. 9968024 Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulation by Noah Eisen · 6 years ago
  76. 577c2e4 threadsafe port picker for remote bazel by Jan Tattermusch · 6 years ago
  77. ccddc1b Initialize bool by Vijay Pai · 6 years ago
  78. 8bf5253 Provide a generic client-side unary callback API by Vijay Pai · 6 years ago
  79. c4a5323 fixed a bug in json_run_localhost scenario generation by Bill Feng · 6 years ago
  80. 4230aa4 Merge pull request #16509 from AspirinSJL/add_docstring by Juanli Shen · 6 years ago
  81. 9d143dd Fix internal format issue by Juanli Shen · 6 years ago
  82. 50419a0 fix format specifier for size_t and and a typo in test by Sree Kuchibhotla · 6 years ago
  83. c163baa Merge branch 'master' into fix-addrlen by Sree Kuchibhotla · 6 years ago
  84. 0a7363f Add a test to parse invalid addresses by Sree Kuchibhotla · 6 years ago
  85. 2a546ae Merge pull request #16496 from hcaseyal/enable_timer_test_on_windows by hcaseyal · 6 years ago
  86. 14a8581 Revert "Implement Watch method in health check service." by Juanli Shen · 6 years ago
  87. f8a4aae Fix all instances of bugprone-undefined-memory-manipulation by ncteisen · 6 years ago
  88. 40ec97d Enable timer test on windows by Hope Casey-Allen · 6 years ago
  89. 9e735f4 fix port picker for remote bazel by Jan Tattermusch · 6 years ago
  90. ceecf80 Merge pull request #16402 from billfeng327/feature/qps-bazel-test by Bill Feng · 6 years ago
  91. f1931ef Merge branch 'channelz-cpp' into channelz-cpp-server by ncteisen · 6 years ago
  92. 72ac3d0 Merge branch 'channelz-server' into channelz-cpp-server by ncteisen · 6 years ago
  93. e165579 Subchannel support to C++ by ncteisen · 6 years ago
  94. 6076b1d Merge branch 'channelz-subchannels' into channelz-server by ncteisen · 6 years ago
  95. 4b5b019 Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels by ncteisen · 6 years ago
  96. 9184272 fixed indentation by Bill Feng · 6 years ago
  97. 4d985ef Merge pull request #16351 from markdroth/health_checking_service by Mark D. Roth · 6 years ago
  98. 25d570c flipped logic to enable pollers by Bill Feng · 6 years ago
  99. 99ce3e1 Implement Watch method in health check service. by Mark D. Roth · 6 years ago
  100. 0d73deb Merge branch 'master' into errqueueredefine by Yash Tibrewal · 6 years ago