aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server_builder.h
Commit message (Collapse)AuthorAge
* Merge pull request #11572 from vjpai/internalizeGravatar Vijay Pai2017-07-10
|\ | | | | Separate internal-only and public parts of C++ API
* | Revert "Reduce server memory usage"Gravatar Ken Payson2017-07-10
| | | | | | | | This reverts commit 53e6b56e32c79ba401a67cb349519c12991539cc.
| * Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
|/ | | | or that interface with core and are only for internal use
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge pull request #11143 from dgquintas/dns_serverGravatar David G. Quintas2017-06-02
|\ | | | | Make ServerBuilder accept (dns:///) URIs instead of just dns names
* \ Merge pull request #11246 from markdroth/doc_fixesGravatar Mark D. Roth2017-05-23
|\ \ | | | | | | More Doxygen comment improvements.
| * | Yet another Doxygen comment syntax fix.Gravatar Mark D. Roth2017-05-22
| | |
| * | Fixed Doxygen comment syntax.Gravatar Mark D. Roth2017-05-22
| | |
| * | More Doxygen comment improvements.Gravatar Mark D. Roth2017-05-19
| | |
* | | Minor edits and doxygenize some commentsGravatar Mehrdad Afshari2017-05-17
| | |
* | | minor: i.e->i.e.Gravatar Mehrdad Afshari2017-05-17
| | |
* | | minor: GRPC->gRPCGravatar Mehrdad Afshari2017-05-17
| | |
* | | minor: Link to GRPC_STATUS_IMPLEMENTEDGravatar Mehrdad Afshari2017-05-17
| | |
* | | Corrected the documentation for ServerBuilder::AddListenPortGravatar Mehrdad Afshari2017-05-17
|/ /
* | Merge pull request #11118 from muxi/backward-compat-devGravatar Muxi Yan2017-05-17
|\ \ | | | | | | Add Backward compatibility API to C++
| * | Take grpc_workaround_list as parameterGravatar Muxi Yan2017-05-17
| | |
| * | Add /doc/workarounds.mdGravatar Muxi Yan2017-05-16
| | |
| | * Make ServerBuilder accept (dns:///) URIs instead of just dns namesGravatar David Garcia Quintas2017-05-15
| | |
| * | Merge branch 'master' into backward-compat-devGravatar Muxi Yan2017-05-12
| |\|
| * | Use AddChannelArgument methodGravatar Muxi Yan2017-05-09
| | |
| * | Add EnableWorkaround API to enable server workaroundsGravatar Muxi Yan2017-05-09
| | |
* | | Ensure at least one cqGravatar Craig Tiller2017-04-27
| | |
* | | Increase default CQ count from 1 to num_cpusGravatar Craig Tiller2017-04-27
|/ /
| * Minor changesGravatar Sree Kuchibhotla2017-04-21
| |
| * Fixed pollersGravatar Sree Kuchibhotla2017-04-21
|/
* clang-formatGravatar Craig Tiller2017-04-19
|
* Initial thread manager fixesGravatar Craig Tiller2017-04-18
|
* Add channel arguments to server builderGravatar Craig Tiller2017-03-08
|
* Revert "Revert "Reduce memory bloat (each server cq is very expensive)""Gravatar David G. Quintas2016-12-17
|
* Revert "Reduce memory bloat (each server cq is very expensive)"Gravatar Craig Tiller2016-12-12
|
* Reduce memory bloat (each server cq is very expensive in C-core layer)Gravatar Sree Kuchibhotla2016-11-29
|
* Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-10-28
|\
* | Address code review commentsGravatar Sree Kuchibhotla2016-10-18
| |
| * BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
| |
* | Fix testGravatar Sree Kuchibhotla2016-10-13
| |
* | Refactor SyncServerSettings codeGravatar Sree Kuchibhotla2016-10-13
| |
| * Buffer pool C++ wrapperGravatar Craig Tiller2016-09-28
| |
* | Make settings configurableGravatar Sree Kuchibhotla2016-09-27
| |
* | Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-09-21
|\|
* | One RPCMgr instance per CQGravatar Sree Kuchibhotla2016-09-21
| |
| * Code review changes.Gravatar Mark D. Roth2016-09-15
| |
| * Allow setting max send message size via C++ ServerBuilder API.Gravatar Mark D. Roth2016-09-06
|/
* Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
|\
| * Added to server's shutdown docstringsGravatar David Garcia Quintas2016-06-13
| |
* | Switch server builder plugin API to something that will work with gcc4.4Gravatar Vijay Pai2016-06-10
| |
| * Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
| |\ | |/ |/|
| * got rid of grpc_compression_optionsGravatar David Garcia Quintas2016-05-17
| |
* | Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affineGravatar Craig Tiller2016-05-14
|\ \ | |/ |/|
* | Fix naming and comment problemsGravatar Yuchen Zeng2016-05-06
| |
* | Add plugins at the time of static initializationGravatar Yuchen Zeng2016-05-03
| |