1. 9805833 Add flag to compile gpr with compatibility for musl by murgatroid99 · 7 years ago
  2. 5ef2087 Merge pull request #10669 from stanley-cheung/php-add-ares-deps by Stanley Cheung · 7 years ago
  3. 023e39d Merge pull request #10670 from apolcyn/fix_ruby_require_before_fork by apolcyn · 7 years ago
  4. b7e733b Merge pull request #10652 from murgatroid99/electron_updates by Michael Lumish · 7 years ago
  5. deeed7f don't hold the gil while waiting for bg thread to start by Alexander Polcyn · 7 years ago
  6. d1143ab tweak class init test to reveal bug in misordered startup by Alexander Polcyn · 7 years ago
  7. c7fcebe fix bug in which gc of channel sleeps on cv before bg thread signaling has started by Alexander Polcyn · 7 years ago
  8. 4736e01 add native grpc class init tests to check that presence of grpc_init calls by Alexander Polcyn · 7 years ago
  9. 792c7e3 add new test where client forks after require grpc, to test that lib startup by Alexander Polcyn · 7 years ago
  10. 2a9b5d7 defer grpc_init and background threads until first grpc object init by Alexander Polcyn · 7 years ago
  11. 5ec52ae PHP: add ares as deps by Stanley Cheung · 7 years ago
  12. bb75f3e Merge pull request #10641 from ctiller/truebin by Craig Tiller · 7 years ago
  13. f25f505 Build for more versions of electron, restrict when a Windows warning is shown by murgatroid99 · 7 years ago
  14. 32acefc Merge pull request #10648 from dgquintas/v1.3.x-version-bump by David G. Quintas · 7 years ago
  15. d9986c3 1.3.x branch cut by David Garcia Quintas · 7 years ago
  16. bdb1021 Merge pull request #10617 from murgatroid99/upmerge_1.2.4 by David G. Quintas · 7 years ago
  17. e98cf24 Merge pull request #10475 from markdroth/closure_debug_schedule_check by Mark D. Roth · 7 years ago
  18. 023c982 Merge pull request #10612 from markdroth/max_message_size_status_code by Mark D. Roth · 7 years ago
  19. 6814d07 In all cases when writing, respect what the peer has asked for (not what the peer has acknowledged we asked for) by Craig Tiller · 7 years ago
  20. 2d89ac4 Merge pull request #10633 from jboeuf/gpr_free_never_fails_on_null_input by jboeuf · 7 years ago
  21. d6547f4 Be more explicit about the contract for free_fn in the gpr_allocation_functions doc. by Julien Boeuf · 7 years ago
  22. 110dae8 Merge pull request #10625 from matt-kwong/fix-cpp-kokoro by Matt Kwong · 7 years ago
  23. a41fd5b Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_1.2.4 by murgatroid99 · 7 years ago
  24. 17a93b3 Fix test. by Mark D. Roth · 7 years ago
  25. 4d0ee2a Merge pull request #10605 from ctiller/ubsan by Craig Tiller · 7 years ago
  26. b78e80c Merge pull request #10514 from jtattermusch/fix_1mb_scenarios by Jan Tattermusch · 7 years ago
  27. 8cf15aa Fix typo in Kokoro scripts by Matt Kwong · 7 years ago
  28. 1838a8f Merge pull request #10616 from apolcyn/fix_csharp_test_docker_build by apolcyn · 7 years ago
  29. 8b2a7e2 Merge pull request #10595 from matt-kwong/add-individual-sanitizers by Matt Kwong · 7 years ago
  30. 7f2a15a Merge pull request #10586 from yang-g/error_details2 by Yang Gao · 7 years ago
  31. 7e1e1e3 Merge pull request #10619 from grpc/revert-9626-lazy-deframe by Craig Tiller · 7 years ago
  32. c71e6a6 Revert "Implement lazy deframe" by Craig Tiller · 7 years ago
  33. e48dd23 Merge pull request #10606 from murgatroid99/version_bump_1.2.4 by Michael Lumish · 7 years ago
  34. 1b76bda Merge pull request #10593 from matt-kwong/update-create-worker-scripts by Matt Kwong · 7 years ago
  35. 023a51a Merge pull request #10473 from ctiller/truebin by Craig Tiller · 7 years ago
  36. 66db5a7 remove src/csharp/global.json by Alexander Polcyn · 7 years ago
  37. d338dd3 Merge pull request #10598 from jtattermusch/manual_upmerge_v12x by David G. Quintas · 7 years ago
  38. f452cc5 Merge pull request #9626 from muxi/lazy-deframe by Muxi Yan · 7 years ago
  39. 2a86d3f Update status codes doc. by Mark D. Roth · 7 years ago
  40. 9ee816e Fix message_size_filter to use RESOURCE_EXHAUSTED status code. by Mark D. Roth · 7 years ago
  41. becd3a4 Merge pull request #10566 from muxi/fix-trailer-only by Muxi Yan · 7 years ago
  42. c44895f Merge pull request #10540 from muxi/restore-cronet-tests by Muxi Yan · 7 years ago
  43. 5a0cf32 Merge pull request #10604 from ctiller/bmdifffix by Craig Tiller · 7 years ago
  44. 70a2a4b Bump version to 1.2.4 by murgatroid99 · 7 years ago
  45. 66d40c6 Fix BUILD dependency, copyright and cmake by yang-g · 7 years ago
  46. 02f6763 Merge pull request #10303 from murgatroid99/makefile_soname_fix by Michael Lumish · 7 years ago
  47. 4ae95e6 Merge pull request #10563 from murgatroid99/node_server_shutdown by Michael Lumish · 7 years ago
  48. 7fea751 ubsan fixes by Craig Tiller · 7 years ago
  49. 9f99c30 Handle 0-length by Craig Tiller · 7 years ago
  50. ca3b32f Handle div0 by Craig Tiller · 7 years ago
  51. d835aa3 Cleanup output: omit unnecessary columns by Craig Tiller · 7 years ago
  52. dc3806c Fix a noise creating bug in bm_json (for bm_diff) by Craig Tiller · 7 years ago
  53. 12d716c add nl by Craig Tiller · 7 years ago
  54. 08aea10 document by Craig Tiller · 7 years ago
  55. 8be866e fix test by Craig Tiller · 7 years ago
  56. f072165 Merge github.com:grpc/grpc into truebin by Craig Tiller · 7 years ago
  57. 43713e6 Merge remote-tracking branch 'upstream/v1.2.x' into HEAD by Jan Tattermusch · 7 years ago
  58. 95909bb Add individual sanitizer suites to Kokoro by Matt Kwong · 7 years ago
  59. ca70b1c Merge pull request #10579 from murgatroid99/max_message_size_arg_checking by Michael Lumish · 7 years ago
  60. f200f25 Merge pull request #10564 from apolcyn/deflake_ruby_test by apolcyn · 7 years ago
  61. 017a335 Only delete core-level server if shutdown was successful by murgatroid99 · 7 years ago
  62. c3f4945 Merge pull request #10587 from dgquintas/fix_credentials_test by David G. Quintas · 7 years ago
  63. a03d204 Update credentials test after #9328 by David Garcia Quintas · 7 years ago
  64. eceec8e Add helper function to supply and parse error_details from Status. by yang-g · 7 years ago
  65. 654c367 Update VM creation scripts to update Linux kernel by Matt Kwong · 7 years ago
  66. 3e1f562 clang-format by Muxi Yan · 7 years ago
  67. 803392e Node server: add NULL check to tryShutdown by murgatroid99 · 7 years ago
  68. 380c3a7 Merge pull request #10562 from matt-kwong/pin-bazel-version-2 by Matt Kwong · 7 years ago
  69. c22d62f Move ForceShutdown completion handling to new OnComplete method by murgatroid99 · 7 years ago
  70. 1abba9d Fix lower bound on max message size channel arguments by murgatroid99 · 7 years ago
  71. 5cb8402 Merge pull request #10568 from y-zeng/fix_sanity by Yuchen Zeng · 7 years ago
  72. f883021 Merge pull request #10556 from murgatroid99/node_windows_warning_fix by Michael Lumish · 7 years ago
  73. 9b02001 get rid of racey sleep 5 and use a cv to wait forever by Alexander Polcyn · 7 years ago
  74. 82d8b28 generate_project by Muxi Yan · 7 years ago
  75. 8ae7f77 Merge remote-tracking branch 'upstream/master' into fix-trailer-only by Muxi Yan · 7 years ago
  76. e3683ca Merge pull request #9328 from trimbo/metadata_dns by jboeuf · 7 years ago
  77. 6b99d80 Merge pull request #10501 from ctiller/epex2 by Craig Tiller · 7 years ago
  78. 108a109 Google Compute Metadata hostname fix by Chris Trimble · 8 years ago
  79. 50858f5 generate_project by Muxi Yan · 7 years ago
  80. 81addac Merge remote-tracking branch 'upstream/master' into lazy-deframe by Muxi Yan · 7 years ago
  81. a002b24 clang-format by Muxi Yan · 7 years ago
  82. 498e2b3 Merge pull request #10480 from jtattermusch/csharp_new_projects by Jan Tattermusch · 7 years ago
  83. 830cfd4 Merge pull request #10542 from jtattermusch/intptr_avoid_boxing by Jan Tattermusch · 7 years ago
  84. 78cb931 address review comments by Jan Tattermusch · 7 years ago
  85. 02e26c9 Merge pull request #10521 from y-zeng/fix_max_idle by Yuchen Zeng · 7 years ago
  86. 6465776 Generate projects by Yuchen Zeng · 7 years ago
  87. 62f91a4 Update comments on variables thread safety by Muxi Yan · 7 years ago
  88. 3ce4d9c7 Remove unused variable by Muxi Yan · 7 years ago
  89. 9396914 Work with error refs by Muxi Yan · 7 years ago
  90. 2c01070 Work with error refs by Muxi Yan · 7 years ago
  91. 20f0d5b Merge pull request #10551 from matt-kwong/fix-csharp-docker by Matt Kwong · 7 years ago
  92. 9da7b95 int -> bool by Muxi Yan · 7 years ago
  93. 6cc2a99 Remove redundant assignment by Muxi Yan · 7 years ago
  94. 02646c3 int -> bool by Muxi Yan · 7 years ago
  95. afdad3e clean up unused code by Muxi Yan · 7 years ago
  96. c248f5b int -> bool by Muxi Yan · 7 years ago
  97. e899e32 Move deframe_unprocessed_incoming_frames to frame_data.c by Muxi Yan · 7 years ago
  98. 48cba2a Send content-type on trailer-only responses by Muxi Yan · 7 years ago
  99. d6dd46a fix flakey race in ruby tests by Alexander Polcyn · 7 years ago
  100. 42cfaa9 Add native tag completion callbacks, dispose of server after tryShutdown succeeds by murgatroid99 · 7 years ago