aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/sync_stream.h
Commit message (Collapse)AuthorAge
* 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
|
* 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.
* sanity fixesGravatar David Garcia Quintas2016-01-27
|
* DONE!!1oneGravatar David Garcia Quintas2016-01-27