aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl
Commit message (Expand)AuthorAge
* Use appropriate preprocessor guards to allow building without exceptionsGravatar Vijay Pai2018-01-08
* Catch exceptions from sync method handlers without crashing serverGravatar Vijay Pai2018-01-08
* Allow no message on sync unary call, just like asyncGravatar Vijay Pai2017-12-22
* resolve commentsGravatar yang-g2017-12-11
* Add dummy operator delete to make VS2015 not complain.Gravatar yang-g2017-12-11
* Reviewer feedbackGravatar ncteisen2017-12-08
* Add comment with APIGravatar ncteisen2017-12-04
* Variable name consistencyGravatar ncteisen2017-12-04
* Reviewer feedbackGravatar ncteisen2017-12-04
* No null string ctorGravatar Noah Eisen2017-12-04
* Add error string to C++Gravatar ncteisen2017-12-04
* Merge commit 'aa358d5e43' into no-more-extern-cGravatar ncteisen2017-11-29
|\
* | Remove some dead code from a previous iteration of internal::CallGravatar Vijay Pai2017-11-28
| * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-21
| |\ | |/ |/|
| * Remove all extern CGravatar ncteisen2017-11-17
* | Fix segfaultGravatar ncteisen2017-11-15
* | Save C++ for follow up PRGravatar ncteisen2017-11-15
* | Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-de...Gravatar ncteisen2017-11-15
|\|
| * Avalanching operations on completion queue should be private, not APIGravatar Vijay Pai2017-11-14
* | Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-de...Gravatar ncteisen2017-11-13
|\|
* | Add error string to recv status APIGravatar ncteisen2017-11-13
| * relax for inlined bytes to avoid allocationGravatar yang-g2017-11-09
| * handle 0 byte size message...Gravatar yang-g2017-11-09
| * Only allocate what we need in the last slice for proto serializationGravatar yang-g2017-11-09
| * Merge pull request #13199 from ncteisen/zero-copyGravatar Noah Eisen2017-11-07
|/|
| * Add init/shutdown to codegen interfaceGravatar ncteisen2017-11-06
* | Merge pull request #13271 from vjpai/semiGravatar Vijay Pai2017-11-06
|\ \
| * | Function shouldn't have semicolon afterwardGravatar Vijay Pai2017-11-06
* | | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|/ /
| * Use protected, remove uneeded member variableGravatar ncteisen2017-11-01
| * Refactor SerializationTraitsGravatar ncteisen2017-10-31
|/
* Adopt the static factory pattern (#10)Gravatar Vijay Pai2017-10-27
* Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
* Adds gRPC Experimental CQ DoThenAsyncNext lambda APIGravatar Ken Payson2017-10-25
* fix typoGravatar thinkerou2017-10-17
* Add an explicit void 2nd parameter to invocation of SerializationTraitsGravatar Vijay Pai2017-10-13
* Base the new SerializationTraits API on implicit type conversion rather than ...Gravatar Vijay Pai2017-09-21
* Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than...Gravatar Vijay Pai2017-09-21
* Construction of streams shouldn't require triggering async opsGravatar Vijay Pai2017-09-14
* Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only gr...Gravatar Jan Tattermusch2017-09-14
* Merge pull request #12214 from vjpai/cereal_eye_sirGravatar Vijay Pai2017-09-13
|\
| * Address review commentsGravatar Vijay Pai2017-09-11
| * Address reviewer commentsGravatar Vijay Pai2017-09-11
| * Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_bufferGravatar Vijay Pai2017-09-07
* | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-07
|\|
| * Correct spelling of 'client'.Gravatar Blair Kutzman2017-09-05
* | C++ API for write-throughGravatar Craig Tiller2017-09-01
|/
* Clang_formatGravatar Ken Payson2017-08-30
* Have write ops take ownership over slicesGravatar Ken Payson2017-08-29
* Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-21
|\