11524 Commits (894c4b1852f93522251b552bd50a8d2aa4b8c05d)

Author SHA1 Message Date
Vishal Powar df3d5bc8f7 Add upb generated code and build rule for lrs protocol. 6 years ago
Yash Tibrewal 2b7cab0d41 Remove check on error 6 years ago
Ahmed Mahdy b4e94b652d Fix formatting 6 years ago
Yash Tibrewal 917d025f03 Fix diff between num_entries and idx of path 6 years ago
Yash Tibrewal 960864736b Unref errors in test 6 years ago
Ahmed Mahdy 1dce1009e6 Disable Nagle algorithm in Windows 6 years ago
Soheil Hassas Yeganeh a26c09dd25 Introduce C++ wrappers for gpr_mu and gpr_cv. 6 years ago
Yash Tibrewal b7f32af1d0 Fix scoping for service config errors 6 years ago
Yash Tibrewal 327350ab39 ServiceConfig::Create expects non-Null error and better errors 6 years ago
Yash Tibrewal 390078b7a8 Add tests for new service config mechanism 6 years ago
Yash Tibrewal fbe3b3575f Cleanup and continue parsing service config even if parser errors are received 6 years ago
Yash Tibrewal c28f16e481 Reviewer comments 6 years ago
Mark D. Roth 4a19b2f45f Add atomic to ensure we don't cancel twice. 6 years ago
Yash Tibrewal 0f0e774722 Clean up 6 years ago
Yash Tibrewal 0c8ef41a5e Remove smart pointers from global registry 6 years ago
Yash Tibrewal 9bfd2354ec Add global and method parsing logic 6 years ago
Mark D. Roth 0e7ea67351 Fix health check client to wait for subchannel call stack destruction before destroying the arena. 6 years ago
Yash Tibrewal c871a0bb32 Remove commented code 6 years ago
Yash Tibrewal 4d696c659e Reviewer comments 6 years ago
Mark D. Roth ebf4cc1dfa Avoid crash in pick_first when invoking ExitIdleLocked() after shutdown. 6 years ago
Nicolas "Pixel" Noble 81c6081a3e Fixing failures. 6 years ago
Mark D. Roth adf5f87284 more code review changes 6 years ago
Mark D. Roth 89a9e9d1dd code review changes 6 years ago
Yash Tibrewal 69bbf86d14 Add a dummy function to grpc cfstream library 6 years ago
Mark D. Roth ee4e4bead3 pick_first: don't go into TRANSIENT_FAILURE upon empty update when in IDLE. 6 years ago
Muxi Yan 39b40cbccb Add guard to the tv_nsec field of gpr_now return value 6 years ago
Yihua Zhang 57caf78407 fix ALPN issues. 6 years ago
Soheil Hassas Yeganeh c239e0416d Initialize time as part of basic initialization. 6 years ago
Soheil Hassas Yeganeh da3a2320a2 Ref transport and stream before init of chttp2_stream structure. 6 years ago
yang-g 47132c099e error handling for start_bdp_ping 6 years ago
Yash Tibrewal b2c773d26f Global Registry for Service Config Parsers 6 years ago
Lidi Zheng 0231bf3b01 Regenerate projects 6 years ago
yang-g 55f9946d3b Stop pinging if transport is closed 6 years ago
Mark D. Roth 96a26fdb0b Use mutext to protect drop call counts in grpclb client stats. 6 years ago
Mark D. Roth 0b5ec20ce8 Revert "Merge pull request #18578 from grpc/revert-18437-data_plane_combiner" 6 years ago
Moiz Haidry ba00d3c914 Added a locality map class that maintains a child policy per locality. This is used by the xds lb policy to manage multiple localities. Also added a grpc_core::Map which is a templatized map, that is used by the locality map to maintain this info 6 years ago
Mark D. Roth 7e3b8d38ff
Revert "Split data plane and control plane into their own combiners." 6 years ago
Nicolas Noble b400a6bf20
Revert "Fix compilation error in JWT using const_cast." 6 years ago
Yash Tibrewal 685372f61e Close fd if error on getsockname 6 years ago
Mark D. Roth 59cb5193f9 Split data plane and control plane into their own combiners. 6 years ago
Yash Tibrewal 282702d080 Explicitly call getsockname after accept for unix sockets to get the sun_path 6 years ago
Soheil Hassas Yeganeh b0e75a42d2 Fix a NULL deref in tcp_client_windows.cc 6 years ago
Prashant Jaikumar 4e9e662729 Fixed bug in CFStream endpoint. 6 years ago
Mark D. Roth 206592ce9c Restructure how addresses and service config are passed from resolver to LB policy. 6 years ago
Nicolas "Pixel" Noble 9ff845961e Breakout of #18445 - part 2 6 years ago
Guantao Liu 53065db366 Clang formatting 6 years ago
Guantao Liu 872d2787a0 Avoid using grpc_core::Executor when the background poller is available. 6 years ago
Nicolas "Pixel" Noble 55e280b7a5 Breakout of #18445 - part 1 6 years ago
Nicolas Noble c9b7ca8e24
Adding missing language :P 6 years ago
Yash Tibrewal 8ef8d912a7 Use GRPC_CLOSURE_SCHED instead of GRPC_CLOSURE_RUN in complete_closure_step 6 years ago