65 Commits (3c9fcac01bef8a85d91d6b80faf2a84329df1a61)

Author SHA1 Message Date
Karthik Ravi Shankar 751b9c105f Move ClientContext from ::grpc_impl to ::grpc 4 years ago
Karthik Ravi Shankar 15cce00f52
Revert "Revert "Fold Channel and CompletionQueue from grpc_impl to grpc"" 4 years ago
Karthik Ravi Shankar f3f9e8941a
Revert "Fold Channel and CompletionQueue from grpc_impl to grpc" 4 years ago
Karthik Ravi Shankar ab775de1a2 Build and formatting fixes 4 years ago
Yash Tibrewal a80bb13fd0 Fix FailHijackedRecvMessage for generic async APIs 4 years ago
Esun Kim 165ee5007a Replaced grpc::string with std::string 4 years ago
T.J. Mercier d8c9ab1645 I is a reserved identifier 5 years ago
Yash Tibrewal 6a6481cb83 Reviewer comments 5 years ago
Yash Tibrewal e714d0fcb8 Reviewer comments 5 years ago
Yash Tibrewal edbae5d8e6 Fix interceptor batch method FailHijackedRecvMessage for async APIs 5 years ago
Pavel Simó b91d433ba4
Fix typo 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
Na-Na Pang 58b352343e comment out grpc_log 5 years ago
Vijay Pai 20458806e8 Remove asserts from impl/codegen 5 years ago
Vijay Pai 6f9fe64626 Improve logging on API misuse assert 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
Christian Maurer 46dddacdf3 remove all unused-parameter warnings 5 years ago
Przemysław Sobala 9e65a88762 Fixed "implicitly-declared operator=" error from gcc 9 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
Karthik Ravi Shankar 8b91dc5fd2 Move more of usage to grpc_impl 6 years ago
Moiz Haidry 3ce20819cf Modify codegen to use grpc_impl namespace and other cleanups 6 years ago
yang-g a0f5cb4528 Fix assignment operator 6 years ago
Yash Tibrewal c58b4a3964 Clang format 6 years ago
Yash Tibrewal 67bdbbdf6f Fix a bug where POST_RECV_MESSAGE is not being triggered 6 years ago
Karthik Ravi Shankar 03b079499c Move CompletionQueue and Channel 6 years ago
Karthik Ravi Shankar 6be0b06c69
Revert "Fold CompletionQueue and ServerCompletionQueue into grpc_impl" 6 years ago
Karthik Ravi Shankar 62fb156122 Fold CompletionQueue and ServerCompletionQueue into grpc_impl 6 years ago
Karthik Ravi Shankar 891b6cf7ae
Revert "Folding CompletionQueue and ServerCompletionQueue." 6 years ago
Nicolas "Pixel" Noble 12b0db3e57 Folding CompletionQueue and ServerCompletionQueue. 6 years ago
Yash Tibrewal 3a2cfe50ec Rever copyright changes 6 years ago
Yash Tibrewal 9dd8a13439 Restructure code to handle cases exposed by the callback api 6 years ago
Yash Tibrewal 4dcb14ec9e Fix codegen_test_minimal 6 years ago
Yash Tibrewal d347ec7ce0 Register for cq avalanching when interceptors are going to be run 6 years ago
Yash Tibrewal b35b449166 Update docs according to #17630 6 years ago
Yash Tibrewal 34d77aae5e Always nullify serializer to free memory 6 years ago
Yash Tibrewal 7d1491d64c Address reviewer comments 6 years ago
Yash Tibrewal 2b4781ca52 Use Status() instead of Status::OK to avoid issues with codegen_test_minimal 6 years ago
Yash Tibrewal df49204b97 Remove unused variable 6 years ago
Yash Tibrewal 4224384d39 Modifying semantics for GetSendMessage and GetSerializedSendMessage. 6 years ago
Yash Tibrewal c6261f4b91 Rename new SendMessage types to SendMessagePtr 6 years ago
Yash Tibrewal 4aeba42528 Provide GetOriginalSendMessage for some APIs 6 years ago
Yash Tibrewal 31a775b425 Add missing argument 6 years ago
Vijay Pai f2324e1c05 Reset the SendMessage pointer before post-interception 6 years ago
Yash Tibrewal 00c9c40004 Remove extraneous logging statements 6 years ago
Yash Tibrewal d4ebd30eb2 Add method to get status of send message op on POST_SEND_MESSAGE 6 years ago
Yash Tibrewal 0911e489e3 Add a method to check whether the message was received successfully 6 years ago
Yash Tibrewal 5d7d6c0fbd Add method to fail hijacked send messages 6 years ago