5115 Commits (677ab86b4a8567197550d6969a4d5bd76b8206e1)

Author SHA1 Message Date
ncteisen 3b42f83068 Revert "Revert "Channel Tracing Implementation; Part 1"" 7 years ago
Noah Eisen f2bea3725f
Revert "Channel Tracing Implementation; Part 1" 7 years ago
ncteisen 613d6327ef Add more validation tests to channel_trace_test 7 years ago
Yash Tibrewal c0cd82faed Remove unnecessary includes of exec_ctx.h 7 years ago
David Garcia Quintas f73e76d596 Fix check in channel.cc and tweak direct channel tests 7 years ago
Yash Tibrewal b1628971a1 Add logging for helping debug httpcli tests 7 years ago
kpayson64 539f5068bd Abstract libuv implementation 7 years ago
Yash Tibrewal 337373b91f More explicit static casts for size_t to socklen_t 7 years ago
Muxi Yan 4b37fb0e4c Stop including inttypes.h in gRPC core public header in Apple platforms 7 years ago
David Garcia Quintas c7c0d69d8b Secure channels: use the right authority 7 years ago
Mark D. Roth 3d8b32d8b3 Convert byte_stream API to C++. 7 years ago
Yihua Zhang 04fb58efbd Add ALTS code to grpc/core 7 years ago
Sree Kuchibhotla ae277dd000
Revert "Add ALTS C stack to gRPC core" 7 years ago
yang-g 4a15f4016e Fix test 7 years ago
ncteisen d2365d615a Reviewer comments 7 years ago
ncteisen 09703ea300 Add severity 7 years ago
ncteisen bec1a61c26 Reviewer feedback 7 years ago
ncteisen 97a3dbeb36 Move C++ to util, call it from core test 7 years ago
ncteisen 568a95e0b4 Make test work 7 years ago
ncteisen 503099b1cc Redoing render, about to take things away 7 years ago
ncteisen 07ed0396a9 Add JsonProtoTest 7 years ago
Yihua Zhang eaf6486677 Add ALTS code to grpc/core 7 years ago
ncteisen 9efb177730 Review feedback, gTest 7 years ago
ncteisen b50f74f502 Reviewer comments 7 years ago
ncteisen e9587db853 Move status util 7 years ago
ncteisen 1cc064dbfc Reviewer feedback, s/object_registry/channel_trace_registry 7 years ago
ncteisen 31c05ba668 reviewer feedback, rename 7 years ago
ncteisen 7d90d5497c Reviewer feedback 7 years ago
Vijay Pai 2f4161c210 Use stack frame size limits for consistency with internal builds 7 years ago
Vijay Pai 7fed69b7ad Use static_cast rather than reinterpret_cast whenever possible 7 years ago
ncteisen c1284576f8 Fix build and sanity 7 years ago
ncteisen 72c443187b Fix test 7 years ago
Mark D. Roth 6fc5aba81a Fix asan failure in fake_resolver_test. 7 years ago
ncteisen ee013d25b3 Fix build and sanity 7 years ago
ncteisen bf5237a723 reviewer comments 7 years ago
ncteisen 240fbf9fd6 reviewer comment 7 years ago
Vijay Pai 7944865d43 Need to shrink stack frame size; add a todo 7 years ago
Vijay Pai 756caa7c6a Minor changes and fixes 7 years ago
Vijay Pai 2fe87b0905 Move assignment for Thread, make destructor optional, loop cv waits 7 years ago
Jan Tattermusch b39c8d77a2 workaround for h2_http_proxy_nosec_test.exe shutdown_finishes_calls flake 7 years ago
David Garcia Quintas 396d49d958 Introduce a 'weak' and mutable version of slice hash table 7 years ago
Mark D. Roth 718c8341ca Retry support. 7 years ago
Dan Zhang 1bdc940469 fix format 7 years ago
Dan Zhang 6cc5a09ffd fix format 7 years ago
Dan Zhang b293e9e822 Refactors grpc udp_server_listener to be object oriented. Also adds a mutex to each listener. Instead of sharing the mutex in udp_server for all listeners, this per-listener mutex can make most of the call to different listeners in parallel. 7 years ago
Mark D. Roth 3e7f2df047 Convert slice hash table and service config code to C++. 7 years ago
Vijay Pai d71b55db98 Reduce thread count to reduce stack frame size 7 years ago
Muxi Yan 6c9a87c174 Polish infer_length_after_decode and add test cases 7 years ago
Jan Tattermusch 9429f7dfc9 increase deadline in dualstack_socket_test 7 years ago
Vijay Pai 03e2e13283 Minor fixes 7 years ago