23 Commits (3c9fcac01bef8a85d91d6b80faf2a84329df1a61)

Author SHA1 Message Date
Alisha Nanda 25c35b6db7 Revert "Revert "Merge pull request #24047 from grpc/revert-23916-server-context"" 4 years ago
Alisha Nanda 84c4994dc7 Revert "Merge pull request #24047 from grpc/revert-23916-server-context" 4 years ago
Karthik Ravi Shankar b657c8d79c
Revert "Revert "Move ServerContext from ::grpc_impl to ::grpc"" 4 years ago
Karthik Ravi Shankar f1abdd1725
Revert "Move ServerContext from ::grpc_impl to ::grpc" 4 years ago
Karthik Ravi Shankar a23578444c Fix and format build after rebase 4 years ago
Karthik Ravi Shankar 56d7d9e804 Move ServerContext from ::grpc_impl to ::grpc 4 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
Vijay Pai 300252a857
Constify parameter struct since all fields set at construction 5 years ago
Christian Maurer 46dddacdf3 remove all unused-parameter warnings 5 years ago
Moiz Haidry 226e63dd0c Move server context implementation to grpc_impl namespace and typedef the ref to it 6 years ago
yang-g 6929cdd654 initial 6 years ago
Rohan Talip d68c0d29d9 Renamed the param in the documentation for HandleParameter to match the actual parameter. 6 years ago
Vijay Pai 932abf48a3 Address reviewer comments. 6 years ago
Vijay Pai b460622c2d Address reviewer comments 6 years ago
Vijay Pai 84e763f10a Experimental C++ server callback unary API 6 years ago
Vijay Pai 371b1d99d5 Add call as param to MethodHandler::Deserialize to allow arena use 6 years ago
Yash Tibrewal adca91f6cf Server interception for SyncRequest 6 years ago
Yash Tibrewal d042a5acf1 some tests fail 6 years ago
ncteisen 7d474811ab Reviewer feedback 7 years ago
ncteisen a0a59537d2 s/CodegenGeneric/Raw/g 7 years ago
ncteisen 0d878eae6c Fix build 7 years ago
ncteisen d170b83e0d Allow AsyncServer with one generic to compile 7 years ago
ncteisen 93a90e6132 Support codegen generic on server side 7 years ago
Muxi Yan 0e00c43082 Move headers from grpc++ to grpcpp 7 years ago
Vijay Pai 06e174a088 Separate public and internal C++ interfaces 7 years ago
Vijay Pai efce6e1e50 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" 7 years ago
Jan Tattermusch 5432dd8874 Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer" 7 years ago
Vijay Pai 677395558d Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer 7 years ago
Vijay Pai 6abd20020b Revert "Separate internal-only and public parts of C++ API" 7 years ago
Vijay Pai c0baec60a1 Internalize structs and methods meant for being exposed through codegen 7 years ago
Jan Tattermusch 7897ae9308 auto-fix most of licenses 8 years ago
Alexander Polcyn d809a15ec4 cpp doc nits 8 years ago
Craig Tiller 62f28bfcf0 Remove double-checking of max-message-size in C++ layers 8 years ago
Mark D. Roth 6980362c4e Allow setting max send message size via C++ ServerBuilder API. 8 years ago
Vijay Pai 5d94118d0d clang-format 8 years ago
David Garcia Quintas 3b31fdf77b removed codegen/byte_buffer.h 8 years ago
vjpai 7142a91fc9 Fix up service types and method handlers so that FC unary can work properly. 9 years ago
Craig Tiller f40df23eeb Auto-changes 9 years ago
David Garcia Quintas ab5da5ef7a Added missing codegen includes 9 years ago
Alistair Veitch 75d5c0f024 post merge 9 years ago
Craig Tiller d6599a39e4 Replicate C++ docs from master to beta branch 9 years ago
Craig Tiller 00ad71c135 Revert "C++ docs" 9 years ago
Julien Boeuf 5be92a316d Shuffling headers around. 9 years ago
Julien Boeuf 0c711ad88b Adding C++ metadata processor. 9 years ago
David Garcia Quintas 82bdd3f239 First pass. 9 years ago
David Garcia Quintas 1678c58183 wip 9 years ago
yang-g 9e2f90cd06 headers reorg 9 years ago
Julien Boeuf bc265583d6 Addressing comments. Thanks Yang! 9 years ago
Julien Boeuf c2274e7069 Adding C++ auth metadata processor. 9 years ago