3154 Commits (f3b57e35ec127e2e19b72d27660402fbac7054ed)

Author SHA1 Message Date
Yash Tibrewal 50c60f03ba Rename GetSendMessage to GetSerializedSendMessage and GetOriginalSendMessage to GetSendMessage 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
Vijay Pai cfe08f35f3 Add comments explaining purpose and validity of interception API 6 years ago
Yash Tibrewal 31a775b425 Add missing argument 6 years ago
Yash Tibrewal d590583456 Allow interceptor creators to return nullptr 6 years ago
Hope Casey-Allen 233123ae3f Improve metadata documentation for the user 6 years ago
Juanli Shen eb9064db2f Clarify compression algorithm enum order 6 years ago
Vijay Pai c52ae0d000 Give the interceptors header files in include/grpcpp/support 6 years ago
Vijay Pai f2324e1c05 Reset the SendMessage pointer before post-interception 6 years ago
Yihua Zhang 0531d3d3ad extend local credentials to support tcp loopback 6 years ago
Vijay Pai b0b4c0d9c3 Add API comments indicating that byte buffer copy is size-independent 6 years ago
Nicolas "Pixel" Noble d550af373c Moving ::grpc::Alarm to ::grpc_impl::Alarm. 6 years ago
ncteisen 7b1fc0faa2 Add max_results to ServerSockets 6 years ago
Vijay Pai e7be6223d8 Delete unwanted constructor/assignment 6 years ago
yang-g f1f557bc43 Add a Shutdown call to HealthCheckServiceInterface 6 years ago
Vijay Pai 97de30d7b3 Allow the interceptor to know the method type 6 years ago
Vijay Pai 13a4977c23 Treat StartCall like a reserved callback since it is required 6 years ago
Vijay Pai eb0b39df3d Do OnDone as the actual last thing so that the reactor can be reused. 6 years ago
Soheil Hassas Yeganeh 2f55f4f85a Add TSAN annotations to gRPC. 6 years ago
Vijay Pai 606177bbc8 Document that ClientContext must remain alive for duration of RPC 6 years ago
Alexander Polcyn 570599cfc6 Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlock 6 years ago
Vijay Pai 2a0c0d7ad6 Streaming API for callback servers 6 years ago
Alexander Polcyn b203ed3c07 Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlock 6 years ago
Vijay Pai 2b5d45ab38 Fix clang-tidy and golden file issues 6 years ago
Vijay Pai 28dd7981d6 clang-format 6 years ago
Vijay Pai ea1156da3f Stop exposing streaming object class 6 years ago
Vijay Pai dac2066a1c Make StartCall() a releasing operation so that you can pile up ops 6 years ago
Vijay Pai fa45ffd418 Address reviewer comments 6 years ago
Vijay Pai d7eb26648d Client callback streaming 6 years ago
Noah Eisen b9a98dd2ab
Fix comment 6 years ago
Soheil Hassas Yeganeh 9128881b6d Add GPR_ATM_INC_ADD_THEN to grpc_core::RefCount 6 years ago
yang-g cdd698810b Move grpc_shutdown internals to a detached thread 6 years ago
Yash Tibrewal 726f044932 Include linux/version.h for manylinux 6 years ago
Yash Tibrewal 8fb11e6d5e Apply the conversion on the status irrespective of whether Pluck returned true 6 years ago
Yash Tibrewal 544f2a5abb Necessary change after #17219 6 years ago
Yash Tibrewal 626f1c9d53 Remove the std::unique_ptr, instead use move semantics everywhere 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 a9bee9b7ed Make Pluck use the changes made in FinalizeResult 6 years ago
Yash Tibrewal 5d7d6c0fbd Add method to fail hijacked send messages 6 years ago
Vijay Pai 0e29d7b9bc Properly clear metadata and other structs when reusing ServerContext 6 years ago
Yash Tibrewal 565edf5297 Add safety checks 6 years ago
Yash Tibrewal 699c10386d Add method to fail recv msg for hijacked rpcs 6 years ago
Yash Tibrewal a803f96e5a Add comment on cancellation being forever alone in the batch 6 years ago
Vijay Pai 1e850944e9 Release the CallbackWithSuccessTag from a server context completionop 6 years ago
Vijay Pai 526d2e6004 Refactoring of CallbackWithSuccessTag 6 years ago
yang-g 3f89327fd3 Enable building opencensus for bazel build 6 years ago
Yash Tibrewal f055c1cfd2 Remove unnecessary header 6 years ago