1. 1c9ef7c Merge pull request #12663 from sreecha/debug-timers by Sree Kuchibhotla · 7 years ago
  2. ede8ed2 Merge pull request #12374 from markdroth/plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  3. 73144f9 Merge pull request #12759 from kpayson64/no_more_xp by kpayson64 · 7 years ago
  4. 6456e49 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  5. 30f1d0f Specify min windows version as Vista for Python by Ken Payson · 7 years ago
  6. 55a807a Fix race condition in composite credentials. by Mark D. Roth · 7 years ago
  7. c1af97d Merge pull request #12739 from markdroth/proxy_mapper_uds_fix by Nicolas Noble · 7 years ago
  8. fe40815 Readd grpclb fallback by Juanli Shen · 7 years ago
  9. 1c34d1d Fix C++ goto problem. by Mark D. Roth · 7 years ago
  10. cb799c5 Fix http_proxy proxy mapper to not set proxy_name when returning false. by Mark D. Roth · 7 years ago
  11. 1a8bb82 Add tracer for plugin credentials. by Mark D. Roth · 7 years ago
  12. 708163a Merge pull request #12719 from grpc/revert-12580-execp by Yash Tibrewal · 7 years ago
  13. 2477cf3 Revert "General executor speedups, introspection" by Craig Tiller · 7 years ago
  14. a4792f5 Defer restarting LB call until after timer cancellation. by Mark D. Roth · 7 years ago
  15. 2de36a8 Remove unnecessary code to defer client load report until after initial request. by Mark D. Roth · 7 years ago
  16. 9247ad5 Fix dumb timer cancellation bug (reversed conditional). by Mark D. Roth · 7 years ago
  17. b4c01f9 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  18. f7d8860 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-eos by Muxi Yan · 7 years ago
  19. 31c66c5 Merge pull request #12399 from muxi/fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  20. 806c9c8 Merge pull request #12631 from y-zeng/dns_fix by Yuchen Zeng · 7 years ago
  21. 87973ea Merge pull request #12573 from grpc/revert-12572-revert-12214-cereal_eye_sir by Vijay Pai · 7 years ago
  22. d5ded55 delete obsolete code by Sree Kuchibhotla · 7 years ago
  23. 2bc9c8b Review feedback by Sree Kuchibhotla · 7 years ago
  24. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 7 years ago
  25. 3b65936 Fix format by Yuchen Zeng · 7 years ago
  26. fb21821 Correct uncompressed string count by Craig Tiller · 7 years ago
  27. 7862097 Add HPACK stats by Craig Tiller · 7 years ago
  28. 96d23c3 Timer hash table for debug builds by Sree Kuchibhotla · 7 years ago
  29. c2261f2 more debug by Sree Kuchibhotla · 7 years ago
  30. a27764e Merge branch 'master' into debug-timers by Sree Kuchibhotla · 7 years ago
  31. b56cf2d Protect fdn->fd by Yuchen Zeng · 7 years ago
  32. 85629d0 Add missing exec_ctx parameter to pollset_uv.c by Yash Tibrewal · 7 years ago
  33. 81e476e Merge pull request #12624 from yashykt/ctocc6 by Yash Tibrewal · 7 years ago
  34. 79c12b9 Drain readable fd by Yuchen Zeng · 7 years ago
  35. 7fcdd7a Really spell out code generation by Craig Tiller · 7 years ago
  36. 5e5b73c Merge github.com:grpc/grpc into execp by Craig Tiller · 7 years ago
  37. a262f8f Merge pull request #12370 from ctiller/pollset_kick_stats by Craig Tiller · 7 years ago
  38. 6712c7d Merging master into yashykt:ctocc6 by Yash Tibrewal · 7 years ago
  39. 3f583b7 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  40. 0aedb81 Merge pull request #11587 from y-zeng/pure_ping by Yuchen Zeng · 7 years ago
  41. 1ed11b7 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  42. 7801f34 Merge pull request #12601 from dgquintas/lb_on_response_received_locked_leaaaaaaaaaaaaak by David G. Quintas · 7 years ago
  43. 81b4195 Merge pull request #12600 from sreecha/closure-debug by Sree Kuchibhotla · 7 years ago
  44. 06576d5 Merge pull request #12359 from justinburke/tsi_factory_locking by Justin Burke · 7 years ago
  45. ab65dc2 Merge pull request #12494 from ncteisen/stream-list-tracers by Noah Eisen · 7 years ago
  46. 06312bd Minor formatting, commenting and clang format for C to C++ conversion by Yash Tibrewal · 7 years ago
  47. e203067 initializing checker_mu in timer_list to be safe by Yash Tibrewal · 7 years ago
  48. 341c7e7 Timer generic correction by Yash Tibrewal · 7 years ago
  49. 067611f static metadata and clang format by Yash Tibrewal · 7 years ago
  50. 533d118 Removing designated initializers, implicit string literal to char * by Yash Tibrewal · 7 years ago
  51. a63a4f9 Merge pull request #12564 from sreecha/exp-cq-fix by Sree Kuchibhotla · 7 years ago
  52. d7eda61 Add more options in grpc_chttp2_config_default_keepalive_args by Yuchen Zeng · 7 years ago
  53. 18ea66f Update writing.c with the trailers-only response change by Yuchen Zeng · 7 years ago
  54. 1ecbebc Set the ping behavior as described in the proposal by Yuchen Zeng · 7 years ago
  55. ad32075 Set last_ping_sent_time to inf_past after receiving data by Yuchen Zeng · 7 years ago
  56. 6a8c0ac Fix ping policy by Yuchen Zeng · 7 years ago
  57. 998bd2c Fix leak in grpclb's lb_on_response_received_locked by David Garcia Quintas · 7 years ago
  58. d4477c1 Merge branch 'master' into closure-debug by Sree Kuchibhotla · 7 years ago
  59. 9667e8a clang format by Sree Kuchibhotla · 7 years ago
  60. 31ad68a fix a bad typo by Sree Kuchibhotla · 7 years ago
  61. 0dbfde6 Restore no_barrier operations to some places where it is safe by Sree Kuchibhotla · 7 years ago
  62. 9d37978 Merge branch 'master' into exp-cq-fix by Sree Kuchibhotla · 7 years ago
  63. 966bf49 Add to closure_list_sched as well by Sree Kuchibhotla · 7 years ago
  64. adbcec4 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  65. 0252252 Update env var documentation by ncteisen · 7 years ago
  66. 571fa0c Add stream state tracer by ncteisen · 7 years ago
  67. 9eb8672 Removing deprecated string to char * conversions by Yash Tibrewal · 7 years ago
  68. 49d75e3 Address some review comments by Sree Kuchibhotla · 7 years ago
  69. 4942458 Merge branch 'master' into exp-cq-fix by Sree Kuchibhotla · 7 years ago
  70. 4478a88 More detailed error when double-scheduling a closure by Sree Kuchibhotla · 7 years ago
  71. 788ea1c Merge pull request #12553 from jiangtaoli2016/tsi_exec_ctx by David G. Quintas · 7 years ago
  72. 4984135 Add reference counting to tsi_ssl_handshaker_factories by Justin Burke · 7 years ago
  73. 95cd9a4 Merge pull request #12545 from yashykt/type_rename by Yash Tibrewal · 7 years ago
  74. e16329d Debug: timer hash table by Sree Kuchibhotla · 7 years ago
  75. 1500cd6 Merge branch 'master' of https://github.com/grpc/grpc into tsi_exec_ctx by jiangtaoli2016 · 7 years ago
  76. 8f798e9 %s/current_pollable/current_pollable_obj by Yash Tibrewal · 7 years ago
  77. b2a54ac Reverting suffixes and changing field names instead by Yash Tibrewal · 7 years ago
  78. 7db81fb Merge pull request #12565 from kpayson64/revert_lb_stuff by kpayson64 · 7 years ago
  79. c4ea11c Merge github.com:grpc/grpc into execp by Craig Tiller · 7 years ago
  80. 1761884 Merge pull request #12577 from ctiller/http_write_stats by Craig Tiller · 7 years ago
  81. b2b4a85 Correct comparison by Craig Tiller · 7 years ago
  82. 79eba77 Merge branch 'exec' into execp by Craig Tiller · 7 years ago
  83. f66ed28 Instrument executor a little better by Craig Tiller · 7 years ago
  84. 9fa10cc Fix merge issue by Ken Payson · 7 years ago
  85. 79a89c9 Merge pull request #12517 from apolcyn/fix_service_config_choice_from_dns_with_zero_percentages by apolcyn · 7 years ago
  86. 3ad5c74 Fix errant change by Craig Tiller · 7 years ago
  87. 3ff1fa6 Collect stats on why writes are initiated by Craig Tiller · 7 years ago
  88. 3218e2b minor build fix by Muxi Yan · 7 years ago
  89. c086c7e Merge branch 'master' into revert_lb_stuff by Yash Tibrewal · 7 years ago
  90. 3cdc6fb Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  91. f68978c Pass exec_ctx in TSI zero_copy_protector create by jiangtaoli2016 · 7 years ago
  92. 1b7be43 Merge branch 'master' into exp-cq-fix by Sree Kuchibhotla · 7 years ago
  93. 5432dd8 Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer" by Jan Tattermusch · 7 years ago
  94. 561f72f Merge pull request #12532 from yashykt/ctocc4 by Yash Tibrewal · 7 years ago
  95. 01e83b5 Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb." by Ken Payson · 7 years ago
  96. 5e81d09 Merge pull request #12555 from ctiller/gross-object-counts by Craig Tiller · 7 years ago
  97. c7cebe8 Consistent acq/rel semantics for pending_events atomic by Sree Kuchibhotla · 7 years ago
  98. 7f10c29 Windows by Craig Tiller · 7 years ago
  99. 213d274 Only use fast path for short items by Craig Tiller · 7 years ago
  100. 21b2c18 Remove old constant by Craig Tiller · 7 years ago