1. 1e95aa1 clang-format by Muxi Yan · 7 years ago
  2. 7d0d2cd Merge pull request #12182 from dgquintas/grpclb_destroy_bbr by David G. Quintas · 7 years ago
  3. 7225408 Add Z_FINISH flush at end of stream by Muxi Yan · 7 years ago
  4. 2def644 fix C++ wrapper by yang-g · 7 years ago
  5. 2a1f129 Fix mismatched BEGIN/END by yang-g · 7 years ago
  6. a2c1df4 RR: Initialize subchannel connectivity state by David Garcia Quintas · 7 years ago
  7. 7c62a35 Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  8. 4fa6caa Add a new macro for custom profiler by yang-g · 7 years ago
  9. 71c468b Merge pull request #11936 from sreecha/fix-end2end-test by Sree Kuchibhotla · 7 years ago
  10. f42587c Do not add accept-encoding field when it exists by Muxi Yan · 7 years ago
  11. da4f087 Fix minor build issue by Muxi Yan · 7 years ago
  12. d37411e Some missing parts by Muxi Yan · 7 years ago
  13. 5efc913 Epoll1 Work Distribution: Parallelize processing epoll events across multiple threads by Sree Kuchibhotla · 7 years ago
  14. 87ffcb6 disable epoll1 by default (just enable tests) by Sree Kuchibhotla · 7 years ago
  15. 4558762 Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512 by Nicolas Noble · 7 years ago
  16. 0f924b7 Merge pull request #12213 from dgquintas/v1.7.x-version-bump by David G. Quintas · 7 years ago
  17. 713597f Master version bump to 1.7.x by David Garcia Quintas · 7 years ago
  18. 22cc56f Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512 by Maxim Dzoba · 7 years ago
  19. 3088230 initialize pollset struct. Ideally not needed since we do zalloc but some code may directly call gpr_malloc to create pollset by Sree Kuchibhotla · 7 years ago
  20. 54749da Enable epoll1 by default (and move epollsig as second choice) by Sree Kuchibhotla · 7 years ago
  21. 7a9d17f Fixing memory leak and removing unneeded NULL checks. by Julien Boeuf · 7 years ago
  22. e40e259 Add more comments for the atomic operations by Yuchen Zeng · 7 years ago
  23. 0ce19a2 Use atm load instead of atm cas by Yuchen Zeng · 7 years ago
  24. 97e1785 Added missing call to grpc_byte_buffer_reader_destroy() by David Garcia Quintas · 7 years ago
  25. 04b5803 Fix comment format by Muxi Yan · 7 years ago
  26. d1ba31d Merge pull request #11831 from ncteisen/flow-control-part2 by Noah Eisen · 7 years ago
  27. 41ba268 Pull bdp estimation into flowctl module by ncteisen · 7 years ago
  28. 229125a Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  29. d36283a Address review comments by Muxi Yan · 7 years ago
  30. 370051b Simplify bctlp atomic operations by Yuchen Zeng · 7 years ago
  31. 5020562 Merge pull request #12130 from y-zeng/oauth2 by Yuchen Zeng · 7 years ago
  32. 0fcd99e Merge pull request #8982 from kpayson64/cache_poll_threads2 by Jan Tattermusch · 7 years ago
  33. bd34477 Address PR feedback by Ken Payson · 7 years ago
  34. 873bb70 Fix data race in call.c by Yuchen Zeng · 7 years ago
  35. 011aa3d Merge pull request #12083 from ncteisen/trace-closure-flush by Noah Eisen · 7 years ago
  36. a0a7b57 Fix use-after-free in oauth2_credentials by Yuchen Zeng · 7 years ago
  37. fe71c75 Merge pull request #12054 from sreecha/cq_cleanup by Sree Kuchibhotla · 7 years ago
  38. ba94aed Trace closure flush by ncteisen · 7 years ago
  39. 9d3f1d4 Merge pull request #12091 from chhsia0/osx-cmake by Vijay Pai · 7 years ago
  40. e7aa35a Merge pull request #12105 from jiangtaoli2016/revert-12101-revert-11977-tsi_grpc by Mark D. Roth · 7 years ago
  41. 2f94a26 Make bytes_to_send in tsi_handshaker_next const by jiangtaoli2016 · 7 years ago
  42. 32f66e8 Update build rule by jiangtaoli2016 · 7 years ago
  43. 458214f transport - Fix a thread safety bug introduced by #11780 by Muxi Yan · 7 years ago
  44. 0211cfb Revert "Revert "Add TSI zero-copy frame protector"" by Jiangtao Li · 7 years ago
  45. f5504a3 Revert "Add TSI zero-copy frame protector" by Jiangtao Li · 7 years ago
  46. 43f7acf Fixed `grpc_unsecure` CMake build failures due to non-standard openssl location. by Chun-Hung Hsiao · 7 years ago
  47. f3f7d3b Merge branch 'master' into tsi_grpc by jiangtaoli2016 · 7 years ago
  48. 1fb3b66 Merge pull request #11579 from sreecha/fix_alarm by Sree Kuchibhotla · 7 years ago
  49. 2240a13 Merge remote-tracking branch 'upstream/master' into cache_poll_threads2 by Ken Payson · 7 years ago
  50. 26e6f72 Merge pull request #11990 from pgonda/patch-2 by Noah Eisen · 7 years ago
  51. 1ba000e Merge pull request #12055 from sreecha/fix_epoll1_fd_orphan by Sree Kuchibhotla · 7 years ago
  52. f9bf428 Add support for service configs to c-ares resolver. by Mark D. Roth · 7 years ago
  53. f264147 Prevent fd_orphan from calling shutdown(fd) when release_fd is true by Sree Kuchibhotla · 7 years ago
  54. cfce451 Fix tsan failures in cq-pluck and cleanup cq code by Sree Kuchibhotla · 7 years ago
  55. 62b9a8c Merge pull request #12041 from muxi/fix-objc-memory-leak by Muxi Yan · 7 years ago
  56. 34989fd Merge branch 'master' into fix_alarm by Sree Kuchibhotla · 7 years ago
  57. 69b8fe0 Merge branch 'master' into stream_compression_config by Muxi Yan · 7 years ago
  58. 3aaa5ea minor fix by jiangtaoli2016 · 7 years ago
  59. 482d006 Fix another two memory leak points in cronet_transport by Muxi Yan · 7 years ago
  60. 54ecb5a Merge pull request #12021 from jiangtaoli2016/unused_bytes by Jiangtao Li · 7 years ago
  61. 9279ca1 Merge pull request #11796 from afirago/fix-fallthrough-werror by Nicolas Noble · 7 years ago
  62. e70f3b2 Merge branch 'master' into fix_alarm by Sree Kuchibhotla · 7 years ago
  63. 00b35e7 Make tsi handshaker result unused bytes const by jiangtaoli2016 · 7 years ago
  64. 8a46ba5 clang fmt by ncteisen · 7 years ago
  65. ab04027 Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 by ncteisen · 7 years ago
  66. 9271621 Merge pull request #12000 from yang-g/msan by Yang Gao · 7 years ago
  67. c073e43 Merge pull request #12008 from ncteisen/fuzz-direct-leak-in-malloc by Noah Eisen · 7 years ago
  68. b667f12 Merge pull request #11979 from apolcyn/ensure_cancel_with_status_memory_api by apolcyn · 7 years ago
  69. e6432bf Fix leak if duplicated static md by Noah Eisen · 7 years ago
  70. 5fbfa18 Merge pull request #11991 from muxi/fix-objc-nsdata-memory-leak by Muxi Yan · 7 years ago
  71. 79d9a8a Merge branch 'master' into tsi_grpc by jiangtaoli2016 · 7 years ago
  72. 84d6924 Use zalloc and remove now redundant sets by yang-g · 7 years ago
  73. 897a752 Initialize initiating_exec_ctx_or_null by yang-g · 7 years ago
  74. 6a8355d Fix two memory leaks by Muxi Yan · 7 years ago
  75. 1901254 Update tcp_server_utils_posix_common with GPR_ONCE_INIT by Peter Gonda · 7 years ago
  76. f787594 Merge pull request #11703 from yang-g/cq_shutdown by Yang Gao · 7 years ago
  77. e5cd176 Merge pull request #11927 from y-zeng/nameser by Yuchen Zeng · 7 years ago
  78. 7001bc2 Add TSI zero-copy frame protector by jiangtaoli2016 · 7 years ago
  79. 088e85c add comment and test for memory api of grpc_call_cancel_with_status by Alexander Polcyn · 7 years ago
  80. fb193a1 Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 by ncteisen · 7 years ago
  81. 097cbfc Resolve comments by yang-g · 7 years ago
  82. 7d6b914 Change return type to bool by yang-g · 7 years ago
  83. 533fbd3 Rebase with head and resolve conflicts by yang-g · 7 years ago
  84. 0eaf7de Allow adding events to cq after shutdown is called. by yang-g · 7 years ago
  85. 433f7bc Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity by David G. Quintas · 7 years ago
  86. aaf623a Merge pull request #11965 from dgquintas/grpclb_lb_channel_conn_state_subscription by David G. Quintas · 7 years ago
  87. 627a582 clang-format and generate project by Muxi Yan · 7 years ago
  88. fc950fb Fix bug in handling of RR connectivity transition to SHUTDOWN by David Garcia Quintas · 7 years ago
  89. 6a7935e Watch the LB channel using the right initial conn. state by David Garcia Quintas · 7 years ago
  90. a0bfba2 Fix use after free error in cq by Sree Kuchibhotla · 7 years ago
  91. 6876043 Resolve performance by Muxi Yan · 7 years ago
  92. e775180 Use new protocol for reporting dropped calls to grpclb balancer. by Mark D. Roth · 7 years ago
  93. f630ff2 Update build.yaml, fix format by Yuchen Zeng · 7 years ago
  94. bc66377 Add src/core/lib/iomgr/nameser.h by Yuchen Zeng · 7 years ago
  95. 0603895 Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  96. ddc0d37 Merge pull request #11780 from muxi/stream_compression_transport by Muxi Yan · 7 years ago
  97. df174cc bug fix by Muxi Yan · 7 years ago
  98. a2279bd config - Move slice buffer creation to stream compression enabling time for performance by Muxi Yan · 7 years ago
  99. 5794061 Improvements to grpc_byte_stream API and handling. by Mark D. Roth · 7 years ago
  100. 3c902ab Merge changes in transport from #11780 by Muxi Yan · 7 years ago