aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen
Commit message (Collapse)AuthorAge
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* new fixed guardsGravatar David Garcia Quintas2016-03-18
|
* Merge branch 'master' of github.com:grpc/grpc into guard_checkGravatar David Garcia Quintas2016-03-17
|\
| * Merge branch 'master' of github.com:grpc/grpc into codegen_libGravatar David Garcia Quintas2016-03-15
| |\
* | | Fixed include guardsGravatar David Garcia Quintas2016-03-15
| |/ |/|
| * clang-formatGravatar David Garcia Quintas2016-03-09
| |
| * docstringsGravatar David Garcia Quintas2016-03-08
| |
| * clang-formatGravatar David Garcia Quintas2016-03-08
| |
| * codegen interface usage of gpr_inf_futureGravatar David Garcia Quintas2016-03-08
| |
| * reverted gpr_ time changesGravatar David Garcia Quintas2016-03-08
| |
| * compiles!Gravatar David Garcia Quintas2016-03-08
| |
| * wip. cq refactoredGravatar David Garcia Quintas2016-03-07
| |
| * wip. prior to cq refactoringGravatar David Garcia Quintas2016-03-07
| |
* | Revert "Revert "Properly integrate async API with server-side cancellations.""Gravatar Sree Kuchibhotla2016-03-07
| |
| * added missing initializer for global proto_serializer holder to codegen libGravatar David Garcia Quintas2016-03-06
| |
* | 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
| | | | | | | | There is a comment above IsCancelled that says when it is ok to use this.
| * fix commentsGravatar David Garcia Quintas2016-03-02
| |
| * clang-formatGravatar David Garcia Quintas2016-03-02
| |
| * introduced workaround for proto_utilsGravatar David Garcia Quintas2016-03-02
|/
* 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
| | | | | | | | with a Sneaky member are in a collection.
| * 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
| | | | | | | | | | | | | | | | | | | | whenever appropriate so as to avoid any unintentional free-before-use problems. Potential performance issue: this triggers an additional allocation for each Async call initiation, along with the cost of ref-counting shared_ptr . But this is worth it for the additional safety provided here without any change to the exposed C++ API.
* | Merge github.com:grpc/grpc into compressGravatar Craig Tiller2016-02-05
|\|
* | Fix race condition in transport APIGravatar Craig Tiller2016-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically: Receiving trailing and initial metadata had to be published in lock-step. => If we wanted trailing metadata, we might not get initial metadata processed until messages arrived. => Compression code had no idea what codec to use. To fix it, publish initial metadata as soon as it's ready (this is a transport API change). Requires changes to grpc_call to ensure ordering in processing initial metadata and messages (one may be delayed). Exposed at least some bugs in C++ where we never read initial metadata. I expect at least one more similar bug.
| * Update comment on TryCancel() APIGravatar Sree Kuchibhotla2016-01-29
| |
| * Comments and formatGravatar Sree Kuchibhotla2016-01-28
| |
| * TryCancel() on ServerContext()Gravatar Sree Kuchibhotla2016-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
|
* 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
|