aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/server_cc.cc
Commit message (Expand)AuthorAge
* 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
|\ \ \ | | |/ | |/|
| * | Add ports to global server callback.Gravatar yang-g2017-03-31
* | | Async end2end test passesGravatar Craig Tiller2017-03-31
|/ /
| * Update C++ codeGravatar Sree Kuchibhotla2017-03-22
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-21
| |\ | |/ |/|
* | Add test of server builder, including channel argsGravatar Craig Tiller2017-03-08
| * Prefix grpc_cq_polling_type enums with GRPC_CQ_Gravatar Sree Kuchibhotla2017-03-03
| * C++ code changes in response to grpc_completion_queue_create() API changeGravatar Sree Kuchibhotla2017-03-03
|/
* Let ServerContext own the initial_metadata array for sync callsGravatar yang-g2017-02-22
* Merge branch 'master' into healthGravatar yang-g2017-02-17
|\
| * Restore the NextMessageSize for streamed callsGravatar yang-g2017-02-16
* | Remove asyncGravatar yang-g2017-02-07
| * Add a PreServerStart in global server callbacksGravatar yang-g2017-02-07
* | Update for API changeGravatar yang-g2017-01-30
* | Merge remote-tracking branch 'upstream/master' into healthGravatar yang-g2017-01-30
|\|
| * Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-27
| |\