aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/service_type.h
Commit message (Collapse)AuthorAge
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* async_stream.h done. CompilesGravatar David Garcia Quintas2016-01-25
|
* Improved a couple error messagesGravatar David Garcia Quintas2016-01-22
|
* Merge branch 'proto_interfaces' into yang-g-sync_async_mixGravatar David Garcia Quintas2016-01-19
|\
| * Introduced ServerInterfaceGravatar David Garcia Quintas2016-01-15
| |
* | Add a test with two methods genericGravatar yang-g2016-01-15
| |
* | warn user when they forget register generic serviceGravatar yang-g2016-01-15
| |
* | fix copyrightGravatar yang-g2016-01-15
| |
* | Add generic supportGravatar yang-g2016-01-15
| |
* | Support sync/async methods in the same serviceGravatar yang-g2016-01-13
| |
* | Exploratory refactoring for mixed sync/async methods on the same C++ serviceGravatar Craig Tiller2016-01-07
|/
* headers reorgGravatar yang-g2015-08-21
|
* Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-16
|\ | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc
| * Update the Status APIGravatar Yang Gao2015-06-16
| |
* | clang-formatGravatar Craig Tiller2015-06-05
| |
* | Beginning the cleanupGravatar Craig Tiller2015-06-04
|/
* Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
| | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time.
* Global replace google::protobuf::Message with grpc::protobuf::Message, all ↵Gravatar Yang Gao2015-03-03
| | | | tests passed
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Add end2end async unary single threaded test (compiles)Gravatar Craig Tiller2015-02-12
|
* FixesGravatar Craig Tiller2015-02-12
|
* Async server dispatchGravatar Craig Tiller2015-02-12
|
* Async API progressGravatar Craig Tiller2015-02-12
|
* Async API progressGravatar Craig Tiller2015-02-12
|
* Remove stream_contextGravatar Craig Tiller2015-02-09
|
* Further progressGravatar Craig Tiller2015-02-09