477 Commits (249c26148e44e34bdf150ba8cf2e16c0f6e66151)

Author SHA1 Message Date
Vijay Pai 1f0cdd5aad Construct DefaultReactor lazily since not always needed 5 years ago
Vijay Pai 16f2250585 Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)"" 5 years ago
Vijay Pai 64281e8c79 Clarify ownership in comments 5 years ago
Jan Tattermusch e7d5ca0b46
Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)" 5 years ago
Vijay Pai 6466c7f166 Log an error (in dbg mode) if CQ is Shutdown before its Server(s) 5 years ago
Vijay Pai 2f0362ee3a
Remove unused (and defective) constructor 5 years ago
Vijay Pai 4062025312 Check for negative on NextMessageSize 5 years ago
Vijay Pai c758bf9571 clang-fmt 5 years ago
Vijay Pai bffc5701e6 Fix cancellation 5 years ago
Vijay Pai d82b3124fe Move operations out of lock in Bind functions 5 years ago
Vijay Pai 8d9d8326f5 De-experimentalize generated code 5 years ago
Esun Kim 169e775958
Revert "Generic API: assert when sending uninitialized byte buffer" 5 years ago
Hope Casey-Allen 89e5c2f45a Add assert for API misuse 5 years ago
Vijay Pai 62e01dd922 Add non-experimental:: versions under ifdef 5 years ago
Vijay Pai 1c5aa3c0ad Remove namespace experimental here also 5 years ago
Vijay Pai eac7b5ee49 port_platform should be included since that's where NONEXPERIMENTAL is specified 5 years ago
Vijay Pai 2c87eaabd4 De-experimentalize generic features of callback API under an ifdef 5 years ago
Vijay Pai 94a8c5888a Remove namespace experimental from namespace grpc_impl 5 years ago
Vijay Pai be6979202b Revamp server-side C++ callback API, message allocator, and mocking 5 years ago
Hope Casey-Allen 3bbfb76b64 Add comment about thread safety 5 years ago
Esun Kim f40a702441 Clean up headers 5 years ago
Vijay Pai 300252a857
Constify parameter struct since all fields set at construction 5 years ago
Yash Tibrewal a980df6293 Add documentation around peer, auth_context and census_context properties of ClientContext 5 years ago
Na-Na Pang 58b352343e comment out grpc_log 5 years ago
Vijay Pai 20458806e8 Remove asserts from impl/codegen 5 years ago
Vijay Pai 9274674906 Revert one change back to an iterated loop rather than range-based 5 years ago
Vijay Pai d8d157effa Use range-based fors in include/grpcpp 5 years ago
Vijay Pai 6f9fe64626 Improve logging on API misuse assert 5 years ago
Christian Maurer 24f19ae069 c++ remove win32 conversion warning 5 years ago
Yash Tibrewal ed45c8f845 Stronger guarantee on failure of read/write operations 5 years ago
Yash Tibrewal 7fdb49bd3f Doc update - Finish can be called only once 5 years ago
Soheil Hassas Yeganeh a1310498ee Fix the internal build and test failure introduced in #20329 5 years ago
Soheil Hassas Yeganeh 184d881b21 Avoid creating and copying strings when Status is OK in FinishOp. 5 years ago
Joshua Haberman cf857cb063 Removed custom int64 typedef in favor of int64_t. 5 years ago
Christian Maurer 738b199f62 Removing shadowing-warnings. PayloadAsyncRequest inherits these fields from BaseAsyncRequest. 5 years ago
Yash Tibrewal a4cf948b2f Experimental method to get a debugging only view into credentials 5 years ago
Arjun Roy db861a2546 Coalesced arena allocs in callback unary C++ code. 5 years ago
Yash Tibrewal 97f1f57dab Allow call credentials to be set even after the call is created but before initial metadata is sent 5 years ago
Karthik Ravi Shankar db7365753e Fix the compile error due to ByteBuffer in method_handler_impl.h 5 years ago
Karthik Ravi Shankar 29bb3ef973 Remove redundant MethodHandler friend declarations 5 years ago
Karthik Ravi Shankar 28b0671235 Make MethodHandler and related interfaces generic 5 years ago
yang-g fd106bf1ac Add accessor declaration for ClientContext 5 years ago
Soheil Hassas Yeganeh eadd5ea110 Directly use the ZeroCopyInputStream for grpc::GenericDeserialize. 5 years ago
Yash Tibrewal 01ec829945 Mark private methods of DelegatingChannel final (other than WaitForStateChangeImpl and NotifyOnStateChangeImpl) 5 years ago
Christian Maurer 46dddacdf3 remove all unused-parameter warnings 5 years ago
Arjun Roy b47d22f7f2 Mark assert failure path as unlikely in codegen. 5 years ago
Przemysław Sobala 9e65a88762 Fixed "implicitly-declared operator=" error from gcc 9 5 years ago
Moiz Haidry d8c0182360 Expose some of the internal codegen interfaces 5 years ago
Moiz Haidry bf994e48d9 Move grpc async, callback and sync implementation to grpc_impl namespace 5 years ago
Moiz Haidry 1c354e7c1f Move grpc async, callback and sync implementation to grpc_impl namespace 5 years ago