1789 Commits (b0a6be2b8f7791b62bb4c998845bee1ed1a23f23)

Author SHA1 Message Date
Vijay Pai b0a6be2b8f Remove some unnecessary new/delete patterns 8 years ago
Vijay Pai f4671bfaef Remove a namespace and start using a lambda for a small function 8 years ago
Vijay Pai c01958bf55 Cleanup unneeded namespace 8 years ago
Vijay Pai d75e7fec01 Fix a comment 8 years ago
Vijay Pai f2764e76f9 clang-format 8 years ago
Vijay Pai 90102c2bfc Eliminate unnecessary uses of new[]/delete[] that can be replaced 8 years ago
Vijay Pai a189b7b9f1 Make new file compliant with new standards 8 years ago
Vijay Pai 320ed13d3e Deprecate grpc::thread and sync in favor of std::thread,mutex,etc 8 years ago
Vijay Pai e140d5c60d Regenerate all projects 8 years ago
Vijay Pai 713c7b87e1 clang-format 8 years ago
Vijay Pai c0b2acb1a0 Use C++11 final and override 8 years ago
David Garcia Quintas 7ec291330c PR comments 8 years ago
Mark D. Roth 3f265857f4 Fix memory leak. 8 years ago
Mark D. Roth 6df607591c Fix portability problems. 8 years ago
Mark D. Roth fd635add1c clang-format 8 years ago
Noah Eisen 45ebd355cd Fix clang format 8 years ago
Noah Eisen e7223afdd5 Use default Empty ctor instead of Empty::default_instance 8 years ago
David Garcia Quintas 0baf1dc569 Made LB token dynamic size <= 50 bytes 8 years ago
Noah Eisen ca5cdf454c Add unimplemented_service test case for cpp interop client 8 years ago
Craig Tiller 86cb138ee9 Handle failed calls in sync client 8 years ago
Mark D. Roth 452287607f Add test for setting LB policy via C++ API. 8 years ago
Sree Kuchibhotla 14b701c114 Use nullptr instead of NULL. Move test to grpc namespace so that when using gcc4.4, we use nullptr definition in grpc++/impl/codegen/config.h 8 years ago
Sree Kuchibhotla cb4cd3dc5d make gcc4.4 happy 8 years ago
Sree Kuchibhotla 3fc578345d Change std::atomic_int to gpr_atm since gcc4.4 is complaining 8 years ago
Mark D. Roth e3a21005bf Fix propagation of channel args for insecure channels. 8 years ago
Sree Kuchibhotla 069c12de23 Fix thread_manager_test 8 years ago
Sree Kuchibhotla 85399f0824 clang formatting fixes 8 years ago
Makarand Dharmapurikar f01f7b6d6c clang-format fixes 8 years ago
Sree Kuchibhotla 6135535ca7 Minor changes and called generate_projects.sh again 8 years ago
Makarand Dharmapurikar e3dd1d7d11 modify stress_test command line options 8 years ago
Sree Kuchibhotla 920ed0c418 Modify Thread manager test 8 years ago
Noah Eisen 32eee7739b Changed name of rpc method to fit with the conventional naming. Also fixed type in interop client flag help message 8 years ago
Sree Kuchibhotla 385c9b2f05 Address code review comments 8 years ago
Craig Tiller afcc8752f3 clang-format 8 years ago
Mark D. Roth 24301717d4 Allow specifying extra flags for C++ interop server. 8 years ago
Vijay Pai d923583768 Minor cleanup - remove an unneeded header, mark a class final, explicitly specify parent class 8 years ago
Craig Tiller 20afa3d7c9 BufferPool --> ResourceQuota 8 years ago
Craig Tiller 14c836fcd1 Delambdaify 8 years ago
Craig Tiller b019d61f9a Fix benchmark shutdown 8 years ago
Yuchen Zeng 169c985f67 Remove generated pb files 8 years ago
Mark D. Roth 5e258bf32b clang-format 8 years ago
murgatroid99 583eb9b96f Clang format 8 years ago
yang-g c4292fb971 Add a simple test 8 years ago
Sree Kuchibhotla c37a8a56df Fix test 8 years ago
Sree Kuchibhotla d39f40da9e Fix include files 8 years ago
Sree Kuchibhotla 8f7739bcd6 Rename GrpcRpcManager -> ThreadManager 8 years ago
Vijay Pai 08126092e6 golden file 8 years ago
Vijay Pai 96e03110db clang-format 8 years ago
Vijay Pai 8d08b1d9ee Test all split streamed variations 8 years ago
Vijay Pai 65a9ef16ed Fix channel/stub for dup service use 8 years ago