aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server
Commit message (Expand)AuthorAge
...
* 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
| * | Code review changes.Gravatar Mark D. Roth2016-09-15
| | * Merge branch 'master' into fix_channel_from_fd_apiGravatar Sree Kuchibhotla2016-09-09
| | |\
| | * \ Merge branch 'master' into fix_channel_from_fd_apiGravatar Sree Kuchibhotla2016-09-09
| | |\ \
| * | \ \ Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-08
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-09-08
| | |\ \ \ | | | |_|/ | | |/| |
| * | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-06
| |\| | |
| * | | | Allow setting max send message size via C++ ServerBuilder API.Gravatar Mark D. Roth2016-09-06
| | * | | Merge pull request #7918 from y-zeng/server_builderGravatar kpayson642016-09-01
| | |\ \ \
| * | | | | Change wrapped languages to use the new channel arg macro name.Gravatar Mark D. Roth2016-08-31
| | * | | | server builder include fixGravatar David Garcia Quintas2016-08-31
| |/ / / /
| | * / / Add ServerBuilderPlugin::UpdateChannelArgumentsGravatar Yuchen Zeng2016-08-29
| |/ / /
| | | * Remove the API to return the underlying completion queue. This API is noGravatar Sree Kuchibhotla2016-08-22
| | | * Remove completion queue parameter from grpc_server_add_insecure_channel_from_...Gravatar Sree Kuchibhotla2016-08-22
| | |/ | |/|
* | | some refactoringGravatar Sree Kuchibhotla2016-08-22
| | * Rename some files to avoid conflicting .obj files on WindowsGravatar Craig Tiller2016-08-22
* | | Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-07-29
|\| |
| | * Merge pull request #7502 from dgquintas/cpp_compression_levelGravatar Nicolas Noble2016-07-28
| * | Added missing var initializationGravatar David Garcia Quintas2016-07-22
| * | C++ Compression Level set properlyGravatar David Garcia Quintas2016-07-21
* | | Minor changesGravatar Sree Kuchibhotla2016-07-19
* | | More changesGravatar Sree Kuchibhotla2016-07-19
|/ /
| * prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14
* | prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14