aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/async_unary_call.h
Commit message (Collapse)AuthorAge
* resolve commentsGravatar yang-g2017-12-11
|
* Add dummy operator delete to make VS2015 not complain.Gravatar yang-g2017-12-11
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* Adopt the static factory pattern (#10)Gravatar Vijay Pai2017-10-27
| | | | | | | | | | | | | | * Switch sync streams from "struct internal" to static factory in namespace internal * Reduce diff size * fix friends * Use static factory pattern for async unary calls * Use static factories for async streams * clang-format
* Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
|
* Construction of streams shouldn't require triggering async opsGravatar Vijay Pai2017-09-14
|
* Delete deprecated constructor and CallOpSetCollectionInterfaceGravatar Vijay Pai2017-08-11
|
* Add a default delete override for the interfaceGravatar yang-g2017-08-02
|
* Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
|
* Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
| | | | or that interface with core and are only for internal use
* Use pointer to avoid assignment and race.Gravatar yang-g2017-07-08
|
* Fix use of terminal underscores in field names.Gravatar Vijay Pai2017-06-22
|
* Re-enable public constructor for ClientAsyncResponseReader to avoid busting ↵Gravatar Vijay Pai2017-06-22
| | | | client that bypassed code generator. This code is deprecated-on-arrival as it is a performance pessimization. This code path should not be used.
* Merge pull request #11429 from gkelly/fix-extra-semisGravatar Noah Eisen2017-06-08
|\ | | | | Remove extraneous semicolons.
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
| * Remove extraneous semicolons.Gravatar Garret Kelly2017-06-07
|/ | | | Fixes compilation if building with -Wextra-semi.
* format changes, address commentsGravatar Alexander Polcyn2017-05-11
|
* fix bad line breaks and lengthsGravatar Alexander Polcyn2017-05-10
|
* address comments, format changesGravatar Alexander Polcyn2017-05-10
|
* address commentsGravatar Alexander Polcyn2017-05-09
|
* cpp doc nitsGravatar Alexander Polcyn2017-05-05
|
* Convert all async client stream types to not allocateGravatar Craig Tiller2017-04-05
|
* Dont break codegen barrierGravatar Craig Tiller2017-04-05
|
* Async end2end test passesGravatar Craig Tiller2017-03-31
|
* Call ref/unref, bugfixesGravatar Craig Tiller2017-03-31
|
* Pour one out for shared ptrGravatar Vijay Pai2017-03-17
|
* [EXPERIMENTAL] allocate unary response writer against call arenaGravatar Craig Tiller2017-03-16
|
* clang-formatGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* 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