594 Commits (b32ffb91459a57d6652d55d212d039d518e47b32)

Author SHA1 Message Date
Jan Tattermusch bd0b0546a6 windows compilation fixes 8 years ago
Dan Zhang 340bb83a59 Change shutdown_test.cc to use credential provider API to test against 8 years ago
Craig Tiller 7c70b6c144 Revert "Revert "Metadata handling rewrite"" 8 years ago
Craig Tiller 5e01e2ac97 Revert "Metadata handling rewrite" 8 years ago
Craig Tiller ffc843ddcb Fix test 8 years ago
Craig Tiller 95beab2284 Uncover the badness 8 years ago
yang-g cc5910228d manual revert of #8901 8 years ago
Mark D. Roth 13f3574642 clang-format 9 years ago
Mark D. Roth 473ff83fac Fix filter_end2end_test. 9 years ago
Craig Tiller f658bf0e1b Start resolving memory issues in C++ metadata 9 years ago
Craig Tiller fbcd9a7344 Update server_crash_test to account for longer reconnect timeouts 9 years ago
Craig Tiller 3b45b8d60b Revert "Test credentials provider update" 9 years ago
yang-g 8e9fc9bd0e Test credentials provider update 9 years ago
Mark D. Roth 4bbdda4444 Allow getting LB policy name and service config in C++ API. 9 years ago
Vijay Pai 56540ba9f9 clang-format 9 years ago
Vijay Pai 1b87ddee0a One more NULL->nullptr 9 years ago
Vijay Pai b0a6be2b8f Remove some unnecessary new/delete patterns 9 years ago
Vijay Pai 90102c2bfc Eliminate unnecessary uses of new[]/delete[] that can be replaced 9 years ago
Vijay Pai a189b7b9f1 Make new file compliant with new standards 9 years ago
Vijay Pai 320ed13d3e Deprecate grpc::thread and sync in favor of std::thread,mutex,etc 9 years ago
Vijay Pai 713c7b87e1 clang-format 9 years ago
Vijay Pai c0b2acb1a0 Use C++11 final and override 9 years ago
Mark D. Roth 3f265857f4 Fix memory leak. 9 years ago
Mark D. Roth 6df607591c Fix portability problems. 9 years ago
Mark D. Roth fd635add1c clang-format 9 years ago
Mark D. Roth 452287607f Add test for setting LB policy via C++ API. 9 years ago
Mark D. Roth e3a21005bf Fix propagation of channel args for insecure channels. 9 years ago
Craig Tiller 20afa3d7c9 BufferPool --> ResourceQuota 9 years ago
Sree Kuchibhotla c37a8a56df Fix test 9 years ago
Vijay Pai 96e03110db clang-format 9 years ago
Vijay Pai 8d08b1d9ee Test all split streamed variations 9 years ago
Vijay Pai 65a9ef16ed Fix channel/stub for dup service use 9 years ago
Vijay Pai 61536a7371 Making split streaming testable 9 years ago
David Garcia Quintas e5b4c26ef7 more usage of std::string 9 years ago
Craig Tiller db1a5cce47 Buffer pool C++ wrapper 9 years ago
Sree Kuchibhotla 892dbf4d95 Make settings configurable 9 years ago
Mark D. Roth 9477724003 Change C++ API to expose wait_for_ready instead of fail_fast. 9 years ago
yang-g d5fba280bb make inline metadata value clearer 9 years ago
yang-g 4b4571ab88 Add a test for nonbin header containing binary value 9 years ago
yang-g c580af37e0 Add a check for metadata from auth plugin 9 years ago
Craig Tiller 44b12f9e23 clang-format 9 years ago
Craig Tiller bd37a21c26 Cleanup, debug support 9 years ago
murgatroid99 7c5befd86b Change UnimplementedService to UnimplementedEchoService in echo.proto 9 years ago
Vijay Pai d4d5f4cd53 clang-format 9 years ago
Vijay Pai a9c0d7f88b Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is 9 years ago
murgatroid99 623dd4f556 Renamed GPR_ constants to GRPC_ in iomgr/port.h 9 years ago
murgatroid99 5407089b37 Separate out iomgr-specific constants into a separate header 9 years ago
Vijay Pai 5d94118d0d clang-format 9 years ago
Vijay Pai ff91dea149 Be able to specify FCUnaryService just like AsyncService so that all 9 years ago
David Garcia Quintas c79b0650d2 removed codegen/log.h 9 years ago