12838 Commits (731a7d6fd1105c23df88ad180c6a149eceb0b96c)

Author SHA1 Message Date
Craig Tiller 2e6f268dfc
fix (#31018) 2 years ago
Craig Tiller 6b95573959
Reland: [event_engine] Thread pool that can handle deletion in a callback (#30996) 2 years ago
Craig Tiller d9ac89a441
[gprpp] absl::Notification polyfill (#31008) 2 years ago
Craig Tiller 96f5cddb5f
[time] Introduce time sources (#30815) 2 years ago
Vignesh Babu 4e7f0e1eac
Update to the event engine poller interface (#30828) 2 years ago
apolcyn dfb432c217
Revert "Revert "[chttp2] fix stream leak with queued flow control update and absence of writes (#30907)" (#30991)" (#30992) 2 years ago
Craig Tiller dffdd8c083
Revert "Revert "Revert "[event_engine] Thread pool that can handle deletion in a callback"" (#30973)" (#30995) 2 years ago
Esun Kim 888c64adf8
Fix the build script (#30985) 2 years ago
Craig Tiller 0f2a0f5fc9
Revert "[chttp2] fix stream leak with queued flow control update and absence of writes (#30907)" (#30991) 2 years ago
Craig Tiller c2ab8c99bb
Revert "Revert "[c++] Move environment functions to C++ (#30937)" (#30986)" (#30988) 2 years ago
apolcyn d8f98fb1a7
[chttp2] fix stream leak with queued flow control update and absence of writes (#30907) 2 years ago
Cheng-Yu Chung 120ee4c0f7
Fix comparison between signed and unsigned in `test/core/transport/chttp2/decode_huff_fuzzer.cc` (#30983) 2 years ago
Craig Tiller 96264e07b8
Revert "[c++] Move environment functions to C++ (#30937)" (#30986) 2 years ago
Mark D. Roth 61ee1656d2
xds_client_test: fix flake (#30980) 2 years ago
Mark D. Roth e5aadf985e
Revert "Revert "client_channel: allow LB policy to communicate update errors to resolver (#30809)" (#30970)" (#30981) 2 years ago
AJ Heller 2025ba250a
Add an experiment for EventEngine::Client usage (#30969) 2 years ago
Cheng-Yu Chung b765b06155
Remove `include/grpcpp/impl/codegen/async_stream.h` (#30941) 2 years ago
Craig Tiller 74c0d6fe3f
[c++] Move environment functions to C++ (#30937) 2 years ago
Craig Tiller fed749d100
Revert "Revert "[event_engine] Thread pool that can handle deletion in a callback"" (#30973) 2 years ago
Craig Tiller 14c3839749
[event_engine] More robust ee::Promise<> implementation (#30977) 2 years ago
Richard Belleville ccc787a020
Revert "[event_engine] Thread pool that can handle deletion in a callback (#30763)" (#30972) 2 years ago
Richard Belleville 1648bc08e0
Revert "client_channel: allow LB policy to communicate update errors to resolver (#30809)" (#30970) 2 years ago
Craig Tiller 92f58c18a8
Revert "Revert "[chttp2] Improve huffman decode efficiency (#30479)" (#30961)" (#30962) 2 years ago
Craig Tiller f6e1cf1dc0
[event_engine] Thread pool that can handle deletion in a callback (#30763) 2 years ago
Cheng-Yu Chung cb3d7a9e9e
Revert "Revert "Remove `include/grpcpp/impl/codegen/async_unary_call.h`"" (#30955) 2 years ago
Carlos Sobrinho 63df245532
If `-infile` is not readable, bail out and show an error! (#30760) 2 years ago
Craig Tiller bfea47093f
Revert "[chttp2] Improve huffman decode efficiency (#30479)" (#30961) 2 years ago
Richard Belleville c9506a4447
Update Bazel latest version heuristic. (#30958) 2 years ago
Yash Tibrewal b3ad894e05
GcpObservability: Use the observability config (#30932) 2 years ago
Cheng-Yu Chung 6e57952589
Revert "Revert "Remove `include/grpcpp/impl/codegen/async_generic_service.h` (#30450)" (#30951)" (#30956) 2 years ago
Craig Tiller 6c7f921f5f
[chttp2] Improve huffman decode efficiency (#30479) 2 years ago
Vignesh Babu 0867393bde
Revert "Revert "Forking tcp socket utils for posix event engine endpoints"" (#30949) 2 years ago
Mark D. Roth 9ff943b81e
client_channel: allow LB policy to communicate update errors to resolver (#30809) 2 years ago
Mark D. Roth aaec373a10
Second attempt: XdsClient: add unit test and fix watcher notification bugs (#30943) 2 years ago
Craig Tiller 0c454fa875
Revert "Remove `include/grpcpp/impl/codegen/async_unary_call.h` (#30945)" (#30950) 2 years ago
Craig Tiller a81b61113c
Revert "Remove `include/grpcpp/impl/codegen/async_generic_service.h` (#30450)" (#30951) 2 years ago
Cheng-Yu Chung c6326bbc75
Remove `include/grpcpp/impl/codegen/async_generic_service.h` (#30450) 2 years ago
Cheng-Yu Chung 7dbc73d4f3
Remove `include/grpcpp/impl/codegen/async_unary_call.h` (#30945) 2 years ago
Richard Belleville 33b3fe89c4
Revert "Forking tcp socket utils for posix event engine endpoints (#30383)" (#30946) 2 years ago
Richard Belleville 6d2c4a8314
Revert "XdsClient: add unit test and fix watcher notification bugs (#30823)" (#30942) 2 years ago
Vignesh Babu d7cce32449
Forking tcp socket utils for posix event engine endpoints (#30383) 2 years ago
Mark D. Roth bcd8c991e6
XdsClient: add unit test and fix watcher notification bugs (#30823) 2 years ago
Mark D. Roth 76588969c0
Second attempt: XdsClient: convert xDS bootstrap code to use new JSON parsing API (#30925) 2 years ago
Yash Tibrewal ebcda5f0c1
GcpObservabilityConfig: s/disabled/enabled (#30905) 2 years ago
Yash Tibrewal f7f4c9b584
GcpObservability: Code for reading config from env var (#30889) 2 years ago
Craig Tiller 3332e7e48d
Revert "XdsClient: convert xDS bootstrap code to use new JSON parsing API (#30431)" (#30924) 2 years ago
Craig Tiller 2b46cb40d3
[config] Move certificate provider registry into core config (#30890) 2 years ago
Craig Tiller d47e58544f
[flaky] Increase timeout (#30909) 2 years ago
AJ Heller bf1856d2cc
A modest split of `:gpr` for mpscq support (#30798) 2 years ago
Mark D. Roth 04ddf3d0b7
XdsClient: convert xDS bootstrap code to use new JSON parsing API (#30431) 2 years ago