aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server_builder.h
Commit message (Collapse)AuthorAge
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
|
* Revert "Stop using std::thread in C++ library since it can trigger exceptions"Gravatar Jan Tattermusch2018-01-12
|
* Switch C++ sync server to use gpr_thd rather than std::thread and provide ↵Gravatar Vijay Pai2018-01-08
| | | | resource exhaustion mechanism
* Update commentsGravatar Craig Tiller2017-11-29
|
* ServerBuilder interface cleanupGravatar Craig Tiller2017-11-28
| | | | | | | | | | Nothing is added or removed in this PR. Instead, methods are re-ordered so that important methods are read first, and less important customization methods are seen later. The intent here is to simplify the "I just want to bring a server up" code path.
* Default to 1 cq per sync serverGravatar Ken Payson2017-11-10
|
* Add back mpscq request matcherGravatar Ken Payson2017-11-07
|
* Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
|
* Fix param annotation for AddListeningPort()Gravatar Anna Sapek2017-10-10
|
* Comment that IPv6 Any accepts both IPv4 and IPv6 connections.Gravatar K.K. Yap2017-09-11
|
* Specify that ServerCompletionQueue must be drained.Gravatar Vijay Pai2017-09-07
|
* Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
|
* 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
| |