aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/server_cc.cc
Commit message (Expand)AuthorAge
...
* Implement Watch method in health check service.Gravatar Mark D. Roth2018-08-28
* Fix typoGravatar Yash Tibrewal2018-08-16
* Add a nullptr checkGravatar Yash Tibrewal2018-08-16
* Merge pull request #16356 from vjpai/exhaustionGravatar Vijay Pai2018-08-15
|\
| * Address reviewer commentsGravatar Vijay Pai2018-08-15
| * Create a new method handler for resource exhaustion and tie into thread mgrGravatar Vijay Pai2018-08-14
* | fix typoGravatar ncteisen2018-08-14
* | Change thread default to INT_MAXGravatar ncteisen2018-08-14
|/
* Fix default argument(put it in header instead of source file)Gravatar Sree Kuchibhotla2018-08-06
* Make resource quota argument optional to the Server constructorGravatar Sree Kuchibhotla2018-08-01
* Revert "Revert "Restrict the number of threads in C++ sync server""Gravatar Sree Kuchibhotla2018-08-01
* Revert "Restrict the number of threads in C++ sync server"Gravatar Nicolas Noble2018-07-31
* Change the default max threads to something more reasonableGravatar Sree Kuchibhotla2018-07-25
* Add Tests in Core and C++ and fix a few related bugs in thread_manager.ccGravatar Sree Kuchibhotla2018-07-24
* Each ThreadManager is a resource userGravatar Sree Kuchibhotla2018-07-20
* Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
* Eliminate existence of SneakyCallOpSet, some server cleanupGravatar Vijay Pai2018-03-22
* replaced loop with range expressionGravatar makdharma2018-03-12
* variable init sequence fixGravatar makdharma2018-03-09
* Remove "final" keyword and make methods protected.Gravatar makdharma2018-02-23
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
* Revert "Stop using std::thread in C++ library since it can trigger exceptions"Gravatar Jan Tattermusch2018-01-12
* Resolve leak by freeing request payload if resources exhaustedGravatar Vijay Pai2018-01-10
* Switch C++ sync server to use gpr_thd rather than std::thread and provide res...Gravatar Vijay Pai2018-01-08
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
* Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
* Workaround bug for a momentGravatar Craig Tiller2017-10-13
* Make grpc_call_log_batch take const char*Gravatar yang-g2017-09-05
* Log offending ops and error code before crashing the serverGravatar yang-g2017-08-30
* Resolve commentsGravatar yang-g2017-07-28
* Allow adding events to cq after shutdown is called.Gravatar yang-g2017-07-28
* Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
* Create inproc transport, add relevant tests, exclude irrelevant testsGravatar Vijay Pai2017-07-14
* Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Propagate deadline to GenericServerContextGravatar yang-g2017-05-11
* Lower the level of a log message to INFOGravatar yang-g2017-05-08
* Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-19
|\
* \ Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-18
|\ \
| | * Fix, restore drainingGravatar Craig Tiller2017-04-18
| | * Initial thread manager fixesGravatar Craig Tiller2017-04-18
| |/
| * Merge pull request #10663 from yang-g/globalcallbackGravatar Yang Gao2017-04-17
| |\
* | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
|\| |
| | * Update ServerGlobalCallback::AddPort apiGravatar yang-g2017-04-14
| * | Merge pull request #10583 from ctiller/server_startGravatar Craig Tiller2017-04-14
| |\ \
| | * | Threading robustnessGravatar Craig Tiller2017-04-11
| | |/
| * | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-01
| |\|
| * | clang formatGravatar Sree Kuchibhotla2017-04-01
| * | Fix ASAN failureGravatar Sree Kuchibhotla2017-04-01
* | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-01
|\ \ \ | | |/ | |/|