aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/server_context.cc
Commit message (Expand)AuthorAge
* Streaming API for callback serversGravatar Vijay Pai2018-11-30
* Properly clear metadata and other structs when reusing ServerContextGravatar Vijay Pai2018-11-13
* Merge pull request #17072 from yashykt/interceptor_cancellationGravatar Yash Tibrewal2018-11-06
|\
* | Release the CallbackWithSuccessTag from a server context completionopGravatar Vijay Pai2018-11-06
* | Refactoring of CallbackWithSuccessTagGravatar Vijay Pai2018-11-06
| * Add cancellation notificationGravatar Yash Tibrewal2018-11-01
* | Address reviewer comments.Gravatar Vijay Pai2018-10-31
* | Add support for IsCancelled checkGravatar Vijay Pai2018-10-30
* | Experimental C++ server callback unary APIGravatar Vijay Pai2018-10-29
|/
* Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-25
|\
* | Solve memory leak due to double setting of set_server_rpc_infoGravatar Yash Tibrewal2018-10-24
| * Arena-allocate the ServerContext::CompletionOpGravatar Vijay Pai2018-10-24
* | Server side interception for CompletionOp and AsyncRequestGravatar Yash Tibrewal2018-10-18
* | Server interception for SyncRequestGravatar Yash Tibrewal2018-10-18
* | Starting on server interceptorsGravatar Yash Tibrewal2018-10-16
* | Change types to use C++ types rather than core typesGravatar Yash Tibrewal2018-10-16
* | More changes for client interceptionGravatar Yash Tibrewal2018-10-16
* | Adding hook points for interception. Code compiles and tests still runGravatar Yash Tibrewal2018-10-16
|/
* Merge pull request #16492 from vjpai/client_callbackGravatar Vijay Pai2018-09-12
|\
| * Provide a generic client-side unary callback APIGravatar Vijay Pai2018-08-30
* | Lazily fill metadata mapGravatar ncteisen2018-08-28
|/
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
* Fix compression algorithm accessorsGravatar David Garcia Quintas2018-02-01
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
* Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
* Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
* Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
* Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
* Initialize pending_ops falseGravatar Noah Eisen2017-07-06
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-18
|\
| * Load Reporting back to using metadataGravatar David Garcia Quintas2017-04-15
* | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
|\|
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-01
| |\
| * | Fix ASAN failureGravatar Sree Kuchibhotla2017-04-01
* | | Async end2end test passesGravatar Craig Tiller2017-03-31
* | | Call ref/unref, bugfixesGravatar Craig Tiller2017-03-31
| |/ |/|
* | Removed wrong LR include from codegenGravatar David Garcia Quintas2017-03-30
|/
* Let ServerContext own the initial_metadata array for sync callsGravatar yang-g2017-02-22
* Use call context to propagare LR costsGravatar David Garcia Quintas2017-02-13
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
* Start resolving memory issues in C++ metadataGravatar Craig Tiller2016-12-08
* C++ compilesGravatar Craig Tiller2016-11-21
* Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
* Added missing var initializationGravatar David Garcia Quintas2016-07-22
* C++ Compression Level set properlyGravatar David Garcia Quintas2016-07-21
* Refactorings and renamings related to compression.Gravatar David Garcia Quintas2016-05-16
* Rollup of changes from the latest importGravatar Craig Tiller2016-04-11