1. 473267b Revert "Merge pull request #13970 from grpc/revert-13857-lb_policy_ref_simplification" by Mark D. Roth · 7 years ago
  2. 5343053 Merge pull request #13676 from markdroth/inlined_vector by Mark D. Roth · 7 years ago
  3. 1d91362 exec_ctx_fwd.h should never have been in public headers by Vijay Pai · 7 years ago
  4. c6406f3 Implement InlinedVector independently of absl. by Mark D. Roth · 7 years ago
  5. b3fa256 Revert "Simplify LB policy refcounting." by Yash Tibrewal · 7 years ago
  6. 0ea629c Merge pull request #13912 from ncteisen/nullptr by David G. Quintas · 7 years ago
  7. c0febd3 Simplify LB policy refcounting. by Mark D. Roth · 7 years ago
  8. fead087 Merge pull request #13805 from AspirinSJL/lb_bug by Juanli Shen · 7 years ago
  9. 4ed35d1 Unify the timer callback bools by Juanli Shen · 7 years ago
  10. 32d077e Merge pull request #13922 from y-zeng/openssl_1_1_0 by Yuchen Zeng · 7 years ago
  11. b5f7e27 Merge pull request #13933 from kpayson64/avoid_stall by kpayson64 · 7 years ago
  12. a3bfddd Fix bug with pollhup workaround by Ken Payson · 7 years ago
  13. 9870797 Merge pull request #13931 from apolcyn/merge_18x by apolcyn · 7 years ago
  14. e374b88 Add more control flow logging by Ken Payson · 7 years ago
  15. f407949 Manual merge conflict resolve: remove exec_ctx param from tcp_free by Alexander Polcyn · 7 years ago
  16. 77ad62e Fix a Python spinlock bug by Ken Payson · 7 years ago
  17. def31f9 Merge pull request #13900 from vjpai/odr by Vijay Pai · 7 years ago
  18. ce1be0c Merge remote-tracking branch 'upstream/v1.8.x' into merge_18x by Alexander Polcyn · 7 years ago
  19. c6ae9b5 Silence openssl 1.1.0 warnings by Yuchen Zeng · 7 years ago
  20. 6535cfd Set error status correctly on server side by Ken Payson · 7 years ago
  21. 91b56b8 Mark tcp errors as UNAVAILABLE in UV tcp code by murgatroid99 · 7 years ago
  22. 5219f3f Missing s/NULL/nullptr by ncteisen · 7 years ago
  23. ae3e857 Revert unneeded changes by Vijay Pai · 7 years ago
  24. 30bd91e Merge pull request #13879 from AspirinSJL/client_load_report_bug by Juanli Shen · 7 years ago
  25. 849bd73 Wrap duplicated-name definitions in anonymous namespace by Vijay Pai · 7 years ago
  26. 6dc1c50 Revert "Fix a Python spinlock bug" by Mehrdad Afshari · 7 years ago
  27. b78df7a Fix struct names by Vijay Pai · 7 years ago
  28. c71c6a7 Merge branch v1.8.x into master by Mehrdad Afshari · 7 years ago
  29. 98efefc Relax log-level when polling engines are undefined by Mehrdad Afshari · 7 years ago
  30. f2a0ae7 Restore checking initial request sent by Juanli Shen · 7 years ago
  31. 9aaa284 Merge pull request #13844 from danzh2010/startcb by Yang Gao · 7 years ago
  32. 1e522ef Separate client and server keepalive_permit_without_calls by Yuchen Zeng · 7 years ago
  33. 64f6d3c Merge branch 'master' into startcb by Dan Zhang · 7 years ago
  34. ffc0205 Merge pull request #13834 from dgquintas/debug_location_namespace by David G. Quintas · 7 years ago
  35. 0d18814 Add a start_cb to grpc_udp_listener to be called when listener is created. by Dan Zhang · 7 years ago
  36. 13a3e8c Add namespace to macro expansion by David Garcia Quintas · 7 years ago
  37. 1a2109a Merge pull request #13811 from ita9naiwa/master by Noah Eisen · 7 years ago
  38. e7515e4 Merge pull request #13831 from dgquintas/fix_wrong_slice_unref by David G. Quintas · 7 years ago
  39. 2ec7567 Merge pull request #13833 from ncteisen/comments by Noah Eisen · 7 years ago
  40. 958649e Merge pull request #13665 from kpayson64/poll_spin_bug by kpayson64 · 7 years ago
  41. 7734674 Add ownership semantic comments to error.h by ncteisen · 7 years ago
  42. c41bbd3 Fix wrong unreffing of slice by David Garcia Quintas · 7 years ago
  43. 2df509f Fix a Python spinlock bug by Ken Payson · 7 years ago
  44. e9b0fd0 Merge pull request #13494 from dgquintas/backoff_cpp by David G. Quintas · 7 years ago
  45. 4ef4c38 Create copy of "ac" data instead of stretching the locked section by David Garcia Quintas · 7 years ago
  46. 5f31f01 Fix use-after-free caused by unsync'd access in tcp_client_posix. by David Garcia Quintas · 7 years ago
  47. ffe6e03 Fix internal TSAN bug by Noah Eisen · 7 years ago
  48. 795e8eb Merge pull request #13798 from apolcyn/min_max_rpc_version_constants by apolcyn · 7 years ago
  49. 15a74d3 Define RPC protocol version constants by Alexander Polcyn · 7 years ago
  50. 837a479 minor typo : becuase -> because by ita9naiwa · 7 years ago
  51. 28839ce Merge pull request #13776 from ncteisen/executor-tsan by Noah Eisen · 7 years ago
  52. 2279cd4 Merge pull request #13771 from yang-g/delete by Yang Gao · 7 years ago
  53. 9c8ea03 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  54. c0b00c3 Fix executor tsan bug by ncteisen · 7 years ago
  55. 430f745 Fix tsan in bad_client tests by Noah Eisen · 7 years ago
  56. ef02bcf Mark tcp errors as UNAVAILABLE by yang-g · 7 years ago
  57. b8a28d2 Merge pull request #13754 from muxi/fix-stream-compression-gzip by Muxi Yan · 7 years ago
  58. 54d699d Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  59. 62d86e9 Fixed wrong conversion factor by David Garcia Quintas · 7 years ago
  60. 3cf3acc Fix inline/refcounted slice problem in gzip by Muxi Yan · 7 years ago
  61. dcb9493 Merge pull request #13450 from daniel-j-born/tcp_client by Mark D. Roth · 7 years ago
  62. b66c7d1 fix or slow down windows socket leak by Junsung Ko · 7 years ago
  63. de651a6 Merge pull request #13604 from yayaboring/master by Jan Tattermusch · 7 years ago
  64. 0ba96ed v1.8.0-pre2 is now v1.8.0 by Mehrdad Afshari · 7 years ago
  65. 66d1019 Merge pull request #13631 from sreecha/cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  66. bdf6391 Refactor POSIX TCP client connect. by Dan Born · 7 years ago
  67. 3c42425 Use the correct env var name by yang-g · 7 years ago
  68. ca398ee Merge branch 'master' into cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  69. 94e676e Merge pull request #13659 from grpc/revert-13658-revert-13058-execctx by Yash Tibrewal · 7 years ago
  70. 9e5dc24 Disallow delete on ExecCtx by Yash Tibrewal · 7 years ago
  71. caaf416 virtual destructor in exec_ctx, remove unneeded flush in grpc_shutdown and remove grpc_exec_ctx from .pxi files in python by Yash Tibrewal · 7 years ago
  72. d6c292f Merge master by Yash Tibrewal · 7 years ago
  73. 0b6bdbc Merge pull request #12488 from dgquintas/removed_expiration_interval by David G. Quintas · 7 years ago
  74. c01a91d Merge pull request #13647 from y-zeng/send_ping by Yuchen Zeng · 7 years ago
  75. 4ff97d2 Merge pull request #13670 from apolcyn/fix_backup_poller_race by apolcyn · 7 years ago
  76. a5e2da4 Do the Step() in the right place by David Garcia Quintas · 7 years ago
  77. f7a869f Unref global backup poller under its lock by Alexander Polcyn · 7 years ago
  78. 2303382 regenerated proto with lastest version of protobuf by David Garcia Quintas · 7 years ago
  79. d196658 Merge branch 'master' of github.com:grpc/grpc into removed_expiration_interval by David Garcia Quintas · 7 years ago
  80. 95e2359 Merge pull request #13661 from AspirinSJL/no_idle by Juanli Shen · 7 years ago
  81. 625a5c0 Fix pending pings in grpclb by Yuchen Zeng · 7 years ago
  82. 782676e Merge pull request #13655 from yang-g/ping by Yang Gao · 7 years ago
  83. da32060 Remove unreachable code in RR by Juanli Shen · 7 years ago
  84. 650595e Merge pull request #13644 from grpc/verbose-cronet-on-failed by Muxi Yan · 7 years ago
  85. 39820e6 Merge pull request #13654 from AspirinSJL/reresolve_tf by Juanli Shen · 7 years ago
  86. fa4126f moved max(..., min_deadline) to the right place in subchannel.cc by David Garcia Quintas · 7 years ago
  87. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  88. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  89. a3df36c Merge pull request #13058 from yashykt/execctx by Yash Tibrewal · 7 years ago
  90. 9dbb6e3 Merge pull request #13559 from dmaclach/threadnames by Vijay Pai · 7 years ago
  91. 73bb67d Merge master into execctx by Yash Tibrewal · 7 years ago
  92. d742f28 Bug fix, use the last_sent ping time for next send by yang-g · 7 years ago
  93. 570707b RR goes to TF if all subchannels are SD or TF by Juanli Shen · 7 years ago
  94. abe92cc Fix wrong changes to subchannel by David Garcia Quintas · 7 years ago
  95. bdea933 Undo change to spec and corresponding code by David Garcia Quintas · 7 years ago
  96. e6e6016 Change GPR_INFO to GPR_ERROR by Muxi Yan · 7 years ago
  97. dba6f84 Update basic_timers.cc by Vijay Pai · 7 years ago
  98. b02fde2 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  99. 8df0cc3 PR Comments by David Garcia Quintas · 7 years ago
  100. 770bf07 Regen projects and fix more uses of gpr_thd_new by Vijay Pai · 7 years ago