1. 1169015 Clang format by murgatroid99 · 8 years ago
  2. f0f787d Fix Ruby compilation problems on MinGW by murgatroid99 · 8 years ago
  3. 94298fb Merge pull request #8923 from kpayson64/php_unit_test_cleanup by kpayson64 · 8 years ago
  4. d0c27df Merge pull request #8707 from kpayson64/upstream_changes by kpayson64 · 8 years ago
  5. 02d2807 Fixes 2 issues: by Ken Payson · 8 years ago
  6. 3045a37 Add configurable exit grace periods and shutdown handlers by Ken Payson · 8 years ago
  7. d17c7c9 Merge pull request #8884 from jtattermusch/csharp_cleanup_nuspec by Jan Tattermusch · 8 years ago
  8. b1c4e61 Merge pull request #8849 from pmarks-net/master by Paul Marks · 8 years ago
  9. 9832b9b Merge pull request #8902 from muxi/fix-cocoapods-fail by Muxi Yan · 8 years ago
  10. a91298c Update post_install condition and comments by Muxi Yan · 8 years ago
  11. 71cf7b3 Merge pull request #8908 from dgquintas/grpclb_test_deflake by David G. Quintas · 8 years ago
  12. 65832fb Merge pull request #8880 from dgquintas/json_localhost_carnage by David G. Quintas · 8 years ago
  13. 6facd26 Merge pull request #8903 from ctiller/tcp_shutdown by Craig Tiller · 8 years ago
  14. 2a5af02 Merge pull request #8912 from ctiller/fixit17 by Craig Tiller · 8 years ago
  15. 9fbb338 Review feedback by Craig Tiller · 8 years ago
  16. 296984b Break infinite connection retry loop by Craig Tiller · 8 years ago
  17. 9f57edc Merge pull request #8907 from jtattermusch/internal_ci_take2 by Jan Tattermusch · 8 years ago
  18. 3c5a868 PR comments #2 by David Garcia Quintas · 8 years ago
  19. 523a4aa PR comments by David Garcia Quintas · 8 years ago
  20. e068361 clang-format by Craig Tiller · 8 years ago
  21. f6fe888 Merge branch 'tcp_shutdown' of github.com:ctiller/grpc into tcp_shutdown by Craig Tiller · 8 years ago
  22. d112ed9 Further safety fixes for TCP on Windows by Craig Tiller · 8 years ago
  23. 033c51e Deflake grpclb test by David Garcia Quintas · 8 years ago
  24. 4024e89 basic config for internal CI by Jan Tattermusch · 8 years ago
  25. a4945df get rid of the obsolete C# package builder by Jan Tattermusch · 8 years ago
  26. 69299c7 generate reflection package as well by Jan Tattermusch · 8 years ago
  27. d890b25 generate package build script from a template by Jan Tattermusch · 8 years ago
  28. 90e46ff Merge pull request #8857 from jtattermusch/csharp_reflection by Jan Tattermusch · 8 years ago
  29. a0a3c41 Merge branch 'master' of github.com:grpc/grpc into json_localhost_carnage by David Garcia Quintas · 8 years ago
  30. d6936b6 PR comments by David Garcia Quintas · 8 years ago
  31. fdc17aa clang-format by Craig Tiller · 8 years ago
  32. cbafdd1 Fix races on tcp server shutdown on Windows by Craig Tiller · 8 years ago
  33. bb4e501 Merge github.com:grpc/grpc into tcp_shutdown by Craig Tiller · 8 years ago
  34. 47564de Capture name change of CocoaPods generated target by Muxi Yan · 8 years ago
  35. 63f84be Merge pull request #8901 from grpc/revert-8838-test_credentials by Yang Gao · 8 years ago
  36. 3b45b8d Revert "Test credentials provider update" by Craig Tiller · 8 years ago
  37. 3b04e7e Merge pull request #8894 from ctiller/fixit14 by Craig Tiller · 8 years ago
  38. fbc598a Merge pull request #8838 from yang-g/test_credentials by Yang Gao · 8 years ago
  39. 9178ba2 Merge pull request #8867 from ctiller/fixit6 by Craig Tiller · 8 years ago
  40. 30f4b81 Merge pull request #8876 from ctiller/iomgr_shutdown by Craig Tiller · 8 years ago
  41. eadbe86 Merge pull request #8890 from ctiller/fixit12 by Craig Tiller · 8 years ago
  42. b123643 remove one more publicSign by Jan Tattermusch · 8 years ago
  43. c0c0dbc Fix TSAN race on adding a reclaimer by Craig Tiller · 8 years ago
  44. 0d8c9cf Merge pull request #8868 from markdroth/fixit_qps by Mark D. Roth · 8 years ago
  45. 54c607d Merge pull request #8892 from ctiller/fixit13 by Craig Tiller · 8 years ago
  46. 9f07b4f Increase timeout for now: seems this can take longer under some configurations by Craig Tiller · 8 years ago
  47. b37e5ce Merge pull request #8878 from ctiller/fixit9 by Craig Tiller · 8 years ago
  48. 9564cf9 Take into account all the configs by Craig Tiller · 8 years ago
  49. d04c822 Unique-ify uds address between concurrent bm_fullstack runs by Craig Tiller · 8 years ago
  50. 08d2d97 Merge pull request #8888 from ctiller/fixit10 by Craig Tiller · 8 years ago
  51. e89e54f clang-format code by Craig Tiller · 8 years ago
  52. c56d3eb Improve logging. by Mark D. Roth · 8 years ago
  53. 091057a fix proto import paths for C# where possible by Jan Tattermusch · 8 years ago
  54. 0201776 add C# server reflection by Jan Tattermusch · 8 years ago
  55. f9ed9d9 Merge pull request #8875 from dgquintas/fixit_race_httpclient by David G. Quintas · 8 years ago
  56. a05909f Added pid logging to subprocess by David Garcia Quintas · 8 years ago
  57. 6deadf5 Propagate termination signals to subprocesses by David Garcia Quintas · 8 years ago
  58. c991e80 Limit outstanding rpc count for synchronous {client,server} tsan tests by Craig Tiller · 8 years ago
  59. 1af41af Merge pull request #8877 from dgquintas/bm_fullstack_dtor by David G. Quintas · 8 years ago
  60. d449003 Shutdown grpc for fullstack benchmark by David Garcia Quintas · 8 years ago
  61. 83b6e8e Run clang-format on udp_server.c by Paul Marks · 8 years ago
  62. b1ef2d4 Merge pull request #8874 from dgquintas/fixit_increase_tsan_1byte_timeout by David G. Quintas · 8 years ago
  63. 34e6ce6 Merge pull request #8872 from ctiller/fixit7 by Craig Tiller · 8 years ago
  64. da81d1a Flush platform stuff after timer events by Craig Tiller · 8 years ago
  65. ca75ca6 Merge pull request #8873 from muxi/fix-test-config by Muxi Yan · 8 years ago
  66. a540848 Fixed http_client race by David Garcia Quintas · 8 years ago
  67. cf6eaa7 Add <string.h> to test_config.c by Muxi Yan · 8 years ago
  68. 3535869 Increase deadline for 1byte fixture by David Garcia Quintas · 8 years ago
  69. ab34b12 Make a better educated guess about CPU costs of a benchmark by Craig Tiller · 8 years ago
  70. f739c05 Make a better educated guess about CPU costs of a benchmark by Craig Tiller · 8 years ago
  71. 389c595 Merge pull request #8869 from ncteisen/mac_buildfix by Noah Eisen · 8 years ago
  72. 3770ac9 Run tools/buildgen/generate_projects.sh by ncteisen · 8 years ago
  73. 86cda50 Update build.yaml to fix MacOS build by ncteisen · 8 years ago
  74. d960c8b Merge pull request #8850 from ncteisen/gitignore_change by Noah Eisen · 8 years ago
  75. 37d5f9b Add debug logging for process termination state. by Mark D. Roth · 8 years ago
  76. 491d975 Fix subprocess code to avoid redundant calls to waitpid(). by Mark D. Roth · 8 years ago
  77. c02cee8 Merge pull request #8866 from ctiller/fixit5 by Craig Tiller · 8 years ago
  78. 38bfa15 Merge pull request #8865 from ctiller/fixit3 by Craig Tiller · 8 years ago
  79. 6d74225 Reduce pre-generated key count by Craig Tiller · 8 years ago
  80. 797bc83 Fix comment by Craig Tiller · 8 years ago
  81. a45a5e4 Rephrase comment by Craig Tiller · 8 years ago
  82. 96583a3 Remove file dependency to simplify build graph by Craig Tiller · 8 years ago
  83. 25dba29 Move test block, refine conditions by Craig Tiller · 8 years ago
  84. cb13465 Merge pull request #8863 from ctiller/fixit2 by Craig Tiller · 8 years ago
  85. f2876ea Up timeouts for poll-cv polling strategy, seems to make things more stable by Craig Tiller · 8 years ago
  86. ea7136b Merge pull request #8864 from ctiller/fixit4 by Craig Tiller · 8 years ago
  87. 1fa9ddb Fix clang-format by Craig Tiller · 8 years ago
  88. 87ce813 Merge pull request #8862 from ctiller/fixit1 by Craig Tiller · 8 years ago
  89. 8a4539e Up retry count to try and counter flakiness by Craig Tiller · 8 years ago
  90. b4b8e1e Fix mac build by Craig Tiller · 8 years ago
  91. 4c8172e Merge pull request #8852 from dgquintas/portposix_clangformat by David G. Quintas · 8 years ago
  92. 8fe2a42 clang-format by David Garcia Quintas · 8 years ago
  93. 5ac82e2 Merge pull request #8846 from ncteisen/go_advanced_interop by Noah Eisen · 8 years ago
  94. 3439520 Untracked generated node_modules directory by ncteisen · 8 years ago
  95. cb09e70 Fix a memory leak in grpc_udp_server_add_port() by Paul Marks · 8 years ago
  96. f2764bf Merge branch 'master' of https://github.com/grpc/grpc into go_advanced_interop by Noah Eisen · 8 years ago
  97. 6ff81e9 Merge pull request #8825 from jtattermusch/manual_upmerge_101 by Jan Tattermusch · 8 years ago
  98. 09ba2d6 fix formatting by Jan Tattermusch · 8 years ago
  99. b056804 Merge pull request #8835 from pmarks-net/master by Paul Marks · 8 years ago
  100. 4bbbb73 Merge pull request #8847 from yang-g/clang-format by David G. Quintas · 8 years ago