1. b98f045 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  2. 480f5d8 Add missing increments by Craig Tiller · 7 years ago
  3. d1fefe8 Merge pull request #12537 from grpc/ctiller-patch-1 by Craig Tiller · 7 years ago
  4. e6d2e8f Fix case on internal type names by Craig Tiller · 7 years ago
  5. e637734 Merge pull request #12465 from ctiller/tpcq by Craig Tiller · 7 years ago
  6. 22e89a8 Merge pull request #12499 from yashykt/ctocc3 by Yash Tibrewal · 7 years ago
  7. 556e8f2 Merge pull request #12525 from vjpai/fc_limits by Vijay Pai · 7 years ago
  8. f21e7ef Merge pull request #12463 from yashykt/max_concurrent_streams_fix by Yash Tibrewal · 7 years ago
  9. 558e4c3 Merge pull request #12492 from nathanielmanistaatgoogle/gitignore by Nathaniel Manista · 7 years ago
  10. f6da962 Merge pull request #12521 from ctiller/rtstat by Craig Tiller · 7 years ago
  11. 5566e4e Merge pull request #12509 from ctiller/stats_json by Craig Tiller · 7 years ago
  12. 538418d Merge pull request #12512 from apolcyn/fix_cares_mem_leak by apolcyn · 7 years ago
  13. cbe9383 Merge pull request #12520 from nicolasnoble/buildgen-bubble-break by Nicolas Noble · 7 years ago
  14. b2f490c Include limits.h since we're using INT_MAX (affects some compilers) by Vijay Pai · 7 years ago
  15. bdfa308 Merge github.com:grpc/grpc into stats_json by Craig Tiller · 7 years ago
  16. 3f0ef3e Merge branch 'stats_json' of github.com:ctiller/grpc into stats_json by Craig Tiller · 7 years ago
  17. 2be06b4 Make unmeasured CPU costs be 1, not 0 by Craig Tiller · 7 years ago
  18. a6ede3b Remove unnecessary comment by Yash Tibrewal · 7 years ago
  19. 6988dbb There is no need to remove fail_pending_writes from mark_stream_closed anymore by Yash Tibrewal · 7 years ago
  20. 49119a4 Fix for max_concurrent_streams issue - Call mark_stream_closed before sending trailing metadata by Yash Tibrewal · 7 years ago
  21. 6d4c993 Merge pull request #12487 from ctiller/stats_schema by Craig Tiller · 7 years ago
  22. d718803 Merge pull request #12491 from ctiller/ffs by Craig Tiller · 7 years ago
  23. 72b3673 The input files also need to follow the base argument... by Nicolas "Pixel" Noble · 7 years ago
  24. 97dab51 Renaming pops_tag enum by Yash Tibrewal · 7 years ago
  25. 090aca5 Using already type casted variables by Yash Tibrewal · 7 years ago
  26. 52778c4 Adding pointer conversions. Renaming a few variables and type names to avoid C++ compilation issues by Yash Tibrewal · 7 years ago
  27. 27147b8 Review feedback by Craig Tiller · 7 years ago
  28. 73a6170 Upload core stats to qps_test by Craig Tiller · 7 years ago
  29. a06e5fd Merge pull request #12516 from nicolasnoble/buildgen-bubble-break by Nicolas Noble · 7 years ago
  30. 02a76f1 Merge pull request #12460 from kpayson64/attempt_bug_fix by kpayson64 · 7 years ago
  31. b548038 Merge pull request #12507 from jtattermusch/better_testsuite_timeouts by Jan Tattermusch · 7 years ago
  32. 40c346c Adding --base to generate_projects.py by Nicolas "Pixel" Noble · 7 years ago
  33. 81ad19d Merge pull request #12513 from grpc/revert-12289-sig_hand by Nicolas Noble · 7 years ago
  34. 459098e Merge branch 'revert-12289-sig_hand' of github.com:grpc/grpc into stats_json by Craig Tiller · 7 years ago
  35. 5d61560 Review feedback by Craig Tiller · 7 years ago
  36. 0852acd Revert "Let alarms trigger at end of jobset.py instead of clearing them" by Craig Tiller · 7 years ago
  37. 9a009f7 Merge github.com:grpc/grpc into stats_json by Craig Tiller · 7 years ago
  38. ed63aac Merge pull request #12486 from ctiller/auto-schema by Craig Tiller · 7 years ago
  39. 3a24364 Fix a memory leak in cares wrapper by Alexander Polcyn · 7 years ago
  40. e0de23e Merge pull request #12289 from matt-kwong/sig_hand by Matt Kwong · 7 years ago
  41. f11a40d Upload core stats to qps_test by Craig Tiller · 7 years ago
  42. fb056f0 Merge pull request #12484 from nathanielmanistaatgoogle/more_cython_tests by Nathaniel Manista · 7 years ago
  43. 29828c5 differentiate run_tests suite runtime by Jan Tattermusch · 7 years ago
  44. ecbda80 Merge pull request #12469 from jtattermusch/cpp_distrib_cmake by Jan Tattermusch · 7 years ago
  45. af57a57 Merge pull request #12398 from ctiller/server_stats by Craig Tiller · 7 years ago
  46. b40b770 Merge pull request #12497 from yapkke/patch-1 by Nicolas Noble · 7 years ago
  47. a6721a0 Comment that IPv6 Any accepts both IPv4 and IPv6 connections. by K.K. Yap · 7 years ago
  48. 4138889 Ignore all Python 3 virtual environments by Nathaniel Manista · 7 years ago
  49. 20104ce Add a clamp to remove ubsan failure by Craig Tiller · 7 years ago
  50. 1b96418 Merge pull request #12297 from markdroth/moar_client_channel_cleanup by Mark D. Roth · 7 years ago
  51. 8e87c74 Fix compilation for C++ by Craig Tiller · 7 years ago
  52. 4b7fe94 Automatically generate BigQuery schema details for all counters by Craig Tiller · 7 years ago
  53. 54f3c2e Automatically fetch schema from BigQuery by Craig Tiller · 7 years ago
  54. e29d497 Merge pull request #12234 from matt-kwong/kokoro_perf by Matt Kwong · 7 years ago
  55. e72255f Merge branch 'master' into sig_hand by Matt Kwong · 7 years ago
  56. c75ae78 Add more Cython-layer tests by Nathaniel Manista · 7 years ago
  57. f97a483 Merge github.com:grpc/grpc into tpcq by Craig Tiller · 7 years ago
  58. 9f0c86a Merge pull request #12480 from vjpai/ownit by Vijay Pai · 7 years ago
  59. 4aac9a6 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  60. f73fe50 Merge github.com:grpc/grpc into server_stats by Craig Tiller · 7 years ago
  61. 55c4b31 Merge pull request #11758 from ctiller/write_completion by Craig Tiller · 7 years ago
  62. 0ebc3ad Temporarily take ownership of cpp generator to prevent changes by Vijay Pai · 7 years ago
  63. 4a7e059 Merge pull request #12467 from jtattermusch/kokoro_tune_job_timeouts by Jan Tattermusch · 7 years ago
  64. 9c87eda Merge pull request #12464 from yashykt/ctocc2 by Yash Tibrewal · 7 years ago
  65. b292960 More cleanup in client_channel code. by Mark D. Roth · 7 years ago
  66. 8e71287 Fix race conditions on backup poller creation by Craig Tiller · 7 years ago
  67. ae6fd66 fix zlib and openssl package mode by Jan Tattermusch · 7 years ago
  68. b2cf73e prevent submodule headers from influencing the build by Jan Tattermusch · 7 years ago
  69. f567ab0 fix public header path for installed grpc by Jan Tattermusch · 7 years ago
  70. 4caadb9 fix helloworld cmake build by Jan Tattermusch · 7 years ago
  71. 5a2a792 add cmake distribtest by Jan Tattermusch · 7 years ago
  72. ca7084b Merge pull request #12411 from jtattermusch/cmake_protoc_target_file by Jan Tattermusch · 7 years ago
  73. 83cf88c Merge branch 'write_completion' of github.com:ctiller/grpc into write_completion by Craig Tiller · 7 years ago
  74. ed26a49 Add annotation by Craig Tiller · 7 years ago
  75. 9d1d052 move cmake config files to /cmake by Jan Tattermusch · 7 years ago
  76. 210f2a5 use the right protoc executable regardless of protobuf provider by Jan Tattermusch · 7 years ago
  77. c7520d0 Merge pull request #12305 from jtattermusch/cares_bump_1_13 by Jan Tattermusch · 7 years ago
  78. c58f84c more reasonable kokoro jobs timeouts by Jan Tattermusch · 7 years ago
  79. 04e504f Merge pull request #12412 from jtattermusch/avoid_win_artifact_timeout by Jan Tattermusch · 7 years ago
  80. 16fc232 Merge branch 'master' into write_completion by Craig Tiller · 7 years ago
  81. 3a00f79 tentatively set embed_cares in mingw build as is done in mac/linux build by Alexander Polcyn · 7 years ago
  82. c45d672 remove unnecessary libssl-dev installation by Alexander Polcyn · 7 years ago
  83. d0033d9 disable some compiler warnings by Alexander Polcyn · 7 years ago
  84. 5fbc577 experiment by Alexander Polcyn · 7 years ago
  85. 6dcbc1b avoid __int64 for mingw portability by Alexander Polcyn · 7 years ago
  86. 74a4d5a update mingw gcc on docker file by Alexander Polcyn · 7 years ago
  87. dc57fbd disable c-ares in python on windows x64 and x86 by Jan Tattermusch · 7 years ago
  88. e8e9541 Update config_freebsd/ares_config.h to FreeBSD 11 ares 1.13 by Mehrdad Afshari · 7 years ago
  89. bb650ca reintroduce ares_build.h modification from #10719 by Jan Tattermusch · 7 years ago
  90. f0208ac ares using monotonic clock on darwin breaks the build by Jan Tattermusch · 7 years ago
  91. f1a3e0c add back manual edits to config_linux/ares_config.h by Jan Tattermusch · 7 years ago
  92. 1d93e22 fix macos build by Jan Tattermusch · 7 years ago
  93. ba2801f build using c-ares own cmake by Jan Tattermusch · 7 years ago
  94. 7a81686 regenerate darwin ares_config.h by Jan Tattermusch · 7 years ago
  95. 138eea8 cherrypick fixed version of ares_build.h by Jan Tattermusch · 7 years ago
  96. ade414a fix ares 1.13 build on linux by Jan Tattermusch · 7 years ago
  97. b0f180a bump c-ares submodule to 1.13 by Jan Tattermusch · 7 years ago
  98. 7cdd99c Adding more pointer type conversions by Yash Tibrewal · 7 years ago
  99. 2426163 Switch to three threads per cq for unconstrained benchmarks by Craig Tiller · 7 years ago
  100. cc86cb7 Merge pull request #12440 from yashykt/ctocc by Yash Tibrewal · 7 years ago