88 Commits (e803bdb57891d2e2c1981c3f9476ce6b127ca922)

Author SHA1 Message Date
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
Matthew Stevenson 9c116d5c03 Address David's comments. 4 years ago
Matthew Stevenson a575049c03 Changes needed to enable TLS 1.3. 5 years ago
Jan Tattermusch 5c8e0bcafb add missing _test suffix for some bazel tests 5 years ago
Esun Kim 415d41f9e8 Rerun clang-formatter-7 5 years ago
Esun Kim 7a14955759 Replaced grpc_core::MakeUnique with absl::make_unique 5 years ago
Esun Kim ed44a1f430 Clean up grpc_core::MakeUnique 5 years ago
Esun Kim f31ca23a6a Add TestEnvironment to more tests 5 years ago
Prashant Jaikumar 2526dfade5 WIP: Make core and C++ tests work with bazel on Mac OS 5 years ago
Lidi Zheng c34bef4ca4 Format all Bazel files with buildifier 5 years ago
Vijay Pai 53e7e9f3fe Remove unused parameter warning (9 of 20) 5 years ago
Mark D. Roth 5e9404e41a Fix polymorphism for UniquePtr<> and OrphanablePtr<>. 5 years ago
Jan Tattermusch 3ce50ae754 disable some test on windows based on build.yaml 5 years ago
Vijay Pai fd9bdd9922 Avoid duplicate initialization of SSL (from within grpc and from test) 5 years ago
Bill Feng df89d8e157 bazel RBE Windows build 6 years ago
Soheil Hassas Yeganeh 18b19105f2 Implement TCP_INQ for gRPC in Linux 6 years ago
yang-g 456f748b2f Revert "Merge pull request #18146 from grpc/revert-17308-shutdown" 6 years ago
Yang Gao 4bc2ca4de6
Revert "Move grpc_shutdown internals to a detached thread" 6 years ago
yang-g 86b23adc7f Other comments 6 years ago
Arjun Roy 195a30bb8b Grpc: Change grpc_handshake and grpc_handshake_mgr to use CPP implementations. 6 years ago
yang-g 67742ef63f Fix BUILD files. Manually edit bzl files 6 years ago
yang-g 23a9cf91f2 Fix test 6 years ago
yihuaz 285d4ef1be
Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker"" 6 years ago
Jan Tattermusch fb296824af
Revert "Create and pass pollset_set to ALTS TSI handshaker" 6 years ago
Yihua Zhang c0fa62f2b6 pass a pollset_set to ALTS TSI handshaker 6 years ago
Ian Haken 68eff58df6 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. 7 years ago
Mark D. Roth dc4d01f6ef Add tracer for handshakers. 7 years ago
Vijay Pai da69355f30 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) 7 years ago
Vijay Pai 58a62755fc Remove support for detached threads. All threads must be joined. 7 years ago
Vijay Pai c745690caf Internalize gpr_thd except for id and currentid 7 years ago
Noah Eisen 4d20a66685 Run clang fmt 7 years ago
Noah Eisen be82e64b3d Autofix c casts to c++ casts 7 years ago
Muxi Yan 38fcd0c6c3 clang-format 7 years ago
Yash Tibrewal 8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" 7 years ago
Yash Tibrewal ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed" 7 years ago
Vijay Pai 19988c6c7e clang-format 7 years ago
Dave MacLachlan da341bcb89 Fix up review comments 7 years ago
Dave MacLachlan af5c54de9c Add thread naming support on platforms that support it. 7 years ago
Yash Tibrewal d489812215 changes for macos 7 years ago
Alexander Polcyn f51b7e16ee Fix missing copyright, fix merge conflict in updated BUILD 7 years ago
Alexander Polcyn 3f6b10afba Use existing read buffer in security handshaker if present 7 years ago