Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | minor: doxygenize health_care_service_interface.h comments | 2017-05-17 | ||
| | | | | | ||||
* | | | | | doxygenize comment | 2017-05-17 | ||
| | | | | | ||||
* | | | | | minor | 2017-05-17 | ||
| | | | | | ||||
* | | | | | minor: add trailing period | 2017-05-17 | ||
| | | | | | ||||
* | | | | | Add documentation comment for Version() | 2017-05-17 | ||
| | | | | | ||||
* | | | | | link referenced code elements | 2017-05-17 | ||
| | | | | | ||||
* | | | | | minor: i.e->i.e. | 2017-05-17 | ||
| | | | | | ||||
* | | | | | minor: GRPC->gRPC | 2017-05-17 | ||
| | | | | | ||||
* | | | | | minor: prefer more formal 'it is' to it's | 2017-05-17 | ||
| | | | | | ||||
* | | | | | minor: Link to GRPC_STATUS_IMPLEMENTED | 2017-05-17 | ||
| | | | | | ||||
* | | | | | Corrected the documentation for ServerBuilder::AddListenPort | 2017-05-17 | ||
| | | | | | ||||
* | | | | | Minor docfixes for AddInsecureChannelFromFd | 2017-05-17 | ||
| | | | | | ||||
* | | | | | Fix documentation for Server::AddListeningPort | 2017-05-17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify that Port is actually an endpoint. Fix typos Clarify that it should be used before starting the server. | |||
* | | | | | Link to grpc_server symbol | 2017-05-17 | ||
| | | | | | ||||
* | | | | | Clarified GlobalCallbacks documentation comment | 2017-05-17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Make it clear that "global" and "per application" means shared among all grpc::Server instances. | |||
* | | | | | Clarified grpc::Server documentation comment | 2017-05-17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it clear that the creation of the Server instance is not supposed to happen by using the Server class directly and they are instructed to use ServerBuilder. | |||
* | | | | | Corrected spelling | 2017-05-17 | ||
|/ / / / | ||||
* | | | | Merge pull request #10992 from apolcyn/doxygen_cpp_nits | 2017-05-17 | ||
|\ \ \ \ | | | | | | | | | | | Doxygen cpp nits | |||
* \ \ \ \ | Merge pull request #11118 from muxi/backward-compat-dev | 2017-05-17 | ||
|\ \ \ \ \ | | | | | | | | | | | | | Add Backward compatibility API to C++ | |||
| * | | | | | Take grpc_workaround_list as parameter | 2017-05-17 | ||
| | | | | | | ||||
* | | | | | | Merge pull request #10897 from ctiller/serve_fries | 2017-05-16 | ||
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Switch default CQ count for thread manager to num_cpus | |||
| | | | * | | | Add api to server builder plugin to modify the builder | 2017-05-16 | ||
| |_|_|/ / / |/| | | | | | ||||
| | * | | | | Add /doc/workarounds.md | 2017-05-16 | ||
| | | | | | | ||||
| | * | | | | Merge remote-tracking branch 'upstream/master' into backward-compat-dev | 2017-05-16 | ||
| | |\ \ \ \ | |_|/ / / / |/| | | | | | ||||
| | | | | * | Make ServerBuilder accept (dns:///) URIs instead of just dns names | 2017-05-15 | ||
| | | | | | | ||||
* | | | | | | Revert "Revert "Implement Server Backward Compatibility"" | 2017-05-15 | ||
| |_|_|_|/ |/| | | | | ||||
| | | * | | address comments, description changes | 2017-05-15 | ||
| | | | | | ||||
| | * | | | Merge branch 'master' into backward-compat-dev | 2017-05-12 | ||
| | |\ \ \ | ||||
| | | * \ \ | Merge pull request #10849 from muxi/backward-compat | 2017-05-12 | ||
| | | |\ \ \ | | | | | | | | | | | | | | | Implement Server Backward Compatibility | |||
| | | | | * | | format changes, address comments | 2017-05-11 | ||
| | | | | | | | ||||
* | | | | | | | Merge branch 'master' into cq_mpsc_based | 2017-05-11 | ||
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||
| | * | | | | | Merge github.com:grpc/grpc into serve_fries | 2017-05-11 | ||
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||
| * | | | | | | Merge pull request #11010 from ctiller/uberpoll | 2017-05-11 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Roll up of all new polling engines | |||
* | | | | | | | | Merge branch 'master' into cq_mpsc_based | 2017-05-10 | ||
|\| | | | | | | | ||||
| | | | | | * | | fix bad line breaks and lengths | 2017-05-10 | ||
| | | | | | | | | ||||
| | | | | | * | | address comments, format changes | 2017-05-10 | ||
| | | | | | | | | ||||
| | | | | * | | | sanity fix | 2017-05-10 | ||
| | | | | | | | | ||||
| * | | | | | | | Add static assert to enforce subtype invariant | 2017-05-10 | ||
| | | | | | | | | ||||
| | | | | * | | | clang-format | 2017-05-09 | ||
| | | | | | | | | ||||
| | | | | * | | | Fix argument string | 2017-05-09 | ||
| | | | | | | | | ||||
| | | | * | | | | Use AddChannelArgument method | 2017-05-09 | ||
| | | | | | | | | ||||
| | | | * | | | | bug fixes | 2017-05-09 | ||
| | | | | | | | | ||||
| | | | * | | | | Add EnableWorkaround API to enable server workarounds | 2017-05-09 | ||
| | | | |/ / / | ||||
| | | | * | | | Add comment | 2017-05-09 | ||
| | | | | | | | ||||
| | | | * | | | Put workaround list somewhere accessable by wrapping languages | 2017-05-09 | ||
| | | | | | | | ||||
| | | | | * | | address comments | 2017-05-09 | ||
| | | | | | | | ||||
| | | | | * | | address comments | 2017-05-05 | ||
| | | | | | | | ||||
| | | | * | | | Merge remote-tracking branch 'upstream/master' into backward-compat | 2017-05-05 | ||
| | | | |\ \ \ | ||||
| | * | | \ \ \ | Merge branch 'master' into cq_limited_pollers | 2017-05-05 | ||
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | ||||
| | | | | | * | | cpp doc nits | 2017-05-05 | ||
| | | | | | | | |