Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | minor: Link to GRPC_STATUS_IMPLEMENTED | Mehrdad Afshari | 2017-05-17 | |
| | | | | ||||
* | | | | Corrected the documentation for ServerBuilder::AddListenPort | Mehrdad Afshari | 2017-05-17 | |
| | | | | ||||
* | | | | Minor docfixes for AddInsecureChannelFromFd | Mehrdad Afshari | 2017-05-17 | |
| | | | | ||||
* | | | | Fix documentation for Server::AddListeningPort | Mehrdad Afshari | 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 | Mehrdad Afshari | 2017-05-17 | |
| | | | | ||||
* | | | | Clarified GlobalCallbacks documentation comment | Mehrdad Afshari | 2017-05-17 | |
| | | | | | | | | | | | | | | | | | | | | Make it clear that "global" and "per application" means shared among all grpc::Server instances. | |||
* | | | | Clarified grpc::Server documentation comment | Mehrdad Afshari | 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 | Mehrdad Afshari | 2017-05-17 | |
|/ / / | ||||
* | | | Merge pull request #10992 from apolcyn/doxygen_cpp_nits | apolcyn | 2017-05-17 | |
|\ \ \ | | | | | | | | | Doxygen cpp nits | |||
* \ \ \ | 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 api to server builder plugin to modify the builder | yang-g | 2017-05-16 | |
| | | | | | ||||
| * | | | | 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 | |
| | | |/ | ||||
| | * | | address comments, description changes | Alexander Polcyn | 2017-05-15 | |
| | | | | ||||
| * | | | Merge branch 'master' into backward-compat-dev | Muxi Yan | 2017-05-12 | |
| |\ \ \ | | | |/ | | |/| | ||||
| | | * | format changes, address comments | Alexander Polcyn | 2017-05-11 | |
| | | | | ||||
* | | | | Merge github.com:grpc/grpc into serve_fries | Craig Tiller | 2017-05-11 | |
|\ \ \ \ | | |/ / | |/| | | ||||
| * | | | Merge pull request #11010 from ctiller/uberpoll | Craig Tiller | 2017-05-11 | |
| |\ \ \ | | | | | | | | | | | Roll up of all new polling engines | |||
| | | | * | fix bad line breaks and lengths | Alexander Polcyn | 2017-05-10 | |
| | | | | | ||||
| | | | * | address comments, format changes | Alexander Polcyn | 2017-05-10 | |
| | | | | | ||||
| * | | | | Add static assert to enforce subtype invariant | ncteisen | 2017-05-10 | |
| | | | | | ||||
| | | * | | Use AddChannelArgument method | Muxi Yan | 2017-05-09 | |
| | | | | | ||||
| | | * | | Add EnableWorkaround API to enable server workarounds | Muxi Yan | 2017-05-09 | |
| | | | | | ||||
| | | | * | address comments | Alexander Polcyn | 2017-05-09 | |
| | | | | | ||||
| | | | * | address comments | Alexander Polcyn | 2017-05-05 | |
| | | | | | ||||
| | * | | | Merge branch 'master' into cq_limited_pollers | Sree Kuchibhotla | 2017-05-05 | |
| | |\| | | ||||
| | | | * | cpp doc nits | Alexander Polcyn | 2017-05-05 | |
| | | |/ | ||||
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | ncteisen | 2017-05-05 | |
| |\ \ \ | | | |/ | | |/| | | | | | serialization-refactor | |||
| | * | | Reintroduce a lambda capture as part of C++11-izing code | Vijay Pai | 2017-05-01 | |
| | | | | ||||
* | | | | Merge github.com:grpc/grpc into serve_fries | Craig Tiller | 2017-05-01 | |
|\ \ \ \ | | |/ / | |/| | | ||||
| * | | | Removed 3rd party dep on thrift | David Garcia Quintas | 2017-04-28 | |
| | | | | ||||
* | | | | Ensure at least one cq | Craig Tiller | 2017-04-27 | |
| | | | | ||||
* | | | | Increase default CQ count from 1 to num_cpus | Craig Tiller | 2017-04-27 | |
|/ / / | ||||
| | * | Merge branch 'master' into cq_limited_pollers | Sree Kuchibhotla | 2017-04-26 | |
| | |\ | |_|/ |/| | | ||||
* | | | Use larger block size in proto write | Craig Tiller | 2017-04-26 | |
| | | | ||||
| | * | Merge branch 'master' into cq_limited_pollers | Sree Kuchibhotla | 2017-04-25 | |
| | |\ | |_|/ |/| | | ||||
* | | | Merge pull request #10644 from MakMukhi/master | MakMukhi | 2017-04-24 | |
|\ \ \ | | | | | | | | | Added unit testing support. | |||
| | | * | Minor changes | Sree Kuchibhotla | 2017-04-21 | |
| | | | | ||||
| | | * | Fixed pollers | Sree Kuchibhotla | 2017-04-21 | |
| | | | | ||||
| | * | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | ncteisen | 2017-04-21 | |
| | |\| | | | | | | | | | | | | | serialization-refactor | |||
* | | | | Merge github.com:grpc/grpc into hybrid | Craig Tiller | 2017-04-21 | |
|\ \ \ \ | | |_|/ | |/| | | ||||
| * | | | Merge pull request #10761 from ctiller/ubsan | Craig Tiller | 2017-04-20 | |
| |\ \ \ | | | | | | | | | | | Fix ubsan reported failure | |||
* | | | | | Merge branch 'tsan-c++' into hybrid | Craig Tiller | 2017-04-20 | |
|\| | | | | ||||
| | * | | | Fix ubsan reported failure | Craig Tiller | 2017-04-20 | |
| | | | | | ||||
| * | | | | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-19 | |
| |\| | | | ||||
| | | | * | Add to codegen interface, refactor proto serialization | ncteisen | 2017-04-19 | |
| | | |/ | | |/| | | | | | | | | | | | | | This change allows for some internal proto serialization changes to be made | |||
| | * | | Merge pull request #10682 from yang-g/status_helper | Yang Gao | 2017-04-19 | |
| | |\ \ | | | | | | | | | | | Remove status_helper as it is not needed any more | |||
* | | \ \ | Merge github.com:grpc/grpc into hybrid | Craig Tiller | 2017-04-19 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||
| * | | | | clang-format | Craig Tiller | 2017-04-19 | |
| | | | | |