576 Commits (bbfcb7ca352dfab3baea0bea5130d7d2eaf1a4ee)

Author SHA1 Message Date
AJ Heller e72a5fe5dd
Revert "Avoid fully qualifying namespaces (and add check) (#28901)" (#28916) 3 years ago
AJ Heller fc7314c701
Avoid fully qualifying namespaces (and add check) (#28901) 3 years ago
Nikolai Semenov 7b8fb43b33
WriteOptions::clear_write_through method (#26774) 3 years ago
AJ Heller 5dfeec7a7e
Update docs for ServerAsyncResponseWriter::Finish object lifetimes (#28290) 3 years ago
Yash Tibrewal 50a207ee9c
Promote ClientContext::set_wait_foor_ready to be non-experimental (#28247) 3 years ago
Esun Kim f4c18944e2
Early exit BackUp() on count == 0 (#27946) 3 years ago
Alisha Nanda 0a502d8f2e
Fix race between Read and ServerContext::IsCancelled in Sync API (#27056) 3 years ago
Craig Tiller ea389c00c2
Adjust include order per style guide (#27175) 3 years ago
Craig Tiller 28316341bf
Annotate impl/codegen with IWYU pragmas (#27252) 3 years ago
AJ Heller 0407f4be49
Fix free-after-use bug in server callback handler (#27187) 3 years ago
Craig Tiller 4dff0ee48a
Fix bug in CQNext (#27022) 3 years ago
Tamir Duberstein 013e67a029
Deprecate grpc{_core,::internal}::WaitUntil (#26866) 3 years ago
Esun Kim 931f91b745
Changed GRPCPP_ABSEIL_SYNC to GPR_ABSEIL_SYNC (#25681) 3 years ago
Rainer Schoenberger ede7923116
Fix ABNF grammar formatting in doxygen documentation (#26467) 3 years ago
Vijay Pai ae0516fece
Remove some EXPERIMENTAL comments (#26618) 3 years ago
Vijay Pai 3e19babc1e
Remove all possible traces of grpc::experimental for callback API (#26584) 3 years ago
Vijay Pai 0b65c34ae5
De-experimentalize default_reactor_test_peer.h and last uses of CallbackServerContext (plus namespace cleanup) (#26569) 3 years ago
Vijay Pai ea4b68e7a1
Drop experimental tags from core callback API (#26535) 3 years ago
Vijay Pai cf1ebf7387
Remove experimental tag from uses of the C++ callback API (#26495) 3 years ago
Esun Kim eec81014d8
Revert "async_unary_call: add a Destroy method, called by std::default_delete. (#26389)" (#26449) 4 years ago
Aaron Jacobs b3b036ca17
async_unary_call: add a Destroy method, called by std::default_delete. (#26389) 4 years ago
Vijay Pai 8aff94558c
De-experimentalize C++ callback API (#25728) 4 years ago
Esun Kim a99ead4bf4
Added new method to ByteBuffer & Slice (#26014) 4 years ago
Hung Dang e6782daf95
Fix an unused parameter warning in grpcpp/impl/codegen/service_type.h (#26346) 4 years ago
Vijay Pai 153bc67f45
Revert "Revert "Revert "Revert "Expose trailers-only response status through C++ callback API"" (#26365)" (#26375)" (#26379) 4 years ago
Yash Tibrewal 259a74c0e6
Revert "Revert "Revert "Expose trailers-only response status through C++ callback API"" (#26365)" (#26375) 4 years ago
shangwu-google 8b3f4fca25
Client context test peer (#25610) 4 years ago
Vijay Pai 66253c521a
Revert "Revert "Expose trailers-only response status through C++ callback API"" (#26365) 4 years ago
Yash Tibrewal 05c3b30ea0
Revert "Expose trailers-only response status through C++ callback API (#26249)" (#26363) 4 years ago
Vijay Pai 393bae7e88
Expose trailers-only response status through C++ callback API (#26249) 4 years ago
Vijay Pai 0f80378a21
Resolve race between OnReadDone(ok=false) and IsCancelled (#26245) 4 years ago
Vijay Pai edf500fb82
Add useful status error message when server threadpool is exhausted (#26146) 4 years ago
mkruskal-google 2bf75aa68a
Add optional suffix to client-side stub objects (#25996) 4 years ago
Esun Kim 2dc8df9ef6
Fix bugprone unhandled self assignment (#25667) 4 years ago
Esun Kim a41a206b8c
Fix readability-const-return-type,readability-delete-null-pointer,readability-simplify-boolean-expr (#25628) 4 years ago
Vijay Pai dae5624e47
Thread annotations for C++ callback API headers (#25571) 4 years ago
Esun Kim f862a2259f
Add abseil thread annotations to grpcpp/sync (#25560) 4 years ago
Vijay Pai 26e4c14b1e
Add virtual destructor to ClientReactor base class (#25599) 4 years ago
WANG Lei f99a08fe46
Remove unused parameter from UnaryDeserializeHelper (#25332) 4 years ago
Vijay Pai 909cac3866
Document reaction concurrency and reactor lifetime (#25481) 4 years ago
Vijay Pai dba8bb59a0 Implement callback CQ at C++ layer using shared thread pool if non-background iomgr 4 years ago
Esun Kim 6468d8a69d Make grpcpp/mutex compatible absl/mutex 4 years ago
mkruskal-google 0416696848
Update auth_context.h 4 years ago
ZhouyihaiDing a584bc4f02 Support ServerContext for callback API 4 years ago
AJ Heller ec9451e856 Fix typo in documentation 4 years ago
Vijay Pai 91bb4e178c Check for nullptr (deser failure) before destructing included request 4 years ago
Adam Cozzette 63ee5b62c2 Updated parse_json.cc to rely on config_protobuf.h for protobuf types 4 years ago
Esun Kim 20509e823d Fix google-explicit-constructor 4 years ago
Esun Kim decc199ca8 Fix by clang-tidy 4 years ago
Vijay Pai afe4d1d086 Reduce templating for async client unary call codegen 4 years ago