15 Commits (b232bacf2792430801e50c716e4f92b6f6f1551a)

Author SHA1 Message Date
Yash Tibrewal b232bacf27 Starting on server interceptors 6 years ago
Yash Tibrewal f9fe345553 Add more tests for client interceptors 6 years ago
Yash Tibrewal cc8c27950c Change types to use C++ types rather than core types 6 years ago
Yash Tibrewal 6fb7bd23bf s/GPR_ASSERT/GPR_CODEGEN_ASSERT and few more bugs 6 years ago
Yash Tibrewal 6f05a711e6 Adding a test 6 years ago
Yash Tibrewal 63bdf4e236 More changes for client interception 6 years ago
Yash Tibrewal 5d831da9d1 Adding hook points for interception. Code compiles and tests still run 6 years ago
Vijay Pai 20778b0c46 Address reviewer comments 6 years ago
Vijay Pai 8bf52535d1 Provide a generic client-side unary callback API 6 years ago
ncteisen 743d40d635 Lazily fill metadata map 6 years ago
Yash Tibrewal 73a124fcfb Wire to socket doc change 7 years ago
yang-g 801e566622 handle empty slice explicitly 7 years ago
Vijay Pai a4da2d2a54 Eliminate existence of SneakyCallOpSet, some server cleanup 7 years ago
Muxi Yan 0e00c43082 Move headers from grpc++ to grpcpp 7 years ago
Jan Tattermusch 97209aee1a fix warning & typo 7 years ago
ncteisen 6193c63dab Reviewer feedback 7 years ago
ncteisen 64e0b10a97 Variable name consistency 7 years ago
ncteisen b9cff78f9e Reviewer feedback 7 years ago
Noah Eisen 0d7f5e77c0 No null string ctor 7 years ago
ncteisen 74c106eff3 Add error string to C++ 7 years ago
Vijay Pai 3aeff224ed Remove some dead code from a previous iteration of internal::Call 7 years ago
ncteisen 14c60f1d12 Fix segfault 7 years ago
ncteisen 0354c22d40 Save C++ for follow up PR 7 years ago
ncteisen 40737d67ee Add error string to recv status API 7 years ago
Vijay Pai 06e174a088 Separate public and internal C++ interfaces 7 years ago
thinkerou d582cdf0ae fix typo 7 years ago
Vijay Pai 953afecaaf Add an explicit void 2nd parameter to invocation of SerializationTraits 7 years ago
Muxi Yan 8fa4d15513 Fix C++ builds 7 years ago
Vijay Pai a44cffa11f Base the new SerializationTraits API on implicit type conversion rather than SFINAE 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 4433973242 Address review comments 7 years ago
Vijay Pai 1c32292c7b Address reviewer comments 7 years ago
Vijay Pai 677395558d Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer 7 years ago
Craig Tiller 9bebf8b22a C++ API for write-through 7 years ago
Ken Payson 4754398f81 Clang_format 7 years ago
Ken Payson 567e0f1eb6 Have write ops take ownership over slices 7 years ago
Vijay Pai b18ab3f7c8 Delete deprecated constructor and CallOpSetCollectionInterface 7 years ago
Jan Tattermusch e68c0d1722 Revert "Reintroduce a lambda capture as part of C++11-izing code" 7 years ago
Muxi Yan c80526d122 Modify C++ and Objective C to initialize maybe_stream_compression_level 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 8 years ago
yang-g d03594fb73 second try 8 years ago
yang-g 0d9caecde2 Unref the call first in case the collection is still used in call 8 years ago
Vijay Pai 10c040d455 Move collection reset before unref (since unref could destroy obj) 8 years ago
Vijay Pai fc539eb193 Re-enable public constructor for ClientAsyncResponseReader to avoid busting client that bypassed code generator. This code is deprecated-on-arrival as it is a performance pessimization. This code path should not be used. 8 years ago
Jan Tattermusch 7897ae9308 auto-fix most of licenses 8 years ago
Alexander Polcyn d809a15ec4 cpp doc nits 8 years ago
Vijay Pai 611e7e78de Reintroduce a lambda capture as part of C++11-izing code 8 years ago
Alexander Polcyn f5521c33f9 Revert "Merge branch 'master' into v1.3.x" 8 years ago