478 Commits (39ab59ff36b2110a6ad6e761301289a1ed54fbd2)

Author SHA1 Message Date
Juanli Shen 174166d20c Add header back in build.yaml 7 years ago
Juanli Shen f5f1d57d7a Add load reporting filter 7 years ago
Ian Haken 68eff58df6 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. 7 years ago
ncteisen 16280c7398 Remove unused API 7 years ago
Noah Eisen 70f7558a18 re generate project 7 years ago
ncteisen ec482847b2 re run generate projects 7 years ago
ncteisen c3c6e064b3 Add basic support for GetChannel 7 years ago
Yihua Zhang fe2fa0c1c8 Add C++ experimental API extensions for ALTS C stack 7 years ago
kpayson64 c7c35c5cd7 Disable SO_REUSEPORT disabled test for uv tests 7 years ago
Jan Tattermusch 3095e350ac regenerate projects using tools/buildgen/generate_projects.sh 7 years ago
Ruslan Nigmatullin 99d0cee31b regenerate projects 7 years ago
ncteisen 3b42f83068 Revert "Revert "Channel Tracing Implementation; Part 1"" 7 years ago
Noah Eisen f2bea3725f
Revert "Channel Tracing Implementation; Part 1" 7 years ago
kpayson64 539f5068bd Abstract libuv implementation 7 years ago
David Garcia Quintas c7c0d69d8b Secure channels: use the right authority 7 years ago
Vijay Pai 7fed69b7ad Use static_cast rather than reinterpret_cast whenever possible 7 years ago
ncteisen ee013d25b3 Fix build and sanity 7 years ago
Vijay Pai 2fe87b0905 Move assignment for Thread, make destructor optional, loop cv waits 7 years ago
Adele Zhou 1c805ec901 Add more bazel tests 7 years ago
Yihua Zhang 75f0a9fbd2 place security_connector in its own subdirectory 7 years ago
Vijay Pai 87e2e6a58a clang-fmt 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
Mark D. Roth 209f644f04 Convert resolver API to C++. 7 years ago
Muxi Yan cda058de8e build projects 7 years ago
Muxi Yan 6f0b195d20 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* 7 years ago
Vijay Pai d4d0a30c6f Privatize useful.h and avl.h 7 years ago
Vijay Pai ae376bf9d9 Privatize host_port.h; was not used in any wrapped language implementation 7 years ago
Vijay Pai b6cf123717 Privatize thread-local storage headers 7 years ago
Vijay Pai 8a99fdb57e Move cmdline and subprocess from public gpr to test/core/util 7 years ago
Jan Tattermusch 2094ad7427 fix -Wmemset-elt-size warning in gcc7.2 7 years ago
Vijay Pai 28b6a44637 Migrate all remaining features of core test to C++ layer test 7 years ago
Vijay Pai 2b226adf60 Remove alarm from core, implement in C++ layer only 7 years ago
Jan Tattermusch a6ff754b93 fix alarm test flake on windows 7 years ago
Vijay Pai 1d91362f81 exec_ctx_fwd.h should never have been in public headers 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
Vijay Pai 195cf1ebfd Move histogram to test/core/util 7 years ago
Dave MacLachlan da341bcb89 Fix up review comments 7 years ago
Jan Tattermusch 4f25daa7af dont let server shutdown run forever 7 years ago
Yash Tibrewal c354269ba7 Remove _ prefixed variable names 7 years ago
Dave MacLachlan af5c54de9c Add thread naming support on platforms that support it. 7 years ago
Yash Tibrewal 26e934245d Fix race conditions and more grpc_inits required. csharp tests will be fixed in a different PR 7 years ago
Yash Tibrewal 81fc8c9c33 Fix tests to call grpc_init and grpc_shutdown before using exec_ctx 7 years ago
Yash Tibrewal 518236d458 Remove unnecessary if condition in public_headers_must_be_c89 7 years ago