128 Commits (834683f08da0ae5aa2f805f830e549d74b843cb7)

Author SHA1 Message Date
Yijie Ma 08555c8723
Add enforcement for cpp-style comment license in check_copyright.py (#32273) 2 years ago
Yash Tibrewal aa11978541
Fix include guards for src/ and test/ directories (#32167) 2 years ago
Craig Tiller 67f364e23e
[cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2 years ago
Yijie Ma f99b8b5bc4
Convert c-style comments to C++-style comments (#31923) 2 years ago
Craig Tiller 49a3035d44
[iwyu] Fix CI job (#31921) 2 years ago
Cheng-Yu Chung 77b3972f95
Clean up the TODO item in build target `grpc_base` part `channel_args` (#31642) 2 years ago
Cheng-Yu Chung 7e3ada34e6
Clean up the TODO item in build target `grpc_base` -- part `closure` (#31001) 2 years ago
Esun Kim 50fbe51238
Fix IWYU with clang-15 (#31556) 2 years ago
Anirudh Ramachandra 3e648e3de7
Add support to explicitly add priority for the handshakers using enums (#30971) 2 years ago
Craig Tiller 2ec220a6b1
[sanity] Fix it (#31163) 2 years ago
Craig Tiller 8174a75079
[iwyu] Add more test directories (#30952) 2 years ago
Craig Tiller 9c98d67d7a
[c++14] absl::make_unique --> std::make_unique (#31159) 2 years ago
Craig Tiller b463cabeec
Update flaky tests (#30873) 2 years ago
Craig Tiller f573fd44f9
[test] Semi-automatic flaky test tracking (#30638) 2 years ago
Yousuk Seung 55849467fc
Add CoreConfiguration::WithSubstituteBuilder that restores config after test (#30403) 2 years ago
Craig Tiller d304712f64
[channel_args] Spread grpc_core::ChannelArgs through client channel code (#30008) 2 years ago
Esun Kim 7dfd49429f
gtestify test/core/handshake (#30207) 2 years ago
Anirudh Ramachandra 063c36cb46
Revert "Revert "Move TCP Connect into its own handshaker. (#29111)" (#… (#29626) 3 years ago
AJ Heller 815029fe2b
Revert "Move TCP Connect into its own handshaker. (#29111)" (#29558) 3 years ago
Anirudh Ramachandra 0675af8511
Move TCP Connect into its own handshaker. (#29111) 3 years ago
Vignesh Babu 53e382729f
Adding a min progress size argument to grpc_endpoint_read to allow gRPC to use TCP optimizations on the read path (#29503) 3 years ago
AJ Heller 18a8f6aad9
Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
yihuaz b458db9246
Eliminate gRPC insecure build (#25586) 3 years ago
Richard Belleville 468768865b
Make Buildifier Sanity Test Strict (#27807) 3 years ago
Craig Tiller d1e01ac139
Add a test for a (now-illegal) build file construct (#27602) 3 years ago
Craig Tiller 8ee36d26bf
Move handshakers to core configuration system (#27195) 3 years ago
Craig Tiller ea389c00c2
Adjust include order per style guide (#27175) 3 years ago
Craig Tiller f2f60f7716
Revert "Implement TraceFlag::Log (#26954)" (#27145) 3 years ago
AJ Heller 4d2b979b75
Implement TraceFlag::Log (#26954) 3 years ago
Tamir Duberstein 013e67a029
Deprecate grpc{_core,::internal}::WaitUntil (#26866) 3 years ago
Yash Tibrewal b53f60d353
Disable handshake_verify_peer_options_test (#26452) 3 years ago
matthewstevenson88 57dd2eb02e
Fix client_ssl_test and server_ssl_test when built against OpenSSL 1.0.2. (#25865) 4 years ago
Esun Kim ca945a58e9
Introduced grpc_error_handle (#25902) 4 years ago
AJ Heller 0e3a02e903
Revert "Remove the `urgent` argument from iomgr tcp read API (#25494)" (#25592) 4 years ago
donnadionne 1835f00ef1
Revert "Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537)" (#25549) 4 years ago
AJ Heller a3398f924c
Remove the `urgent` argument from iomgr tcp read API (#25494) 4 years ago
donnadionne 8e268dcec8
Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537) 4 years ago
Esun Kim 0b53341328 Made grpc_core::Mutex compatible to absl::Mutex 4 years ago
Esun Kim 6dc1748f6c
Revert "Made grpc_core::Mutex compatible to absl::Mutex" 4 years ago
Esun Kim 6a1518bd22 Made grpc_core::Mutex compatible to absl::Mutex 4 years ago
Esun Kim d2bff16c25 C++ cast for char* 4 years ago
Esun Kim 3aba567746 Fix google-build-using-namespace 4 years ago
Mark D. Roth 27e1c1c56d clang-tidy: enable google-readability-braces-around-statements 4 years ago
Esun Kim e7434d385e Fix by tidy-modernize-use-override 4 years ago
Esun Kim 8e9e895ffc Replace grpc_shutdown_blocking with grpc_shutdown 4 years ago
Esun Kim aa43403343 Add init and shutdown to verify_peer_options 4 years ago
Yash Tibrewal e310d4366c Receive SETTINGS frame on clients before declaring subchannel READY 4 years ago
Jan Tattermusch 7ce7bbfc33 fix concurrent file read flake 4 years ago
Mark D. Roth 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. 4 years ago
Esun Kim 62ac3f075a Added call to grpc::testing::TestEnvironment in tests 4 years ago