1. e5ba80b Merge pull request #11870 from vjpai/slice by Vijay Pai · 7 years ago
  2. 65d447f Merge pull request #11454 from markdroth/server_cq_ok_semantics by Mark D. Roth · 7 years ago
  3. 0f95fa4 Add idiomatic C++ API for grpc::Slice construction that doesn't by Vijay Pai · 7 years ago
  4. 4ff3805 Merge pull request #11813 from kpayson64/restore_target by kpayson64 · 7 years ago
  5. 0086d02 Merge pull request #11189 from muxi/stream_compression by Muxi Yan · 7 years ago
  6. d996379 Reset OWNERS state by Craig Tiller · 7 years ago
  7. fd82a6c Merge pull request #11145 from vjpai/inproc3 by Vijay Pai · 7 years ago
  8. 29d4723 Merge pull request #10827 from jboeuf/max_token_lifetime_cpp by jboeuf · 7 years ago
  9. 8dc4f10 Disbable a specific check on async_end2end_test and revisit later if that expectation was really required by the API by Vijay Pai · 7 years ago
  10. 3d7d5f4 Create inproc transport, add relevant tests, exclude irrelevant tests by Vijay Pai · 7 years ago
  11. ac51c2a Merge pull request #11825 from sreecha/asan_failure by Sree Kuchibhotla · 7 years ago
  12. 0c9ce72 Merge pull request #11761 from dgquintas/lb_update_connector_fix by David G. Quintas · 7 years ago
  13. 24a4b31 Merge pull request #11726 from dgquintas/fix_grpclb_test_deadlocks by David G. Quintas · 7 years ago
  14. a69878a fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threads by Sree Kuchibhotla · 7 years ago
  15. 0696611 Do not return calls on server when request proto fails to deserialize. by Mark D. Roth · 7 years ago
  16. da8eca5 Better handling of token lifetime. by Julien Boeuf · 7 years ago
  17. 51d0ff0 Fix deadlocks in grpclb_end2end_test by David Garcia Quintas · 7 years ago
  18. f47c063 Restore interop_client_main by Ken Payson · 7 years ago
  19. 41690d1 Detach ownership of core/c++ by Craig Tiller · 7 years ago
  20. 9a4ed68 Improved testing by David Garcia Quintas · 7 years ago
  21. 5e47758 Make @vjpai an owner of qps_test by Craig Tiller · 7 years ago
  22. abcdfc9 Merge pull request #11803 from ctiller/spin-init by Craig Tiller · 7 years ago
  23. 5a5062b Merge pull request #11808 from murgatroid99/owners_murgatroid99 by Michael Lumish · 7 years ago
  24. b598460 Add myself as owner of files in several directories by murgatroid99 · 7 years ago
  25. 68ce256 Sanitizing repo. by Nicolas "Pixel" Noble · 7 years ago
  26. 9877189 Merge pull request #11310 from nicolasnoble/import by Nicolas Noble · 7 years ago
  27. fdf04d2 Merge pull request #11797 from yang-g/init_benchmark_to_test by Yang Gao · 7 years ago
  28. e251fba clang-format by Craig Tiller · 7 years ago
  29. 61f21d9 Fixing merge failures on test/cpp/interop. by Nicolas "Pixel" Noble · 7 years ago
  30. fdcb774 Regenerate projects and fixes by yang-g · 7 years ago
  31. a7e5a0b Add a test of repeatedly calling grpc_init then grpc_shutdown by Craig Tiller · 7 years ago
  32. e4985cb Add test tree owners for C/C++ by Craig Tiller · 7 years ago
  33. b575a34 Replace InitBenchmark with InitTest. Remove qps_test.cc by yang-g · 7 years ago
  34. 37691e7 Merge pull request #11317 from ctiller/cq-drop by Craig Tiller · 7 years ago
  35. ca0b808 Merge pull request #11409 from annasapek/asynch-tsi-fake-handshaker by Mark D. Roth · 7 years ago
  36. 4318df0 Update tsi_fake_handshaker to implement the asynchronous TSI by Anna Sapek · 7 years ago
  37. eede875 Disable health check service in async end2end tests as it is causing flakes in mac by Sree Kuchibhotla · 7 years ago
  38. 7e4c1dd Add fuzzer repro by Noah Eisen · 7 years ago
  39. 8e32b4d Merge pull request #11719 from markdroth/large_metadata_bad_client_test_fix by Mark D. Roth · 7 years ago
  40. 5dd2489 Do multiple reads if needed to read full server response. by Mark D. Roth · 7 years ago
  41. 5e36994 Merge pull request #11572 from vjpai/internalize by Vijay Pai · 7 years ago
  42. a4710a0 Revert "Remove lockfree-stack implementation that is no longer used" by Ken Payson · 7 years ago
  43. 6636b50 Fix codegen_test_full by David Garcia Quintas · 7 years ago
  44. c0baec6 Internalize structs and methods meant for being exposed through codegen by Vijay Pai · 7 years ago
  45. dfe4027 Fix windows test failure by Muxi Yan · 7 years ago
  46. fbd06f7 Comments and fixes by Muxi Yan · 7 years ago
  47. 05f6d7e Merge pull request #11696 from dgquintas/rr_concurrent_updates_fix by David G. Quintas · 7 years ago
  48. 4e014a2 Merge pull request #11639 from murgatroid99/master_1.4.1_upmerge by Michael Lumish · 7 years ago
  49. 4b2def3 Fix RR concurrent updates by David Garcia Quintas · 7 years ago
  50. 1d85332 Merge pull request #11532 from ctiller/optimize_for by Craig Tiller · 7 years ago
  51. e09581d Merge pull request #11557 from ncteisen/writelast-bugfix by Noah Eisen · 7 years ago
  52. 882ba60 Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge by murgatroid99 · 7 years ago
  53. 873ee82 Add channel args to qps server by Craig Tiller · 7 years ago
  54. 3f223e3 Move gtest include after proto include by David Garcia Quintas · 7 years ago
  55. 36bb8a0 s/hanging/pending/g by ncteisen · 7 years ago
  56. 4f85558 clang-format by Muxi Yan · 7 years ago
  57. 43f2b55 Add repro and fix to bidi case by ncteisen · 7 years ago
  58. be7b82b Add repro for coalescing bug by ncteisen · 7 years ago
  59. 9bee308 Make stream responses togglable via context by ncteisen · 7 years ago
  60. 163d8d6 Sanity fix by Muxi Yan · 7 years ago
  61. e87a7e1 Move stream_compression to src/core/lib/compression by Muxi Yan · 7 years ago
  62. c1f837c Make stream compression module by Muxi Yan · 7 years ago
  63. be7f2a4 Merge pull request #11602 from muxi/add_cancel_after_round_trip_test by Muxi Yan · 7 years ago
  64. 39a7327 Merge github.com:grpc/grpc into cq-drop by Craig Tiller · 7 years ago
  65. 96e51c8 Merge pull request #11648 from markdroth/c++_filter_fixes by Mark D. Roth · 7 years ago
  66. 2faddbd Fix filter_end2end_test. by Mark D. Roth · 7 years ago
  67. b922334 Merge pull request #11539 from dgquintas/alarm_non_copyable by David G. Quintas · 7 years ago
  68. 9864662 Merge pull request #11604 from dgquintas/fix_rr_state_master by David G. Quintas · 7 years ago
  69. cc4ef59 Improvements to C++ filter API: by Mark D. Roth · 7 years ago
  70. b8e6e2f Fix test failures by Muxi Yan · 7 years ago
  71. ab1ff6b Split move test by David Garcia Quintas · 7 years ago
  72. d46239a Correct copyright year by Muxi Yan · 7 years ago
  73. dae8854 Merge pull request #11610 from ncteisen/v1.4.x-perf-bot-patch by Noah Eisen · 7 years ago
  74. 0c8cb1d Resolve asan failure by Muxi Yan · 7 years ago
  75. 52e68e9 Merge pull request #11591 from dgquintas/rr_state_fix_1.4 by David G. Quintas · 7 years ago
  76. 131d2f1 Few more bm trickle fixes by ncteisen · 7 years ago
  77. 81db061 Clang fmt and copyright sanity by ncteisen · 7 years ago
  78. 8f9e012 Add json out flag to qps driver by ncteisen · 7 years ago
  79. 0911b16 Fix bm_diff by ncteisen · 7 years ago
  80. 3d99597 s/inline/__inline/. Visual studio incompatiblity. by Makarand Dharmapurikar · 7 years ago
  81. bf52761 Merge pull request #11577 from markdroth/compression_filter_fix by Mark D. Roth · 7 years ago
  82. 5d80dc4 Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  83. 05e1574 added test for RR connectivity state upon subchannels shutdown by David Garcia Quintas · 7 years ago
  84. 64ea30f Fix RR policy connectivity state upon subchannels shutdown by David Garcia Quintas · 7 years ago
  85. d19c112 Add test by Muxi Yan · 7 years ago
  86. 32e41b4 Fix bad_ping by Yuchen Zeng · 7 years ago
  87. 5dc7741 Fix Windows compiler problem. by Mark D. Roth · 7 years ago
  88. 2024353 Merge pull request #11499 from markdroth/trailers_only by Mark D. Roth · 7 years ago
  89. bd3b93b Add support for Trailers-Only responses. by Mark D. Roth · 7 years ago
  90. 7cd1425 Fix handling of send_message before send_initial_metadata in compress filter. by Mark D. Roth · 7 years ago
  91. de7dec7 Merge pull request #11542 from yang-g/grpc_cli by Yang Gao · 7 years ago
  92. 892afc2 Merge pull request #10833 from ncteisen/tracing-overhaul by Noah Eisen · 7 years ago
  93. 1def5a1 Fix max_message_length by Yuchen Zeng · 7 years ago
  94. e48949f Make grpc::Alarm non-copyable by David Garcia Quintas · 7 years ago
  95. cf8c67c Merge pull request #11545 from y-zeng/max_message_length by Yuchen Zeng · 7 years ago
  96. 24ce2b7 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  97. 32e1678 Still create channel if remotedb is false. Just do not use it in the file parsing by yang-g · 7 years ago
  98. 2768866 Fix max_message_length by Yuchen Zeng · 7 years ago
  99. 3d04e02 Remove lockfree-stack implementation that is no longer used by Vijay Pai · 7 years ago
  100. 8399f92 Merge pull request #11516 from murgatroid99/upmerge_1.4.x by Michael Lumish · 7 years ago