aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/sync_stream.h
Commit message (Collapse)AuthorAge
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Bug fix on failure conditionGravatar Vijay Pai2016-10-13
|
* Add all plumbing and typedef's for controlled server-side streamingGravatar Vijay Pai2016-10-03
|
* Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-16
|\
* | Fix a few lingering references to max_message_size.Gravatar Mark D. Roth2016-09-06
| |
| * Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-09-03
| |\ | |/ |/|
| * Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-31
| |\
* | | clang-formatGravatar Vijay Pai2016-08-30
| | |
* | | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-08-30
|\ \ \ | | |/ | |/| | | | | | | Resolve conflicts in ServerReaderWriterInterface Remove file server_streamed_unary.h and merge with sync_stream.h
| * | Add commentsGravatar Yuchen Zeng2016-08-19
| | |
| * | Add ServerReaderWriterInterfaceGravatar Yuchen Zeng2016-08-19
| | |
* | | clang-formatGravatar Vijay Pai2016-08-04
| | |
* | | Make FCUnary and ServerReaderWriter derived classes of a newGravatar Vijay Pai2016-08-04
| | | | | | | | | | | | | | | ServerReaderWriterInterface so that some functions can be made to accept either.
* | | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-08-04
|\| |
| | * 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
| | |
* | | Change API for next message size to allow a bool return value for failureGravatar Vijay Pai2016-07-27
| | | | | | | | | | | | cases.
| * | C++ Compression Level set properlyGravatar David Garcia Quintas2016-07-21
| |/
* | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-07-21
|\|
* | Add NextMessageSize method to all readable streams as an upper-boundGravatar vjpai2016-06-23
| | | | | | | | | | on the actual message size. Rename Size of FCUnary to NextMessageSize for consistency
| * Properly handle reviewer comment re concurrent ReadGravatar vjpai2016-06-21
| |
| * Fix review commentsGravatar vjpai2016-06-21
| |
| * Add proper documentation of ordering and thread-safety forGravatar vjpai2016-06-17
|/ | | | streaming (sync and async) APIs
* Let Next set ok=true when receiving error statusGravatar yang-g2016-06-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
|
* 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