1. 627e2a5 Remove another from Node extension by murgatroid99 · 7 years ago
  2. f94f64f Remove non-libuv code from Node extension by murgatroid99 · 7 years ago
  3. 88826aa Merge pull request #10757 from jtattermusch/csharp_prevent_reuseport_v13x by Jan Tattermusch · 7 years ago
  4. 7432d74 Merge pull request #10737 from murgatroid99/node_artifact_alpine_compatibility by Michael Lumish · 7 years ago
  5. 7c7865b eliminate crosstalk between C# tests by Jan Tattermusch · 7 years ago
  6. fa729ed expose grpc.so_reuseport in C# by Jan Tattermusch · 7 years ago
  7. 9805833 Add flag to compile gpr with compatibility for musl by murgatroid99 · 7 years ago
  8. 76c8400 Node benchmarks: allow arbitrary message size, add CPU usage stats by murgatroid99 · 7 years ago
  9. deeed7f don't hold the gil while waiting for bg thread to start by Alexander Polcyn · 7 years ago
  10. d1143ab tweak class init test to reveal bug in misordered startup by Alexander Polcyn · 7 years ago
  11. c7fcebe fix bug in which gc of channel sleeps on cv before bg thread signaling has started by Alexander Polcyn · 7 years ago
  12. 4736e01 add native grpc class init tests to check that presence of grpc_init calls by Alexander Polcyn · 7 years ago
  13. 792c7e3 add new test where client forks after require grpc, to test that lib startup by Alexander Polcyn · 7 years ago
  14. 2a9b5d7 defer grpc_init and background threads until first grpc object init by Alexander Polcyn · 7 years ago
  15. bb75f3e Merge pull request #10641 from ctiller/truebin by Craig Tiller · 7 years ago
  16. d9986c3 1.3.x branch cut by David Garcia Quintas · 7 years ago
  17. bdb1021 Merge pull request #10617 from murgatroid99/upmerge_1.2.4 by David G. Quintas · 7 years ago
  18. e98cf24 Merge pull request #10475 from markdroth/closure_debug_schedule_check by Mark D. Roth · 7 years ago
  19. 023c982 Merge pull request #10612 from markdroth/max_message_size_status_code by Mark D. Roth · 7 years ago
  20. 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
  21. a41fd5b Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_1.2.4 by murgatroid99 · 7 years ago
  22. 4d0ee2a Merge pull request #10605 from ctiller/ubsan by Craig Tiller · 7 years ago
  23. 1838a8f Merge pull request #10616 from apolcyn/fix_csharp_test_docker_build by apolcyn · 7 years ago
  24. 7f2a15a Merge pull request #10586 from yang-g/error_details2 by Yang Gao · 7 years ago
  25. c71e6a6 Revert "Implement lazy deframe" by Craig Tiller · 7 years ago
  26. 023a51a Merge pull request #10473 from ctiller/truebin by Craig Tiller · 7 years ago
  27. 66db5a7 remove src/csharp/global.json by Alexander Polcyn · 7 years ago
  28. d338dd3 Merge pull request #10598 from jtattermusch/manual_upmerge_v12x by David G. Quintas · 7 years ago
  29. f452cc5 Merge pull request #9626 from muxi/lazy-deframe by Muxi Yan · 7 years ago
  30. 9ee816e Fix message_size_filter to use RESOURCE_EXHAUSTED status code. by Mark D. Roth · 7 years ago
  31. becd3a4 Merge pull request #10566 from muxi/fix-trailer-only by Muxi Yan · 7 years ago
  32. c44895f Merge pull request #10540 from muxi/restore-cronet-tests by Muxi Yan · 7 years ago
  33. 70a2a4b Bump version to 1.2.4 by murgatroid99 · 7 years ago
  34. 4ae95e6 Merge pull request #10563 from murgatroid99/node_server_shutdown by Michael Lumish · 7 years ago
  35. 7fea751 ubsan fixes by Craig Tiller · 7 years ago
  36. 9f99c30 Handle 0-length by Craig Tiller · 7 years ago
  37. ca3b32f Handle div0 by Craig Tiller · 7 years ago
  38. 12d716c add nl by Craig Tiller · 7 years ago
  39. f072165 Merge github.com:grpc/grpc into truebin by Craig Tiller · 7 years ago
  40. 43713e6 Merge remote-tracking branch 'upstream/v1.2.x' into HEAD by Jan Tattermusch · 7 years ago
  41. f200f25 Merge pull request #10564 from apolcyn/deflake_ruby_test by apolcyn · 7 years ago
  42. 017a335 Only delete core-level server if shutdown was successful by murgatroid99 · 7 years ago
  43. eceec8e Add helper function to supply and parse error_details from Status. by yang-g · 7 years ago
  44. 3e1f562 clang-format by Muxi Yan · 7 years ago
  45. 803392e Node server: add NULL check to tryShutdown by murgatroid99 · 7 years ago
  46. c22d62f Move ForceShutdown completion handling to new OnComplete method by murgatroid99 · 7 years ago
  47. 1abba9d Fix lower bound on max message size channel arguments by murgatroid99 · 7 years ago
  48. 9b02001 get rid of racey sleep 5 and use a cv to wait forever by Alexander Polcyn · 7 years ago
  49. 8ae7f77 Merge remote-tracking branch 'upstream/master' into fix-trailer-only by Muxi Yan · 7 years ago
  50. e3683ca Merge pull request #9328 from trimbo/metadata_dns by jboeuf · 7 years ago
  51. 6b99d80 Merge pull request #10501 from ctiller/epex2 by Craig Tiller · 7 years ago
  52. 108a109 Google Compute Metadata hostname fix by Chris Trimble · 7 years ago
  53. 81addac Merge remote-tracking branch 'upstream/master' into lazy-deframe by Muxi Yan · 7 years ago
  54. a002b24 clang-format by Muxi Yan · 7 years ago
  55. 498e2b3 Merge pull request #10480 from jtattermusch/csharp_new_projects by Jan Tattermusch · 7 years ago
  56. 830cfd4 Merge pull request #10542 from jtattermusch/intptr_avoid_boxing by Jan Tattermusch · 7 years ago
  57. 02e26c9 Merge pull request #10521 from y-zeng/fix_max_idle by Yuchen Zeng · 7 years ago
  58. 62f91a4 Update comments on variables thread safety by Muxi Yan · 7 years ago
  59. 3ce4d9c7 Remove unused variable by Muxi Yan · 7 years ago
  60. 9396914 Work with error refs by Muxi Yan · 7 years ago
  61. 2c01070 Work with error refs by Muxi Yan · 7 years ago
  62. 9da7b95 int -> bool by Muxi Yan · 7 years ago
  63. 6cc2a99 Remove redundant assignment by Muxi Yan · 7 years ago
  64. 02646c3 int -> bool by Muxi Yan · 7 years ago
  65. afdad3e clean up unused code by Muxi Yan · 7 years ago
  66. c248f5b int -> bool by Muxi Yan · 7 years ago
  67. e899e32 Move deframe_unprocessed_incoming_frames to frame_data.c by Muxi Yan · 7 years ago
  68. 48cba2a Send content-type on trailer-only responses by Muxi Yan · 7 years ago
  69. d6dd46a fix flakey race in ruby tests by Alexander Polcyn · 7 years ago
  70. 42cfaa9 Add native tag completion callbacks, dispose of server after tryShutdown succeeds by murgatroid99 · 7 years ago
  71. 79962f3 Refactor tag completion handling into one function by murgatroid99 · 7 years ago
  72. 115b4fa Merge pull request #10407 from kpayson64/alpine_linux_support by kpayson64 · 7 years ago
  73. 2dfc3af Merge pull request #10537 from jboeuf/ssl_factory_cleanup by jboeuf · 7 years ago
  74. fcfa5a3 Merge pull request #10518 from murgatroid99/node_express_benchmark_fix by Michael Lumish · 7 years ago
  75. 6e86397 Merge pull request #10524 from yang-g/error_details by Yang Gao · 7 years ago
  76. 7f0d198 avoid boxing of IntPtr by Jan Tattermusch · 7 years ago
  77. 300be7e Fix the cronet_transport error by Muxi Yan · 7 years ago
  78. da2f0cf Restore Cronet test accidentally removed by Muxi Yan · 7 years ago
  79. c702a7a clang-format by Muxi Yan · 7 years ago
  80. 47b49ce Merge pull request #10509 from apolcyn/json_driver_rpc_logger by apolcyn · 7 years ago
  81. 935d02e Cleanup of tsi ssl handshaker factories. by Julien Boeuf · 7 years ago
  82. 2018a40 create a grpc client qps test logging reporter by Alexander Polcyn · 7 years ago
  83. d587d33 Merge pull request #10515 from jtattermusch/backport_global_json by Jan Tattermusch · 7 years ago
  84. f4c8add support C++ error_details by yang-g · 7 years ago
  85. 185d413 Fix the max idle timer by Yuchen Zeng · 7 years ago
  86. 848073f Clean up unused variables and funcs by Muxi Yan · 7 years ago
  87. 7cfa1bf Bump version to 1.2.3 by murgatroid99 · 7 years ago
  88. 06ea7d3 Merge pull request #10508 from murgatroid99/node_offline_hang by Michael Lumish · 7 years ago
  89. a78582b Ignore a couple of errors in the Node express benchmark by murgatroid99 · 7 years ago
  90. 3a0b847 Merge remote-tracking branch 'upstream/master' into lazy-deframe by Muxi Yan · 7 years ago
  91. 01499e0 Revert "Fix a bug in slice_buffer:maybe_embiggen" by Muxi Yan · 7 years ago
  92. dd550c7 Merge pull request #10211 from muxi/fix-maybe-embiggen by Muxi Yan · 7 years ago
  93. d7a610b clang-format and unban by Muxi Yan · 7 years ago
  94. 55a61e4 Merge pull request #10492 from ncteisen/error-overflow by Noah Eisen · 7 years ago
  95. 3f5b8aa remove global.json by Jan Tattermusch · 7 years ago
  96. 6ed454e make C# docker image in sync with GCE performance workers by Jan Tattermusch · 7 years ago
  97. d3a5635 Add global.json file to pick dotnet core SDK version by Jan Tattermusch · 7 years ago
  98. e27f061 Unban by Muxi Yan · 7 years ago
  99. 3ddc5da update docs by Jan Tattermusch · 7 years ago
  100. b58d946 fix package downgrade warning in dotnet restore by Jan Tattermusch · 7 years ago