Historial de Commits

Autor SHA1 Mensaje Fecha
  Vijay Pai 1f0cdd5aad Construct DefaultReactor lazily since not always needed hace 5 años
  Vijay Pai 94a8c5888a Remove namespace experimental from namespace grpc_impl hace 6 años
  Vijay Pai be6979202b Revamp server-side C++ callback API, message allocator, and mocking hace 6 años
  Esun Kim f40a702441 Clean up headers hace 6 años
  Vijay Pai ab72f441d8 Remove unused-parameter warnings, round 2 (14 of 19) hace 6 años
  Vijay Pai 41d89242ad Remove unused parameter warning (2 of 20) hace 6 años
  Vijay Pai 6f9fe64626 Improve logging on API misuse assert hace 6 años
  Moiz Haidry bf994e48d9 Move grpc async, callback and sync implementation to grpc_impl namespace hace 6 años
  Moiz Haidry 226e63dd0c Move server context implementation to grpc_impl namespace and typedef the ref to it hace 6 años
  Soheil Hassas Yeganeh 2b9448a71c Revert "Revert "Introduce C++ wrappers for gpr_mu and gpr_cv."" hace 6 años
  Alexander Polcyn d09c9f8e20 Revert "Introduce C++ wrappers for gpr_mu and gpr_cv." hace 6 años
  Vijay Pai 41c6cba9f5 Make sure that OnCancel happens after OnStarted hace 6 años
  Soheil Hassas Yeganeh a26c09dd25 Introduce C++ wrappers for gpr_mu and gpr_cv. hace 6 años
  Vijay Pai 04a6b8467c Support callback on cancellation of server-side unary RPCs hace 6 años
  Soheil Hassas Yeganeh 059e104475 Use grpc_core::RefCount for ServerContext. hace 6 años
  Vijay Pai 8feb16171a Add an expectation and fix a ServerContext bug hace 6 años
  Vijay Pai 2a0c0d7ad6 Streaming API for callback servers hace 7 años
  Vijay Pai 0e29d7b9bc Properly clear metadata and other structs when reusing ServerContext hace 7 años
  Yash Tibrewal 193b4b57ec Merge pull request #17072 from yashykt/interceptor_cancellation hace 7 años
  Vijay Pai 1e850944e9 Release the CallbackWithSuccessTag from a server context completionop hace 7 años
  Vijay Pai 526d2e6004 Refactoring of CallbackWithSuccessTag hace 7 años
  Yash Tibrewal fd88dcaf55 Add cancellation notification hace 7 años
  Vijay Pai 932abf48a3 Address reviewer comments. hace 7 años
  Vijay Pai 2f47137a6e Add support for IsCancelled check hace 7 años
  Vijay Pai 84e763f10a Experimental C++ server callback unary API hace 7 años
  Yash Tibrewal 3896dabb85 Merge branch 'master' into interceptors hace 7 años
  Yash Tibrewal 281de1bb30 Solve memory leak due to double setting of set_server_rpc_info hace 7 años
  Vijay Pai 45dfbe097e Arena-allocate the ServerContext::CompletionOp hace 7 años
  Yash Tibrewal 456231b26d Server side interception for CompletionOp and AsyncRequest hace 7 años
  Yash Tibrewal adca91f6cf Server interception for SyncRequest hace 7 años