aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server
Commit message (Collapse)AuthorAge
* Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-17
|\
* \ Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
|\ \
| | * Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not definedGravatar Martin Dyring-Andersen2016-06-10
| |/
* | Switch server builder plugin API to something that will work with gcc4.4Gravatar Vijay Pai2016-06-10
| |
* | WIPGravatar Vijay Pai2016-06-10
| |
* | Remove another range-based forGravatar Vijay Pai2016-06-09
| | | | | | | | | | Do not make explicit comparisons against nullptr; only use implicit typecast to bool
| * Merge pull request #6481 from dgquintas/compression_md_level_bisGravatar Jan Tattermusch2016-06-08
| |\ | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup
| * | clang-format, fix headers, windows fixesGravatar Adam Michalik2016-06-07
| | |
| * | Add C++ support for using external FDGravatar Adam Michalik2016-06-07
|/ /
| * Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
| |\ | |/ |/|
* | Fix commentsGravatar Craig Tiller2016-05-21
| |
* | Fix crashGravatar Craig Tiller2016-05-20
| |
* | Fix formatting, mem leak, stallGravatar Craig Tiller2016-05-20
| |
* | Fix mergeGravatar Craig Tiller2016-05-20
| |
* | Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into ↵Gravatar Craig Tiller2016-05-20
|\ \ | | | | | | | | | test_affine
* | | Fix server plugin testGravatar Craig Tiller2016-05-20
| | |
* | | Mark sync cq as non-listening when it isGravatar Craig Tiller2016-05-19
| | |
| | * got rid of grpc_compression_optionsGravatar David Garcia Quintas2016-05-17
| | |
| | * Refactorings and renamings related to compression.Gravatar David Garcia Quintas2016-05-16
| | | | | | | | | | | | Also added levels to the channel args options.
| * | Fix a typoGravatar Sree Kuchibhotla2016-05-16
| | |
| * | Change error to warning since we do not have a good way to determineGravatar Sree Kuchibhotla2016-05-16
| | | | | | | | | | | | whether the server is sync or async
| * | Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-05-16
| |\|
* | | Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affineGravatar Craig Tiller2016-05-14
|\| | | |/ |/|
* | Renamed some definesGravatar David Garcia Quintas2016-05-12
| |
* | Fix naming and comment problemsGravatar Yuchen Zeng2016-05-06
| |
* | Add plugins at the time of static initializationGravatar Yuchen Zeng2016-05-03
| |
* | Server builder pluginGravatar Yuchen Zeng2016-04-29
| |
| * Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-04-26
| |\ | |/ |/|
* | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-21
|\ \
| | * generate_projects.sh and fix copyright yearGravatar Sree Kuchibhotla2016-04-21
| | |
| | * Add a safety check to ensure atleast one of the completion queues isGravatar Sree Kuchibhotla2016-04-21
| | | | | | | | | | | | listening completion queue (i.e frequently polled)
| | * Add the option of adding a non-listening server completion queue. This makes ↵Gravatar Sree Kuchibhotla2016-04-21
| | | | | | | | | | | | writing certain test cases (like hybrid_end2end tests) easier
| * | Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| |/ | | | | | | application handle the authentication.
* / Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
|/
* Initial interface rework to allow knowing whether to pull payload at ↵Gravatar Craig Tiller2016-04-04
| | | | registration, not at request time
* Merge github.com:grpc/grpc into copyright-fixGravatar Craig Tiller2016-03-31
|\
* | Update copyrightsGravatar Craig Tiller2016-03-31
| |
| * Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-28
| |\ | |/ |/|
* | Fix includesGravatar Craig Tiller2016-03-25
| |
* | Auto-changesGravatar Craig Tiller2016-03-25
| |
| * Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-21
| |\ | |/ |/|
* | Implemented compression level algorithms properly (as a function of the ↵Gravatar David Garcia Quintas2016-03-17
| | | | | | | | accepted algorithms by the call's peer.
| * Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-16
| |\ | |/ |/|
| * Punch through flags for incoming callsGravatar Craig Tiller2016-03-09
| |
* | Revert "Revert "Properly integrate async API with server-side cancellations.""Gravatar Sree Kuchibhotla2016-03-07
|/
* Revert "Properly integrate async API with server-side cancellations."Gravatar Sree Kuchibhotla2016-03-04
|
* Properly integrate async API with server-side cancellations.Gravatar Vijay Pai2016-03-03
| | | | There is a comment above IsCancelled that says when it is ok to use this.
* Add a way to override channel arguments for server creationGravatar yang-g2016-02-17
|
* Remove a vestigeGravatar vjpai2016-02-11
|
* fixed_size_thread_pool : why do we even have that lever? It has beenGravatar vjpai2016-02-11
| | | | deprecated and unused for quite some time.