1. 4db3b74 Merge pull request #13697 from vjpai/nostdthread by Vijay Pai · 7 years ago
  2. 0043dea Merge pull request #13972 from ctiller/ownerz by Craig Tiller · 7 years ago
  3. 4855b22 Merge pull request #13957 from jtattermusch/connectivity_watcher_wo_exceptions by Jan Tattermusch · 7 years ago
  4. 5343053 Merge pull request #13676 from markdroth/inlined_vector by Mark D. Roth · 7 years ago
  5. f87d9b2 Merge pull request #13977 from vjpai/subsurface by Vijay Pai · 7 years ago
  6. 56d2bfc Merge pull request #13974 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  7. 1d91362 exec_ctx_fwd.h should never have been in public headers by Vijay Pai · 7 years ago
  8. 31ddbff Elide cygrpc.Timespec by Nathaniel Manista · 7 years ago
  9. c6406f3 Implement InlinedVector independently of absl. by Mark D. Roth · 7 years ago
  10. b4b0ac7 Resolve leak by freeing request payload if resources exhausted by Vijay Pai · 7 years ago
  11. c052f36 Substitute a11r for ctiller in all OWNERS files by Craig Tiller · 7 years ago
  12. b3fa256 Revert "Simplify LB policy refcounting." by Yash Tibrewal · 7 years ago
  13. 92e267e Add needed header by Vijay Pai · 7 years ago
  14. 0ea629c Merge pull request #13912 from ncteisen/nullptr by David G. Quintas · 7 years ago
  15. c0febd3 Simplify LB policy refcounting. by Mark D. Roth · 7 years ago
  16. 7b0bca2 do not throw and eat exceptions in C# connectivity watcher by Jan Tattermusch · 7 years ago
  17. fead087 Merge pull request #13805 from AspirinSJL/lb_bug by Juanli Shen · 7 years ago
  18. 4ed35d1 Unify the timer callback bools by Juanli Shen · 7 years ago
  19. 32d077e Merge pull request #13922 from y-zeng/openssl_1_1_0 by Yuchen Zeng · 7 years ago
  20. b5f7e27 Merge pull request #13933 from kpayson64/avoid_stall by kpayson64 · 7 years ago
  21. 5dd3226 Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism by Vijay Pai · 7 years ago
  22. ff38af7 Merge pull request #13927 from jtattermusch/csharp_sourcelink_prepare by Jan Tattermusch · 7 years ago
  23. a3bfddd Fix bug with pollhup workaround by Ken Payson · 7 years ago
  24. 9870797 Merge pull request #13931 from apolcyn/merge_18x by apolcyn · 7 years ago
  25. e374b88 Add more control flow logging by Ken Payson · 7 years ago
  26. f407949 Manual merge conflict resolve: remove exec_ctx param from tcp_free by Alexander Polcyn · 7 years ago
  27. 77ad62e Fix a Python spinlock bug by Ken Payson · 7 years ago
  28. def31f9 Merge pull request #13900 from vjpai/odr by Vijay Pai · 7 years ago
  29. ce1be0c Merge remote-tracking branch 'upstream/v1.8.x' into merge_18x by Alexander Polcyn · 7 years ago
  30. ebebb02 try embedding sources for a start by Jan Tattermusch · 7 years ago
  31. cb0486a prepare for SourceLink support by Jan Tattermusch · 7 years ago
  32. c6ae9b5 Silence openssl 1.1.0 warnings by Yuchen Zeng · 7 years ago
  33. 6535cfd Set error status correctly on server side by Ken Payson · 7 years ago
  34. 91b56b8 Mark tcp errors as UNAVAILABLE in UV tcp code by murgatroid99 · 7 years ago
  35. 5219f3f Missing s/NULL/nullptr by ncteisen · 7 years ago
  36. ae3e857 Revert unneeded changes by Vijay Pai · 7 years ago
  37. d9c69e1 Merge pull request #13865 from muxi/add-objc-compression by Muxi Yan · 7 years ago
  38. 30bd91e Merge pull request #13879 from AspirinSJL/client_load_report_bug by Juanli Shen · 7 years ago
  39. 5132bf3 Reconcile messages.proto; abort() when an invalid compression algorithm is set by Muxi Yan · 7 years ago
  40. 7542ba6 Merge pull request #13899 from mehrdada/upgrade-yapf-to-020 by Mehrdad Afshari · 7 years ago
  41. 849bd73 Wrap duplicated-name definitions in anonymous namespace by Vijay Pai · 7 years ago
  42. 87cd994 Upgrade yapf to 0.20.0 by Mehrdad Afshari · 7 years ago
  43. 6dc1c50 Revert "Fix a Python spinlock bug" by Mehrdad Afshari · 7 years ago
  44. b78df7a Fix struct names by Vijay Pai · 7 years ago
  45. e1d592a Merge pull request #13891 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  46. c71c6a7 Merge branch v1.8.x into master by Mehrdad Afshari · 7 years ago
  47. 7b9c023 Reform cygrpc.OperationTag and cygrpc.Event by Nathaniel Manista · 7 years ago
  48. 6c9a0a1 Bump version to 1.8.3 by Mehrdad Afshari · 7 years ago
  49. 98efefc Relax log-level when polling engines are undefined by Mehrdad Afshari · 7 years ago
  50. f2a0ae7 Restore checking initial request sent by Juanli Shen · 7 years ago
  51. d9ab30a Merge pull request #13871 from yang-g/gmock_search_path by Yang Gao · 7 years ago
  52. 9aaa284 Merge pull request #13844 from danzh2010/startcb by Yang Gao · 7 years ago
  53. eb64fad Provide a way to use custom search path for gmock.h by yang-g · 7 years ago
  54. e33d027 Merge pull request #13864 from y-zeng/keepalive_permit_without_calls by Yuchen Zeng · 7 years ago
  55. 3d44fc3 print output when the first test succeeded by Muxi Yan · 7 years ago
  56. 36abd15 Redirect stderr of xcodebuild by Muxi Yan · 7 years ago
  57. c47b3f5 Add interface to API to enable compression by Muxi Yan · 7 years ago
  58. 1e522ef Separate client and server keepalive_permit_without_calls by Yuchen Zeng · 7 years ago
  59. 32bd002 Merge pull request #13849 from muxi/retry-failed-objc-code-65 by Muxi Yan · 7 years ago
  60. 81edf5f Reform cygrpc.Operation by Nathaniel Manista · 7 years ago
  61. 271b042 Fix port picking logic in Python tests by Mehrdad Afshari · 7 years ago
  62. 9f2dd2d Retry test when xcodebuild exit with simulator error by Muxi Yan · 7 years ago
  63. 247a05e Merge pull request #13843 from kpayson64/fix_python_tests by kpayson64 · 7 years ago
  64. 64f6d3c Merge branch 'master' into startcb by Dan Zhang · 7 years ago
  65. ffc0205 Merge pull request #13834 from dgquintas/debug_location_namespace by David G. Quintas · 7 years ago
  66. 3bc8e42 Disable so_reuseport for Python tests by Ken Payson · 7 years ago
  67. 0d18814 Add a start_cb to grpc_udp_listener to be called when listener is created. by Dan Zhang · 7 years ago
  68. 13a3e8c Add namespace to macro expansion by David Garcia Quintas · 7 years ago
  69. 1a2109a Merge pull request #13811 from ita9naiwa/master by Noah Eisen · 7 years ago
  70. e7515e4 Merge pull request #13831 from dgquintas/fix_wrong_slice_unref by David G. Quintas · 7 years ago
  71. 2ec7567 Merge pull request #13833 from ncteisen/comments by Noah Eisen · 7 years ago
  72. 16e4bc0 Bump to 1.8.2 by Ken Payson · 7 years ago
  73. 958649e Merge pull request #13665 from kpayson64/poll_spin_bug by kpayson64 · 7 years ago
  74. 7734674 Add ownership semantic comments to error.h by ncteisen · 7 years ago
  75. c41bbd3 Fix wrong unreffing of slice by David Garcia Quintas · 7 years ago
  76. 2df509f Fix a Python spinlock bug by Ken Payson · 7 years ago
  77. e9b0fd0 Merge pull request #13494 from dgquintas/backoff_cpp by David G. Quintas · 7 years ago
  78. 4ef4c38 Create copy of "ac" data instead of stretching the locked section by David Garcia Quintas · 7 years ago
  79. 5f31f01 Fix use-after-free caused by unsync'd access in tcp_client_posix. by David Garcia Quintas · 7 years ago
  80. ffe6e03 Fix internal TSAN bug by Noah Eisen · 7 years ago
  81. 795e8eb Merge pull request #13798 from apolcyn/min_max_rpc_version_constants by apolcyn · 7 years ago
  82. 15a74d3 Define RPC protocol version constants by Alexander Polcyn · 7 years ago
  83. 8ecabd9 Merge pull request #13777 from frankyn/patch-1 by apolcyn · 7 years ago
  84. 837a479 minor typo : becuase -> because by ita9naiwa · 7 years ago
  85. 28839ce Merge pull request #13776 from ncteisen/executor-tsan by Noah Eisen · 7 years ago
  86. 2279cd4 Merge pull request #13771 from yang-g/delete by Yang Gao · 7 years ago
  87. 9c8ea03 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  88. 2ebb168 Merge pull request #13774 from apolcyn/disable_soreuseport_in_ruby_tests by apolcyn · 7 years ago
  89. 1074cb6 Merge pull request #13759 from murgatroid99/node_deletion_again by Michael Lumish · 7 years ago
  90. 0981f9f Bump version to 1.8.1 by Mehrdad Afshari · 7 years ago
  91. 5b6b591 Merge pull request #13789 from grpc/v1.8.x by Mehrdad Afshari · 7 years ago
  92. f5649c7 Merge pull request #13786 from kpayson64/fix_python_server_race by kpayson64 · 7 years ago
  93. 8179b95 Fixes race condition in Python server shutdown by Ken Payson · 7 years ago
  94. c0b00c3 Fix executor tsan bug by ncteisen · 7 years ago
  95. ba6ca24 Merge pull request #13773 from ncteisen/tsan by Noah Eisen · 7 years ago
  96. e1c4021 Reallow out-of-spec metadata by Nathaniel Manista · 7 years ago
  97. 235a2e7 [Ruby] Specify module init after cloning repo by Frank Natividad · 7 years ago
  98. f0b89e2 Merge pull request #13764 from kpayson64/fix_unused_param by kpayson64 · 7 years ago
  99. 430f745 Fix tsan in bad_client tests by Noah Eisen · 7 years ago
  100. b14f1ea Disable soreuseport in ruby unit tests by Alexander Polcyn · 7 years ago