22856 Commits (6ca827a0088d055ef1f8dfe17e2a33ba2f26965e)

Author SHA1 Message Date
Vijay Pai c3f7d899ec
Fix an incorrect comment 5 years ago
Vijay Pai 500b0e6d8e Remove unused parameter warnings from include/ and src/core 5 years ago
Vijay Pai d6998122db Use range-based fors in src/cpp/{client,server} 5 years ago
Vijay Pai b7705ce2ee Use C++11 range-based fors 5 years ago
Vijay Pai 6f9fe64626 Improve logging on API misuse assert 5 years ago
Vijay Pai 02c3bd6c2c
One more formatting change 5 years ago
Vijay Pai f586be8532 Fix formatting 5 years ago
Christian Maurer 827fd04402 moved created() into header file 5 years ago
Christian Maurer bbb66caa64 rename isCreated, make it inline const 5 years ago
Lidi Zheng 8ab1672c88 Release 3.8 wheels 5 years ago
Nicolas Noble d988d928e4
Revert "Grpc 19871/unary unary client aio implement timeout" 5 years ago
jeffreyqw f1b02753ff php-docker-README-update 5 years ago
Mark D. Roth 621ea6534d Fix xds_bootstrap_test to actually run and fix bugs in it. 5 years ago
Mark D. Roth 9a276c07fa Revert "Merge pull request #20593 from grpc/revert-20380-xds_client_bootstrap" 5 years ago
Jan Tattermusch 80ff750b7c improve RpcException doc comments 5 years ago
Muxi Yan 37c36e843a clang-format 5 years ago
Muxi Yan 0b2b94e2b8 address comment 5 years ago
Jan Tattermusch 13abbd9a75
Revert "xds client bootstrap file" 5 years ago
Kuang-che Wu 1d08ad60c5 Fix error object memory leak in continue_receiving_slices() 5 years ago
Hannah Shi 2e1cfb75a8 change phpunit version from 4.8.36 to 5.7.27 5 years ago
Juanli Shen 2a9a276c3b Add InlinedVector::resize() 5 years ago
Muxi Yan ae168166e2 nit fix 5 years ago
Muxi Yan c754c0389c Use main queue when dispatch queue is not specified 5 years ago
Mariano Anaya fb3911f243 Implement timeout for the async unary_unary call 5 years ago
Muxi Yan 48d0d6f5ad Add GRPCUnaryResponseHandler 5 years ago
James Newton-King 4086431c1d
Add generic variance to reader and writer interfaces 5 years ago
Mark D. Roth 2afaec231d xds client bootstrap file 5 years ago
Matthew Stevenson ed198f5a54 Changed delete per Yang's comment. 5 years ago
Matthew Stevenson c45a97d8cd Changed delete per Yang's comment. 5 years ago
Mark D. Roth a2ca1697a1 Fix xds LB policy trace logging. 5 years ago
Moiz Haidry 27ddb5ca25 Change logic to init executor thread state globally and remove the code to destroy the thread state repeatedly that is causing the race. Also remove the earlier atomic synchronization logic 5 years ago
Muxi Yan 5aa9a7e7b7 Move internal_testing to a separate subspec 5 years ago
Moiz Haidry 64549a1857 Use atomic to control the thread race between the shutdown thread and the main thread. 5 years ago
tanjunchen ccc5481ff0 fix typo in document 5 years ago
Mark D. Roth 01c443f2a5 Clean up xds LB policy shutdown. 5 years ago
Juanli Shen 2dc42a1e02 Use ADS 5 years ago
Esun Kim a67213158c Use -static-libstdc++ for ruby.linux 5 years ago
Mark D. Roth b01072586d Refactor EDS and LRS code from xds LB policy into new XdsClient API. 5 years ago
Prashant Jaikumar 4bb7731d5b Fixed bug in cronet_transport where completed ops were not removed from storage 5 years ago
tanjunchen 64cdea5a07 fix some spelling mistakes in document 5 years ago
Esun Kim 334fa41ec0 Update by review 5 years ago
Esun Kim 4fc906a5fe Clean up memory code 5 years ago
Esun Kim 982359bf96 Add grpc_core::Map with Allocator 5 years ago
Nicolas "Pixel" Noble 6ffecfbcec Adding multiple inheritence delete. 5 years ago
Arjun Roy ebf47ee159 Refactor hpack encoder to be smaller footprint. 5 years ago
Mark D. Roth 0fbad5328f Use a more standard iteration interface for LB policy metadata API. 5 years ago
Mark D. Roth 076ee0bc85 Wrapper for std::set<> that overrides the allocator. 5 years ago
Soheil Hassas Yeganeh 0e6227ed96 Remove unused fields. 5 years ago
Soheil Hassas Yeganeh f05fd9de5f Remove out of context writes from H2. 5 years ago
Arjun Roy a0f2551d17 Strongly typed slices for server method/host. 5 years ago