1. 8d1a3ca use aquire release by ncteisen · 7 years ago
  2. f852c06 Fix TSAN attempt by ncteisen · 7 years ago
  3. 9e2be49 Only alloc if status <> ok by ncteisen · 7 years ago
  4. 14c60f1 Fix segfault by ncteisen · 7 years ago
  5. 3039b37 Fix bad merge by ncteisen · 7 years ago
  6. 0354c22 Save C++ for follow up PR by ncteisen · 7 years ago
  7. d21b96c Dup the memory by ncteisen · 7 years ago
  8. 8c1f338 Add comment by ncteisen · 7 years ago
  9. df817f3 Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-details by ncteisen · 7 years ago
  10. ff2edb3 Merge pull request #13402 from markdroth/pf_subchannel_ref_fix by Mark D. Roth · 7 years ago
  11. fdb1a2b Take a ref to the connected subchannel before unreffing it. by Mark D. Roth · 7 years ago
  12. 366e23b Merge pull request #13386 from jtattermusch/csharp_interop_matrix_v114 by Jan Tattermusch · 7 years ago
  13. 04107e2 Merge pull request #13395 from grpc/revert-13359-plugins by Vijay Pai · 7 years ago
  14. 070f0c4 Merge pull request #13139 from AspirinSJL/stress_test by Juanli Shen · 7 years ago
  15. 4fdb08a Revert "Restructure plugin builds to avoid building more than needed" by Vijay Pai · 7 years ago
  16. e5d2139 Add client channel stress test by Juanli Shen · 7 years ago
  17. 0d5e24d Merge pull request #13390 from vjpai/stats-proto by Vijay Pai · 7 years ago
  18. 8342e10 Merge pull request #13138 from iancoolidge/devel-getcpu by Vijay Pai · 7 years ago
  19. 1a4957f Merge pull request #13389 from vjpai/private_avalanche by Vijay Pai · 7 years ago
  20. 6b514e6 Remove unused import by Vijay Pai · 7 years ago
  21. 0c7e70d Merge pull request #13387 from grpc/import_fix by Juanli Shen · 7 years ago
  22. 71d5ec7 Merge pull request #13189 from apolcyn/pass_args_to_tsi by apolcyn · 7 years ago
  23. 2cb57e5 Avalanching operations on completion queue should be private, not API by Vijay Pai · 7 years ago
  24. 3a1989b Fix an internal build failure by Juanli Shen · 7 years ago
  25. 42fc8d4 Merge pull request #13359 from vjpai/plugins by Vijay Pai · 7 years ago
  26. b90cd3c fix interop_matrix C# tests for v1.1.4 by Jan Tattermusch · 7 years ago
  27. 3810749 Merge pull request #13339 from dgquintas/client_stats_fallback_kaput by David G. Quintas · 7 years ago
  28. 4ed0625 Merge pull request #13365 from jtattermusch/stats_test_boundary_skipping by Jan Tattermusch · 7 years ago
  29. b92229d Merge pull request #13366 from jtattermusch/csharp_interop_matrix_v125 by Jan Tattermusch · 7 years ago
  30. 2e8bef1 Merge pull request #13204 from apolcyn/fix_broken_ruby_20_for_master by apolcyn · 7 years ago
  31. f51b7e1 Fix missing copyright, fix merge conflict in updated BUILD by Alexander Polcyn · 7 years ago
  32. 16ba80c Merge remote-tracking branch 'upstream/master' into pass_args_to_tsi by Alexander Polcyn · 7 years ago
  33. 248c4f5 Merge remote-tracking branch 'upstream/master' into pass_args_to_tsi by Alexander Polcyn · 7 years ago
  34. 3f6b10a Use existing read buffer in security handshaker if present by Alexander Polcyn · 7 years ago
  35. b0bad8f Merge pull request #13349 from ctiller/lfe3 by Craig Tiller · 7 years ago
  36. a61abff Update sanity dockerfile by Craig Tiller · 7 years ago
  37. 7181a95 Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  38. e527724 Merge pull request #13372 from mehrdada/minor-reflection-typo-fix by Mehrdad Afshari · 7 years ago
  39. e31e200 Fix after merge by Craig Tiller · 7 years ago
  40. 15ff8f3 Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  41. d7a03c8 Correct HEALTH_PROTO to REFLECTION_PROTO by Mehrdad Afshari · 7 years ago
  42. 2ff9578 Merge branch 'master' into plugins by Vijay Pai · 7 years ago
  43. 6d472b3 Merge pull request #13344 from muxi/fix-timer-thread-spin by Sree Kuchibhotla · 7 years ago
  44. 608b73e modify interop_matrix commands for csharp v1.2.5 by Jan Tattermusch · 7 years ago
  45. 5b2c12e make stats_test skip values far from boundaries by Jan Tattermusch · 7 years ago
  46. 1037216 Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-details by ncteisen · 7 years ago
  47. 40737d6 Add error string to recv status API by ncteisen · 7 years ago
  48. 39662f6 Add comments by Muxi Yan · 7 years ago
  49. 54e8f37 Merge pull request #13358 from vjpai/config_noares by Vijay Pai · 7 years ago
  50. f8136e3 clang-format by Muxi Yan · 7 years ago
  51. 4cf5f3e Restructure plugin builds to avoid building more than needed by Vijay Pai · 7 years ago
  52. 6def710 Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  53. 6040975 In bazel builds, provide an option to select non-uses of c_ares by Vijay Pai · 7 years ago
  54. 8c12c51 sanity fixes by Craig Tiller · 7 years ago
  55. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  56. 5d7cb43 Merge pull request #13315 from yang-g/proto_utils by Yang Gao · 7 years ago
  57. 415739a Use atomic time pair for g_start_time by Muxi Yan · 7 years ago
  58. 9ee455c Merge pull request #11888 from ctiller/shardier by Craig Tiller · 7 years ago
  59. e87c17d Merge pull request #13341 from kpayson64/fix_loon by kpayson64 · 7 years ago
  60. 6d0ec6b Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  61. d2ff02d Actually turn on the test by Craig Tiller · 7 years ago
  62. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  63. fcfa440 Default to 1 cq per sync server by Ken Payson · 7 years ago
  64. c0ec3cc Merge pull request #13332 from dgquintas/grpclb_better_logging by David G. Quintas · 7 years ago
  65. 2076ca5 Merge pull request #13343 from dgquintas/pf_error_refs by David G. Quintas · 7 years ago
  66. 6712a75 Fix wrong assignment by David Garcia Quintas · 7 years ago
  67. 9fbd6c1 Merge pull request #13331 from dgquintas/grpclb_retry_timer by David G. Quintas · 7 years ago
  68. 67520b0 Merge pull request #13296 from adelez/remove_images by adelez · 7 years ago
  69. 0fa2c6b Moar cleanups! by David Garcia Quintas · 7 years ago
  70. b07d7a8 Removed call to grpc_subchannel_check_connectivity and loop in pf_conn cb by David Garcia Quintas · 7 years ago
  71. e77b3c3 Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  72. 4782d92 s/NULL/nullptr by Craig Tiller · 7 years ago
  73. 8f1e27f Merge pull request #13348 from jtattermusch/no_benchmarks_node by Jan Tattermusch · 7 years ago
  74. 9c34c78 Merge pull request #13346 from grpc/revert-13322-oauth_failure by Jan Tattermusch · 7 years ago
  75. 6859774 node benchmarks have been removed by Jan Tattermusch · 7 years ago
  76. 14b7d52 Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure" by Jan Tattermusch · 7 years ago
  77. a5ddf26 Merge pull request #13322 from jboeuf/oauth_failure by jboeuf · 7 years ago
  78. aa2ab1f Polish invalidation of by Muxi Yan · 7 years ago
  79. 830c14f Add realtime clock sync every 10s by Muxi Yan · 7 years ago
  80. 94eae04 PF: don't unref errors when about to loop in pf_conn cb by David Garcia Quintas · 7 years ago
  81. 76190cf Merge pull request #13294 from sreecha/cc-tsan-1 by Sree Kuchibhotla · 7 years ago
  82. 5960790 pr comments by David Garcia Quintas · 7 years ago
  83. 3f69cb3 Actually do what the pr comments suggested by David Garcia Quintas · 7 years ago
  84. ce1c7db Merge pull request #13039 from ctiller/tfix2 by Craig Tiller · 7 years ago
  85. 2b372e0 pr comments by David Garcia Quintas · 7 years ago
  86. 9c04438 Merge pull request #13308 from ejona86/getstate-connect by Eric Anderson · 7 years ago
  87. 064bdd5 Merge pull request #13281 from yang-g/log_envar by Yang Gao · 7 years ago
  88. b90cb3f pr comments by David Garcia Quintas · 7 years ago
  89. 3a128c0 Merge branch 'master' into cc-tsan-1 by Sree Kuchibhotla · 7 years ago
  90. 3a54b86 Merge pull request #13201 from wjackson/cancel-and-priority by Noah Eisen · 7 years ago
  91. a1c6590 grpclb: Improved logging by David Garcia Quintas · 7 years ago
  92. e782063 Merge pull request #13259 from sreecha/resource-quota-fix by Sree Kuchibhotla · 7 years ago
  93. a5c2d6b Don't expect LB call to be NULL inside LB call retry timer. by David Garcia Quintas · 7 years ago
  94. b90f0e6 relax for inlined bytes to avoid allocation by yang-g · 7 years ago
  95. c881859 handle 0 byte size message... by yang-g · 7 years ago
  96. 272eebb Only allocate what we need in the last slice for proto serialization by yang-g · 7 years ago
  97. 2da79b8 Merge pull request #13326 from vjpai/cpu_test by Vijay Pai · 7 years ago
  98. 4d4fab1 Merge pull request #13313 from murgatroid99/uv_assertion_fixes by Michael Lumish · 7 years ago
  99. a674634 Handle frame with priority flag for canceled stream by Whitney Jackson · 7 years ago
  100. c42e978 Reduce # of arithmetic ops to reduce time spent in this test. by Vijay Pai · 7 years ago