aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server
Commit message (Expand)AuthorAge
* Add a PreServerStart in global server callbacksGravatar yang-g2017-02-07
* Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-27
|\
| * Merge github.com:grpc/grpc into maxmsgszGravatar Craig Tiller2017-01-26
| |\
* | | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| |/ |/|
* | Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
| * Merge github.com:grpc/grpc into maxmsgszGravatar Craig Tiller2017-01-20
| |\ | |/ |/|
| * Remove double-checking of max-message-size in C++ layersGravatar Craig Tiller2017-01-19
* | Fix macGravatar Craig Tiller2017-01-12
* | Spam cleanupGravatar Craig Tiller2017-01-12
* | Uncover the badnessGravatar Craig Tiller2017-01-12
* | Fix stack corruptionGravatar Craig Tiller2016-12-08
* | Start resolving memory issues in C++ metadataGravatar Craig Tiller2016-12-08
* | Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-12-06
|\|
| * Merge branch 'track_cq_finalize' of github.com:vjpai/grpc into fixit29Gravatar Craig Tiller2016-12-05
| |\
| * | Fix shutdown problems with sync serverGravatar Craig Tiller2016-12-05
| | * clang-formatGravatar Vijay Pai2016-12-05
| | * Track requests that could cause other requests to be created, and don't doGravatar Vijay Pai2016-12-05
| |/
* | C++ compilesGravatar Craig Tiller2016-11-21
* | Start moving C++ to slice interfacesGravatar Craig Tiller2016-11-21
|/
* clang-formatGravatar Vijay Pai2016-11-01
* Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
* clang-formatGravatar Vijay Pai2016-11-01
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
* Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-10-28
|\
* | Move thread_manager.h header from server.h to server_cc.ccGravatar Sree Kuchibhotla2016-10-24
* | remove unused fieldsGravatar Sree Kuchibhotla2016-10-24
| * s/BUFFER_POOL/RESOURCE_QUOTA/gGravatar Craig Tiller2016-10-21
* | make gcc 4.6 and earlier versions happyGravatar Sree Kuchibhotla2016-10-20
* | Minor changes and called generate_projects.sh againGravatar Sree Kuchibhotla2016-10-20
* | Rename sync_methods_ to sync_requests_Gravatar Sree Kuchibhotla2016-10-19
* | Address code review commentsGravatar Sree Kuchibhotla2016-10-18
| * clang-formatGravatar Craig Tiller2016-10-18
* | reorder params in ServerGravatar Sree Kuchibhotla2016-10-18
| * BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
* | Rename GrpcRpcManager -> ThreadManagerGravatar Sree Kuchibhotla2016-10-13
* | Refactor SyncServerSettings codeGravatar Sree Kuchibhotla2016-10-13
* | Cleanup server_cc.ccGravatar Sree Kuchibhotla2016-10-03
| * Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-09-29
| |\
| | * Merge pull request #7833 from sreecha/fix_channel_from_fd_apiGravatar Nicolas Noble2016-09-29
| | |\
| * | | Buffer pool C++ wrapperGravatar Craig Tiller2016-09-28
| |/ /
* | | Make sync server settings configurableGravatar Sree Kuchibhotla2016-09-28
* | | Make settings configurableGravatar Sree Kuchibhotla2016-09-27
* | | new valueGravatar Sree Kuchibhotla2016-09-26
* | | fine tune the cq deadline value (temporarily)Gravatar Sree Kuchibhotla2016-09-26
* | | fix the plugin initialization order in ServerBuilderGravatar Sree Kuchibhotla2016-09-26
* | | fix shutdown crashGravatar Sree Kuchibhotla2016-09-26
* | | Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-09-21
|\| |
* | | More fixesGravatar Sree Kuchibhotla2016-09-21
* | | Minor changesGravatar Sree Kuchibhotla2016-09-21
* | | One RPCMgr instance per CQGravatar Sree Kuchibhotla2016-09-21