41 Commits (6e0697cd3afe1eb0232456c47734cf2b0acf7abb)

Author SHA1 Message Date
Craig Tiller 5e01e2ac97 Revert "Metadata handling rewrite" 8 years ago
Craig Tiller 78bc54e7d9 Fix stack corruption 8 years ago
Craig Tiller f658bf0e1b Start resolving memory issues in C++ metadata 8 years ago
Craig Tiller cca7589333 Start moving C++ to slice interfaces 8 years ago
Vijay Pai c0b2acb1a0 Use C++11 final and override 8 years ago
yang-g d558149a5e Add a helper to get canonical code from status 8 years ago
Mark D. Roth 6980362c4e Allow setting max send message size via C++ ServerBuilder API. 8 years ago
Nicolas Noble 5a36325896 Merge pull request #7502 from dgquintas/cpp_compression_level 8 years ago
David Garcia Quintas 6b11462da1 removed codegen/alloc.h 8 years ago
David Garcia Quintas 440558a7ec C++ Compression Level set properly 8 years ago
vjpai a12276932d Add some const 9 years ago
Vijay Pai ce350a5925 override->GRPC_OVERRIDE 9 years ago
David Garcia Quintas 30fb536053 PR comments (offline). 9 years ago
yang-g 15759f610e Let Next set ok=true when receiving error status 9 years ago
David Garcia Quintas 697a41f682 fixes to grpc++/impl/codegen/call.h 9 years ago
David Garcia Quintas d6fb831ce5 Updated codegen/call.h 9 years ago
yang-g b6f853d065 Add comment 9 years ago
David Garcia Quintas a301eaade8 Allow servers to select compression level via initial MD. 9 years ago
yang-g 7099d6fed6 Add an explicit base class pointer to avoid potential breakage. 9 years ago
Craig Tiller 4ee1a62723 Stress test fixes 9 years ago
Craig Tiller 399b3c42de Fix client_crash_test, implement idempotency, fail_fast for C++ 9 years ago
Craig Tiller 6169d5f7b0 Update copyrights 9 years ago
Craig Tiller f40df23eeb Auto-changes 9 years ago
David Garcia Quintas 9eef377865 clang-format 9 years ago
David Garcia Quintas b942640497 clang-format 9 years ago
David Garcia Quintas 6848c4e145 wip. prior to cq refactoring 9 years ago
David Garcia Quintas bcd78fe845 Added missing virtual dtor 9 years ago
Vijay Pai 30bf3ea4b9 clang-format 9 years ago
Vijay Pai c593ca0171 reset the shared_ptr 9 years ago
Vijay Pai 2b5638668e Drop the ref 9 years ago
Vijay Pai 5506bea349 Undo much of the previous commits so that only CallOpSet groups 9 years ago
Vijay Pai 38004a8e39 Wrap groups of related CallOpSet's into a ref-counted structure 9 years ago
Alistair Veitch 75d5c0f024 post merge 9 years ago
David Garcia Quintas b523c732d1 async_stream.h done. Compiles 9 years ago
David Garcia Quintas 2425bbbc55 Further work. Compiles. WIP 9 years ago
David Garcia Quintas a43aadd7e1 fixed copyrights 9 years ago
David Garcia Quintas 08a0a3306e Made "codedgen" directories closed over #includes 9 years ago
Craig Tiller 7536af02cf Eliminate gpr_ int types - and insist on C99 variants instead 9 years ago
Craig Tiller ddf3a511aa Add clang-format to sanity 9 years ago
Craig Tiller 04456843cd Windows fixes 9 years ago
yang-g e21908fcee impl 9 years ago
yang-g 9e2f90cd06 headers reorg 9 years ago
Craig Tiller d6c98df792 clang-format all source 9 years ago
Nicolas "Pixel" Noble 4960516c63 Properly initializing reserved pointer in tests. 9 years ago
Vijay Pai 94fd462df8 override and final 10 years ago
Vijay Pai 181ef45f5e Addressing outstanding typos and comments 10 years ago
vjpai 7d980e44b2 Remove lambda function with lambda capture to allow building with pre-lambda 10 years ago
David Garcia Quintas 664cda0ef5 Removed spurious check 10 years ago
David Garcia Quintas 6a3cf974f7 Added WriteOptions for per-message flags and modified CallOps to use it. 10 years ago
Nicolas "Pixel" Noble d8c04b3603 std::function is no longer implicitly included. Fixing this. 10 years ago