aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
Commit message (Collapse)AuthorAge
...
* | | | minor: Link to GRPC_STATUS_IMPLEMENTEDGravatar Mehrdad Afshari2017-05-17
| | | |
* | | | Corrected the documentation for ServerBuilder::AddListenPortGravatar Mehrdad Afshari2017-05-17
| | | |
* | | | Minor docfixes for AddInsecureChannelFromFdGravatar Mehrdad Afshari2017-05-17
| | | |
* | | | Fix documentation for Server::AddListeningPortGravatar Mehrdad Afshari2017-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 symbolGravatar Mehrdad Afshari2017-05-17
| | | |
* | | | Clarified GlobalCallbacks documentation commentGravatar Mehrdad Afshari2017-05-17
| | | | | | | | | | | | | | | | | | | | Make it clear that "global" and "per application" means shared among all grpc::Server instances.
* | | | Clarified grpc::Server documentation commentGravatar Mehrdad Afshari2017-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 spellingGravatar Mehrdad Afshari2017-05-17
|/ / /
* | | Merge pull request #10992 from apolcyn/doxygen_cpp_nitsGravatar apolcyn2017-05-17
|\ \ \ | | | | | | | | Doxygen cpp nits
* \ \ \ 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 api to server builder plugin to modify the builderGravatar yang-g2017-05-16
| | | | |
| * | | | Add /doc/workarounds.mdGravatar Muxi Yan2017-05-16
| | | | |
| | | | * Make ServerBuilder accept (dns:///) URIs instead of just dns namesGravatar David Garcia Quintas2017-05-15
| | | |/
| | * | address comments, description changesGravatar Alexander Polcyn2017-05-15
| | | |
| * | | Merge branch 'master' into backward-compat-devGravatar Muxi Yan2017-05-12
| |\ \ \ | | | |/ | | |/|
| | | * format changes, address commentsGravatar Alexander Polcyn2017-05-11
| | | |
* | | | Merge github.com:grpc/grpc into serve_friesGravatar Craig Tiller2017-05-11
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #11010 from ctiller/uberpollGravatar Craig Tiller2017-05-11
| |\ \ \ | | | | | | | | | | Roll up of all new polling engines
| | | | * fix bad line breaks and lengthsGravatar Alexander Polcyn2017-05-10
| | | | |
| | | | * address comments, format changesGravatar Alexander Polcyn2017-05-10
| | | | |
| * | | | Add static assert to enforce subtype invariantGravatar ncteisen2017-05-10
| | | | |
| | | * | Use AddChannelArgument methodGravatar Muxi Yan2017-05-09
| | | | |
| | | * | Add EnableWorkaround API to enable server workaroundsGravatar Muxi Yan2017-05-09
| | | | |
| | | | * address commentsGravatar Alexander Polcyn2017-05-09
| | | | |
| | | | * address commentsGravatar Alexander Polcyn2017-05-05
| | | | |
| | * | | Merge branch 'master' into cq_limited_pollersGravatar Sree Kuchibhotla2017-05-05
| | |\| |
| | | | * cpp doc nitsGravatar Alexander Polcyn2017-05-05
| | | |/
| * | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-05-05
| |\ \ \ | | | |/ | | |/| | | | | serialization-refactor
| | * | Reintroduce a lambda capture as part of C++11-izing codeGravatar Vijay Pai2017-05-01
| | | |
* | | | Merge github.com:grpc/grpc into serve_friesGravatar Craig Tiller2017-05-01
|\ \ \ \ | | |/ / | |/| |
| * | | Removed 3rd party dep on thriftGravatar David Garcia Quintas2017-04-28
| | | |
* | | | Ensure at least one cqGravatar Craig Tiller2017-04-27
| | | |
* | | | Increase default CQ count from 1 to num_cpusGravatar Craig Tiller2017-04-27
|/ / /
| | * Merge branch 'master' into cq_limited_pollersGravatar Sree Kuchibhotla2017-04-26
| | |\ | |_|/ |/| |
* | | Use larger block size in proto writeGravatar Craig Tiller2017-04-26
| | |
| | * Merge branch 'master' into cq_limited_pollersGravatar Sree Kuchibhotla2017-04-25
| | |\ | |_|/ |/| |
* | | Merge pull request #10644 from MakMukhi/masterGravatar MakMukhi2017-04-24
|\ \ \ | | | | | | | | Added unit testing support.
| | | * Minor changesGravatar Sree Kuchibhotla2017-04-21
| | | |
| | | * Fixed pollersGravatar Sree Kuchibhotla2017-04-21
| | | |
| | * | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-04-21
| | |\| | | | | | | | | | | | | serialization-refactor
* | | | Merge github.com:grpc/grpc into hybridGravatar Craig Tiller2017-04-21
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #10761 from ctiller/ubsanGravatar Craig Tiller2017-04-20
| |\ \ \ | | | | | | | | | | Fix ubsan reported failure
* | | | | Merge branch 'tsan-c++' into hybridGravatar Craig Tiller2017-04-20
|\| | | |
| | * | | Fix ubsan reported failureGravatar Craig Tiller2017-04-20
| | | | |
| * | | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-19
| |\| | |
| | | | * Add to codegen interface, refactor proto serializationGravatar ncteisen2017-04-19
| | | |/ | | |/| | | | | | | | | | | | | This change allows for some internal proto serialization changes to be made
| | * | Merge pull request #10682 from yang-g/status_helperGravatar Yang Gao2017-04-19
| | |\ \ | | | | | | | | | | Remove status_helper as it is not needed any more
* | | \ \ Merge github.com:grpc/grpc into hybridGravatar Craig Tiller2017-04-19
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | clang-formatGravatar Craig Tiller2017-04-19
| | | | |