123 Commits (bd6ac0f9d57dda96797bbd5b1bd27815342e7ee5)

Author SHA1 Message Date
Noah Eisen 58e0cbf9fb Enable the performance-* clang-tidy checks 7 years ago
Yash Tibrewal 3052cff753 Change comments 7 years ago
Yash Tibrewal efee8f227d Allow unlimited as the max receive message length 7 years ago
Muxi Yan 0e00c43082 Move headers from grpc++ to grpcpp 7 years ago
Vijay Pai d4d0a30c6f Privatize useful.h and avl.h 7 years ago
Jan Tattermusch c9ec2c0888
Revert "Stop using std::thread in C++ library since it can trigger exceptions" 7 years ago
Vijay Pai 5dd32268be Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism 7 years ago
ncteisen 139072ff92 Const correct and clang 8 years ago
ncteisen 85fac6df57 Quiet down server builder 8 years ago
Jan Tattermusch 7897ae9308 auto-fix most of licenses 8 years ago
Muxi Yan f6b622c08a Take grpc_workaround_list as parameter 8 years ago
yang-g 21035da1c9 Add api to server builder plugin to modify the builder 8 years ago
Muxi Yan 928681dc3d obsolete -> is obsolete 8 years ago
David Garcia Quintas 94ab1b55bf Make ServerBuilder accept (dns:///) URIs instead of just dns names 8 years ago
Muxi Yan f5b3db9c22 Use AddChannelArgument method 8 years ago
Muxi Yan b1a80c751d bug fixes 8 years ago
Muxi Yan cdc0d03b2d Add EnableWorkaround API to enable server workarounds 8 years ago
Alexander Polcyn f5521c33f9 Revert "Merge branch 'master' into v1.3.x" 8 years ago
Craig Tiller 11c5832b3e Get rid of second api for marking non-listening cqs 8 years ago
Craig Tiller 75bfb97548 Finish hybrid server stuff, ensure it gets tested 8 years ago
Craig Tiller 334c4678a3 Start building out C++ interface 8 years ago
Craig Tiller 9d9313cfc6 Threading robustness 8 years ago
Craig Tiller 12352b2c5c Add test of server builder, including channel args 8 years ago
Craig Tiller 153eaa7aba s/BUFFER_POOL/RESOURCE_QUOTA/g 9 years ago
Sree Kuchibhotla 6135535ca7 Minor changes and called generate_projects.sh again 9 years ago
Sree Kuchibhotla 385c9b2f05 Address code review comments 9 years ago
Craig Tiller afcc8752f3 clang-format 9 years ago
Sree Kuchibhotla e4eb51f20c reorder params in Server 9 years ago
Craig Tiller 20afa3d7c9 BufferPool --> ResourceQuota 9 years ago
Sree Kuchibhotla 8f7739bcd6 Rename GrpcRpcManager -> ThreadManager 9 years ago
Sree Kuchibhotla 96766195a6 Refactor SyncServerSettings code 9 years ago
Craig Tiller db1a5cce47 Buffer pool C++ wrapper 9 years ago
Sree Kuchibhotla a7a21d2049 Make sync server settings configurable 9 years ago
Sree Kuchibhotla 892dbf4d95 Make settings configurable 9 years ago
Sree Kuchibhotla 2d08f5bc8d fix the plugin initialization order in ServerBuilder 9 years ago
Sree Kuchibhotla 4028d2c11b More fixes 9 years ago
Sree Kuchibhotla aabada97a1 One RPCMgr instance per CQ 9 years ago
Mark D. Roth 0e256107e8 Code review changes. 9 years ago
Mark D. Roth 6980362c4e Allow setting max send message size via C++ ServerBuilder API. 9 years ago
Mark D. Roth 7331a7aa62 Change wrapped languages to use the new channel arg macro name. 9 years ago
David Garcia Quintas 468e16d97a server builder include fix 9 years ago
Yuchen Zeng 11d3c8f3d4 Add ServerBuilderPlugin::UpdateChannelArguments 9 years ago
Sree Kuchibhotla 3ea9e247e0 some refactoring 9 years ago
Vijay Pai 15855f3e7f Switch server builder plugin API to something that will work with gcc4.4 9 years ago
Vijay Pai eac07c3cc8 WIP 9 years ago
Vijay Pai b645a2d3ce Remove another range-based for 9 years ago
Craig Tiller fa96d86a99 Fix comments 9 years ago
Craig Tiller 8a7fe1a0ef Fix crash 9 years ago
Craig Tiller 20431a8618 Fix merge 9 years ago
Craig Tiller aae6c2cb96 Fix server plugin test 9 years ago