Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adopt the static factory pattern (#10) | Vijay Pai | 2017-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++ interfaces | Vijay Pai | 2017-10-26 |
| | |||
* | Correct spelling of 'client'. | Blair Kutzman | 2017-09-05 |
| | |||
* | Revert "Separate internal-only and public parts of C++ API" | Vijay Pai | 2017-07-25 |
| | |||
* | Internalize structs and methods meant for being exposed through codegen | Vijay Pai | 2017-07-10 |
| | | | | or that interface with core and are only for internal use | ||
* | s/hanging/pending/g | ncteisen | 2017-07-05 |
| | |||
* | Add repro and fix to bidi case | ncteisen | 2017-07-05 |
| | |||
* | Fix writelast bug | ncteisen | 2017-07-05 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | format changes, address comments | Alexander Polcyn | 2017-05-11 |
| | |||
* | fix bad line breaks and lengths | Alexander Polcyn | 2017-05-10 |
| | |||
* | address comments, format changes | Alexander Polcyn | 2017-05-10 |
| | |||
* | address comments | Alexander Polcyn | 2017-05-09 |
| | |||
* | cpp doc nits | Alexander Polcyn | 2017-05-05 |
| | |||
* | Finish hybrid server stuff, ensure it gets tested | Craig Tiller | 2017-04-11 |
| | |||
* | clang | Sree Kuchibhotla | 2017-03-28 |
| | |||
* | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-28 |
|\ | |||
* | | clang format | Sree Kuchibhotla | 2017-03-24 |
| | | |||
* | | Update C++ code | Sree Kuchibhotla | 2017-03-22 |
| | | |||
| * | bug fix | Yuxuan Li | 2017-03-08 |
| | | |||
| * | Implemented stream coalescing design | Yuxuan Li | 2017-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_ | Sree Kuchibhotla | 2017-03-03 |
| | | |||
* | | C++ code changes in response to grpc_completion_queue_create() API change | Sree Kuchibhotla | 2017-03-03 |
|/ | |||
* | Restore the NextMessageSize for streamed calls | yang-g | 2017-02-16 |
| | |||
* | Fix integer overflow | Craig Tiller | 2017-01-19 |
| | |||
* | Remove double-checking of max-message-size in C++ layers | Craig Tiller | 2017-01-19 |
| | |||
* | Use C++11 final and override | Vijay Pai | 2016-11-01 |
| | |||
* | Bug fix on failure condition | Vijay Pai | 2016-10-13 |
| | |||
* | Add all plumbing and typedef's for controlled server-side streaming | Vijay Pai | 2016-10-03 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-16 |
|\ | |||
* | | Fix a few lingering references to max_message_size. | Mark D. Roth | 2016-09-06 |
| | | |||
| * | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-09-03 |
| |\ | |/ |/| | |||
| * | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-31 |
| |\ | |||
* | | | clang-format | Vijay Pai | 2016-08-30 |
| | | | |||
* | | | Merge branch 'master' into fc_unary | Vijay Pai | 2016-08-30 |
|\ \ \ | | |/ | |/| | | | | | | | Resolve conflicts in ServerReaderWriterInterface Remove file server_streamed_unary.h and merge with sync_stream.h | ||
| * | | Add comments | Yuchen Zeng | 2016-08-19 |
| | | | |||
| * | | Add ServerReaderWriterInterface | Yuchen Zeng | 2016-08-19 |
| | | | |||
* | | | clang-format | Vijay Pai | 2016-08-04 |
| | | | |||
* | | | Make FCUnary and ServerReaderWriter derived classes of a new | Vijay Pai | 2016-08-04 |
| | | | | | | | | | | | | | | | ServerReaderWriterInterface so that some functions can be made to accept either. | ||
* | | | Merge branch 'master' into fc_unary | Vijay Pai | 2016-08-04 |
|\| | | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-02 |
| | |\ | | |/ | |/| | |||
| | * | removed codegen/log.h | David Garcia Quintas | 2016-07-27 |
| | | | |||
* | | | Change API for next message size to allow a bool return value for failure | Vijay Pai | 2016-07-27 |
| | | | | | | | | | | | | cases. | ||
| * | | C++ Compression Level set properly | David Garcia Quintas | 2016-07-21 |
| |/ | |||
* | | Merge branch 'master' into fc_unary | Vijay Pai | 2016-07-21 |
|\| | |||
* | | Add NextMessageSize method to all readable streams as an upper-bound | vjpai | 2016-06-23 |
| | | | | | | | | | | on the actual message size. Rename Size of FCUnary to NextMessageSize for consistency | ||
| * | Properly handle reviewer comment re concurrent Read | vjpai | 2016-06-21 |
| | | |||
| * | Fix review comments | vjpai | 2016-06-21 |
| | | |||
| * | Add proper documentation of ordering and thread-safety for | vjpai | 2016-06-17 |
|/ | | | | streaming (sync and async) APIs | ||
* | Let Next set ok=true when receiving error status | yang-g | 2016-06-01 |
| |