Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update comments to discourage having an OK status with error_message | yang-g | 2017-06-02 |
| | |||
* | Merge pull request #11158 from yang-g/async_default_service | Yang Gao | 2017-05-23 |
|\ | | | | | Add api to server builder plugin to modify the builder | ||
* \ | Merge pull request #11246 from markdroth/doc_fixes | Mark D. Roth | 2017-05-23 |
|\ \ | | | | | | | More Doxygen comment improvements. | ||
| | * | merge with head | Yang Gao | 2017-05-22 |
| | |\ | |||
| * | | | More Doxygen comment improvements. | Mark D. Roth | 2017-05-19 |
| | |/ | |/| | |||
* / | | Corrected spelling | Mehrdad Afshari | 2017-05-17 |
|/ / | |||
* | | Merge pull request #10992 from apolcyn/doxygen_cpp_nits | apolcyn | 2017-05-17 |
|\ \ | | | | | | | Doxygen cpp nits | ||
| | * | Add api to server builder plugin to modify the builder | yang-g | 2017-05-16 |
| |/ |/| | |||
| * | address comments, description changes | Alexander Polcyn | 2017-05-15 |
| | | |||
| * | format changes, address comments | Alexander Polcyn | 2017-05-11 |
| | | |||
| * | 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 |
| | | |||
| * | address comments | Alexander Polcyn | 2017-05-09 |
| | | |||
| * | 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 |
| | | |||
| * | Removed 3rd party dep on thrift | David Garcia Quintas | 2017-04-28 |
| | | |||
| * | Use larger block size in proto write | Craig Tiller | 2017-04-26 |
| | | |||
* | | 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 | ||
* | | | Remove status_helper as it is not needed any more | yang-g | 2017-04-18 |
| | | | |||
| | * | Merge github.com:grpc/grpc into hybrid | Craig Tiller | 2017-04-14 |
| | |\ | |_|/ |/| | | |||
| * | | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-14 |
| |\ \ | |/ / |/| | | |||
* | | | Merge pull request #10583 from ctiller/server_start | Craig Tiller | 2017-04-14 |
|\ \ \ | | | | | | | | | Threading robustness | ||
| * | | | update comments | Craig Tiller | 2017-04-13 |
| | | | | |||
| | | * | Merge github.com:grpc/grpc into hybrid | Craig Tiller | 2017-04-13 |
| | | |\ | |||
* | | | \ | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-04-13 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||
| | | * | | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-12 |
| | | |\ \ | |||
| | | | | * | Finish hybrid server stuff, ensure it gets tested | Craig Tiller | 2017-04-11 |
| | | | | | | |||
| | | | | * | Start building out C++ interface | Craig Tiller | 2017-04-11 |
| |_|_|_|/ |/| | | | | |||
| * | | | | Add helper function to supply and parse error_details from Status. | yang-g | 2017-04-11 |
| | |_|/ | |/| | | |||
| | * | | Threading robustness | Craig Tiller | 2017-04-11 |
| |/ / | | | | | | | | | | | | | Move server startup to a separate thread. Where there is no opportunity for failure, do not return bool. | ||
* | | | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-04-10 |
|\| | | |||
| * | | support C++ error_details | yang-g | 2017-04-07 |
| | | | |||
* | | | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-04-06 |
|\| | | |||
| | * | Convert all async client stream types to not allocate | Craig Tiller | 2017-04-05 |
| | | | |||
| | * | Dont break codegen barrier | Craig Tiller | 2017-04-05 |
| | | | |||
| | * | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-05 |
| | |\ | | |/ | |/| | |||
| * | | Fix compile | Craig Tiller | 2017-04-04 |
| | | | |||
| * | | Potential msan fix | Craig Tiller | 2017-04-04 |
| | | | |||
* | | | Fix C asan error and check_sources_and_headers.py | Sree Kuchibhotla | 2017-04-02 |
| | | | |||
* | | | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-04-01 |
|\| | | |||
* | | | Fix ASAN failure | Sree Kuchibhotla | 2017-04-01 |
| | | | |||
| | * | Async end2end test passes | Craig Tiller | 2017-03-31 |
| | | |