Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update comments | Craig Tiller | 2017-11-29 |
| | |||
* | ServerBuilder interface cleanup | Craig Tiller | 2017-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 server | Ken Payson | 2017-11-10 |
| | |||
* | Add back mpscq request matcher | Ken Payson | 2017-11-07 |
| | |||
* | Separate public and internal C++ interfaces | Vijay Pai | 2017-10-26 |
| | |||
* | Fix param annotation for AddListeningPort() | Anna Sapek | 2017-10-10 |
| | |||
* | Comment that IPv6 Any accepts both IPv4 and IPv6 connections. | K.K. Yap | 2017-09-11 |
| | |||
* | Specify that ServerCompletionQueue must be drained. | Vijay Pai | 2017-09-07 |
| | |||
* | Revert "Separate internal-only and public parts of C++ API" | Vijay Pai | 2017-07-25 |
| | |||
* | Merge pull request #11572 from vjpai/internalize | Vijay Pai | 2017-07-10 |
|\ | | | | | Separate internal-only and public parts of C++ API | ||
* | | Revert "Reduce server memory usage" | Ken Payson | 2017-07-10 |
| | | | | | | | | This reverts commit 53e6b56e32c79ba401a67cb349519c12991539cc. | ||
| * | Internalize structs and methods meant for being exposed through codegen | Vijay Pai | 2017-07-10 |
|/ | | | | or that interface with core and are only for internal use | ||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Merge pull request #11143 from dgquintas/dns_server | David G. Quintas | 2017-06-02 |
|\ | | | | | Make ServerBuilder accept (dns:///) URIs instead of just dns names | ||
* \ | Merge pull request #11246 from markdroth/doc_fixes | Mark D. Roth | 2017-05-23 |
|\ \ | | | | | | | More Doxygen comment improvements. | ||
| * | | Yet another Doxygen comment syntax fix. | Mark D. Roth | 2017-05-22 |
| | | | |||
| * | | Fixed Doxygen comment syntax. | Mark D. Roth | 2017-05-22 |
| | | | |||
| * | | More Doxygen comment improvements. | Mark D. Roth | 2017-05-19 |
| | | | |||
* | | | Minor edits and doxygenize some comments | Mehrdad Afshari | 2017-05-17 |
| | | | |||
* | | | minor: i.e->i.e. | Mehrdad Afshari | 2017-05-17 |
| | | | |||
* | | | minor: GRPC->gRPC | Mehrdad Afshari | 2017-05-17 |
| | | | |||
* | | | minor: Link to GRPC_STATUS_IMPLEMENTED | Mehrdad Afshari | 2017-05-17 |
| | | | |||
* | | | Corrected the documentation for ServerBuilder::AddListenPort | Mehrdad Afshari | 2017-05-17 |
|/ / | |||
* | | Merge pull request #11118 from muxi/backward-compat-dev | Muxi Yan | 2017-05-17 |
|\ \ | | | | | | | Add Backward compatibility API to C++ | ||
| * | | Take grpc_workaround_list as parameter | Muxi Yan | 2017-05-17 |
| | | | |||
| * | | Add /doc/workarounds.md | Muxi Yan | 2017-05-16 |
| | | | |||
| | * | Make ServerBuilder accept (dns:///) URIs instead of just dns names | David Garcia Quintas | 2017-05-15 |
| | | | |||
| * | | Merge branch 'master' into backward-compat-dev | Muxi Yan | 2017-05-12 |
| |\| | |||
| * | | Use AddChannelArgument method | Muxi Yan | 2017-05-09 |
| | | | |||
| * | | Add EnableWorkaround API to enable server workarounds | Muxi Yan | 2017-05-09 |
| | | | |||
* | | | Ensure at least one cq | Craig Tiller | 2017-04-27 |
| | | | |||
* | | | Increase default CQ count from 1 to num_cpus | Craig Tiller | 2017-04-27 |
|/ / | |||
| * | Minor changes | Sree Kuchibhotla | 2017-04-21 |
| | | |||
| * | Fixed pollers | Sree Kuchibhotla | 2017-04-21 |
|/ | |||
* | clang-format | Craig Tiller | 2017-04-19 |
| | |||
* | Initial thread manager fixes | Craig Tiller | 2017-04-18 |
| | |||
* | Add channel arguments to server builder | Craig Tiller | 2017-03-08 |
| | |||
* | Revert "Revert "Reduce memory bloat (each server cq is very expensive)"" | David G. Quintas | 2016-12-17 |
| | |||
* | Revert "Reduce memory bloat (each server cq is very expensive)" | Craig Tiller | 2016-12-12 |
| | |||
* | Reduce memory bloat (each server cq is very expensive in C-core layer) | Sree Kuchibhotla | 2016-11-29 |
| | |||
* | Merge branch 'master' into rpc_mgr | Sree Kuchibhotla | 2016-10-28 |
|\ | |||
* | | Address code review comments | Sree Kuchibhotla | 2016-10-18 |
| | | |||
| * | BufferPool --> ResourceQuota | Craig Tiller | 2016-10-17 |
| | | |||
* | | Fix test | Sree Kuchibhotla | 2016-10-13 |
| | | |||
* | | Refactor SyncServerSettings code | Sree Kuchibhotla | 2016-10-13 |
| | | |||
| * | Buffer pool C++ wrapper | Craig Tiller | 2016-09-28 |
| | | |||
* | | Make settings configurable | Sree Kuchibhotla | 2016-09-27 |
| | | |||
* | | Merge branch 'master' into rpc_mgr | Sree Kuchibhotla | 2016-09-21 |
|\| | |||
* | | One RPCMgr instance per CQ | Sree Kuchibhotla | 2016-09-21 |
| | | |||
| * | Code review changes. | Mark D. Roth | 2016-09-15 |
| | |