aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl
Commit message (Expand)AuthorAge
* Revert "Properly integrate async API with server-side cancellations."Gravatar Sree Kuchibhotla2016-03-04
* Properly integrate async API with server-side cancellations.Gravatar Vijay Pai2016-03-03
* Added missing virtual dtorGravatar David Garcia Quintas2016-02-19
* Merge github.com:grpc/grpc into compressGravatar Craig Tiller2016-02-11
|\
| * Removed outdated mention of AsynchronousServiceGravatar David Garcia Quintas2016-02-11
| * Added missing codegen includesGravatar David Garcia Quintas2016-02-09
| * clang-formatGravatar Vijay Pai2016-02-08
| * reset the shared_ptrGravatar Vijay Pai2016-02-08
| * Ref the collection only when it will be used (and later finalized)Gravatar Vijay Pai2016-02-05
| * Drop the refGravatar Vijay Pai2016-02-05
| * Undo much of the previous commits so that only CallOpSet groupsGravatar Vijay Pai2016-02-05
| * Forgot to include these edits in the last commitGravatar Vijay Pai2016-02-05
| * Wrap groups of related CallOpSet's into a ref-counted structureGravatar Vijay Pai2016-02-05
* | Merge github.com:grpc/grpc into compressGravatar Craig Tiller2016-02-05
|\|
* | Fix race condition in transport APIGravatar Craig Tiller2016-02-03
| * Update comment on TryCancel() APIGravatar Sree Kuchibhotla2016-01-29
| * Comments and formatGravatar Sree Kuchibhotla2016-01-28
| * TryCancel() on ServerContext()Gravatar Sree Kuchibhotla2016-01-28
|/
* Fixed wrong usage of global varGravatar David Garcia Quintas2016-01-28
* sanity fixesGravatar David Garcia Quintas2016-01-27
* Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\
* | copyrightsGravatar David Garcia Quintas2016-01-27
* | DONE!!1oneGravatar David Garcia Quintas2016-01-27
* | After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
* | pre sync_stream.cc creation. Does not compileGravatar David Garcia Quintas2016-01-25
* | async_stream.h done. CompilesGravatar David Garcia Quintas2016-01-25
* | copyrightsGravatar David Garcia Quintas2016-01-25
* | Further work. Compiles. WIPGravatar David Garcia Quintas2016-01-25
* | Improved a couple error messagesGravatar David Garcia Quintas2016-01-22
* | made codegen targets in build.yamlGravatar David Garcia Quintas2016-01-21
* | clang-formatGravatar David Garcia Quintas2016-01-21
* | fixed copyrightsGravatar David Garcia Quintas2016-01-21
* | Made "codedgen" directories closed over #includesGravatar David Garcia Quintas2016-01-21
* | clang-formatGravatar David Garcia Quintas2016-01-20
* | updated copyrightsGravatar David Garcia Quintas2016-01-20
* | Merge branch 'proto_interfaces' into yang-g-sync_async_mixGravatar David Garcia Quintas2016-01-19
|\ \
| * | override -> GRPC_OVERRIDEGravatar 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
| * | WIP. Added ChannelInterfaceGravatar David Garcia Quintas2016-01-13
| |/
* | 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
|/
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
* include climitsGravatar Jan Tattermusch2015-12-07
* more win x64 fixesGravatar Jan Tattermusch2015-12-07
* add doxygen commentGravatar yang-g2015-12-02
* add server_builder_optionGravatar yang-g2015-11-25