aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen
Commit message (Collapse)AuthorAge
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* Trim backup slice when it is larger than neededGravatar yang-g2018-02-07
|
* Improve CQ and cancellation commentsGravatar Vijay Pai2018-02-06
|
* Fix compression algorithm accessorsGravatar David Garcia Quintas2018-02-01
|
* fix warning & typoGravatar Jan Tattermusch2018-01-26
|
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-19
|\ | | | | | | fix-stream-compression-config-interface
| * Address review feedback; stop using result of 'what'Gravatar Vijay Pai2018-01-09
| |
| * Tag new #else and #endif blocks with commentsGravatar Vijay Pai2018-01-08
| |
| * 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
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-13
|\| | | | | | | fix-stream-compression-config-interface
| * 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
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-06
|\ \ | | | | | | | | | fix-stream-compression-config-interface
* \ \ Merge commit 'b0bad8f^' into fix-stream-compression-config-interfaceGravatar Muxi Yan2017-12-06
|\ \ \
* | | | clang-formatGravatar Muxi Yan2017-12-06
| | | |
* | | | Merge e759d2a^Gravatar Muxi Yan2017-12-06
|\ \ \ \
| | | | * 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 ↵Gravatar ncteisen2017-11-15
| | | |\| | | | | | | | | | | | | | | | surfacing-error-details
| | | | * Avalanching operations on completion queue should be private, not APIGravatar Vijay Pai2017-11-14
| | | |/ | | |/|
| | | * Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-11-13
| | | |\ | | | |/ | | |/| | | | | surfacing-error-details
| | | * 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
| | |\ \ | | | |/ | | |/| Refactor SerializationTraits
| | | * 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 afterward
| | | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| |
| * 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
| |
* | Fix C++ buildsGravatar Muxi Yan2017-09-26
|/