aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/sync_stream.h
Commit message (Collapse)AuthorAge
* 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
|
* Correct spelling of 'client'.Gravatar Blair Kutzman2017-09-05
|
* 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
* s/hanging/pending/gGravatar ncteisen2017-07-05
|
* Add repro and fix to bidi caseGravatar ncteisen2017-07-05
|
* Fix writelast bugGravatar ncteisen2017-07-05
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* 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
|
* Finish hybrid server stuff, ensure it gets testedGravatar Craig Tiller2017-04-11
|
* clangGravatar Sree Kuchibhotla2017-03-28
|
* Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-28
|\
* | clang formatGravatar Sree Kuchibhotla2017-03-24
| |
* | Update C++ codeGravatar Sree Kuchibhotla2017-03-22
| |
| * bug fixGravatar Yuxuan Li2017-03-08
| |
| * Implemented stream coalescing designGravatar Yuxuan Li2017-03-08
| | | | | | | | | | | | | | (RFC:https://github.com/grpc/proposal/pull/3). Add necessary microbenchmarks to show reduced writes/iter for short streams. Add necessary end2end test to test out newly added apis. Filter those tests using *WithCoalescingApi*.
* | Prefix grpc_cq_polling_type enums with GRPC_CQ_Gravatar Sree Kuchibhotla2017-03-03
| |
* | C++ code changes in response to grpc_completion_queue_create() API changeGravatar Sree Kuchibhotla2017-03-03
|/
* Restore the NextMessageSize for streamed callsGravatar yang-g2017-02-16
|
* Fix integer overflowGravatar Craig Tiller2017-01-19
|
* Remove double-checking of max-message-size in C++ layersGravatar Craig Tiller2017-01-19
|
* 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
|