aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/async_unary_call.h
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-02
|\
* | removed codegen/log.hGravatar David Garcia Quintas2016-07-27
| |
| * C++ Compression Level set properlyGravatar David Garcia Quintas2016-07-21
|/
* Reduce the number of unnecessary allocationsGravatar Sree Kuchibhotla2016-07-14
|
* Let Next set ok=true when receiving error statusGravatar yang-g2016-06-01
|
* Fix missing argGravatar Craig Tiller2016-04-01
|
* Fix client_crash_test, implement idempotency, fail_fast for C++Gravatar Craig Tiller2016-04-01
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* clang-formatGravatar David Garcia Quintas2016-03-09
|
* clang-formatGravatar David Garcia Quintas2016-03-08
|
* wip. prior to cq refactoringGravatar David Garcia Quintas2016-03-07
|
* Ref the collection only when it will be used (and later finalized)Gravatar 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.
* 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.
* sanity fixesGravatar David Garcia Quintas2016-01-27
|
* DONE!!1oneGravatar David Garcia Quintas2016-01-27