399 Commits (004480e706324c9e7ead31ba06682720d999811e)

Author SHA1 Message Date
Esun Kim e7434d385e Fix by tidy-modernize-use-override 4 years ago
Esun Kim 6ae8463500 Fix by modernize-make-unique 4 years ago
Yash Tibrewal a9fd34a81d
Revert "Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS" 4 years ago
Yash Tibrewal e0c4475db0 Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS and make it non-effective 4 years ago
Yash Tibrewal 23cb073a93 Initiate HTTP/2 writes on BDP pings too 4 years ago
Alexander Polcyn 46d4a27cb6 Add a test which reproduces the original crash that is fixed by https://github.com/grpc/grpc/pull/23984 4 years ago
Yash Tibrewal 4a03ce5a14 Remove grpc_channel_ping from surface API 4 years ago
Yash Tibrewal 09904691e0 Do not send BDP pings if there is no receive side activity. 4 years ago
Yash Tibrewal 7019c2ca4b Long timeout for too_many_pings_test 4 years ago
Mark D. Roth bd73844208 Move parse_address library from client_channel to iomgr. 4 years ago
Yash Tibrewal c62d2b483c Test renaming 4 years ago
Yash Tibrewal 1618d21796 Add roundrobin test and reviewer comments 4 years ago
Yash Tibrewal cf0b46c4d6 Reviewer comments 4 years ago
Esun Kim 4c6a6b5a52 Clean up transport tests 4 years ago
Yash Tibrewal 7100ee3bfb Add keepalive throttling 4 years ago
Yash Tibrewal 2c5291ff71 Plumb absl::Status through connectivity state notifiers 4 years ago
Mark D. Roth 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. 4 years ago
Yash Tibrewal f8b7fef753 Fix connect deadline issue in settings_timeout_test 4 years ago
Yash Tibrewal 234d64859f Add some additional comments 5 years ago
Yash Tibrewal 722f1e937a Reviewer comments 5 years ago
Yash Tibrewal f41694ad64 Add the missing reset for ping clocks to avoid mistakenly sending GOAWAY 5 years ago
Yash Tibrewal 376d8689d2 Fix #19094 and #21947 - Fix HTTP status conversion inconsistencies 5 years ago
Brian O'Connor d38f7cfe5e Fixing bug with END_STREAM if header has continuations 5 years ago
Donna Dionne 46439bcb0f Fixing the settings_timeout_test flake by reducing pollset_work deadline 5 years ago
Jan Tattermusch cbb0ef2717 try marking some offenders as flaky 5 years ago
yang-g 5bc57b64fe InitGoogleTest before grpc_init 5 years ago
Esun Kim 74d2fb842e Timeout for shutdown! 5 years ago
Esun Kim 9ae81e1d3f Make test code use TestEnvironment 5 years ago
Esun Kim 3a519a0b64 Replaced grpc_core New & Delete with C++ new & delete 5 years ago
Lidi Zheng c34bef4ca4 Format all Bazel files with buildifier 5 years ago
Vijay Pai 2477b966e2 Remove unused-parameter warnings, round 2 (17 of 19) 5 years ago
Vijay Pai 17c8c4c4f2 Remove unused parameter warning (13 of 20) 5 years ago
Vijay Pai c3faf1c3b8 Remove unused parameter warning (12 of 20) 5 years ago
Mark D. Roth 5e9404e41a Fix polymorphism for UniquePtr<> and OrphanablePtr<>. 5 years ago
Mark D. Roth dbad2db848 Immediately orphan watcher if state is SHUTDOWN when it is added. 5 years ago
Mark D. Roth cb67811c47 Revert "Merge pull request #20407 from markdroth/transport_connectivity_state_watcher_revert" 5 years ago
Mark D. Roth 33f139b6e6 Revert "Merge pull request #20255 from markdroth/transport_connectivity_state_watcher" 5 years ago
Jan Tattermusch 8e79705d29 disable fuzzers on windows 5 years ago
Jan Tattermusch b8a32c0cff temporarily disable failing tests on windows 5 years ago
Mark D. Roth ece8fd6642 Change transport connectivity watch API to not be lossy. 5 years ago
Vijay Pai 5d7e4bb301 Stop using deprecated gtest macros 5 years ago
Jan Tattermusch 6ebc1c616f set uses_polling=False for some bazel tests 5 years ago
Esun Kim 3c6bb96a1f Add test for static elements 5 years ago
Arjun Roy b46e3668d3 s/branch/tail_call/ for CH2 on_hdr(). 5 years ago
Arjun Roy 2767accc1b Fixed init-order-fiasco for static slice table. 5 years ago
Hope Casey-Allen 59564ebd96 Fix warnings to unblock gcc8 support 5 years ago
Arjun Roy b2cda1e185 Reduced ops for grpc_chttp2_stream_map_find(). 5 years ago
Yash Tibrewal 2d498d2b6c Add a few tests for ContextList and BufferList. Also, check that 5 years ago
Arjun Roy b1d73a01f1 Removed duplicate static table from hpack table. Removed an or instruction for 5 years ago
yang-g e291396644 Cap deadline to 99999999 seconds on wire 6 years ago