aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
Commit message (Collapse)AuthorAge
* 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
|\
* \ Merge pull request #13529 from ctiller/api-cleanupGravatar Craig Tiller2017-11-29
|\ \ | | | | | | ServerBuilder interface cleanup
| * | Update commentsGravatar Craig Tiller2017-11-29
| | |
* | | Remove some dead code from a previous iteration of internal::CallGravatar Vijay Pai2017-11-28
| | |
| * | ServerBuilder interface cleanupGravatar Craig Tiller2017-11-28
|/ / | | | | | | | | | | | | | | | | | | Nothing is added or removed in this PR. Instead, methods are re-ordered so that important methods are read first, and less important customization methods are seen later. The intent here is to simplify the "I just want to bring a server up" code path.
| * 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
| |
| * Merge pull request #13315 from yang-g/proto_utilsGravatar Yang Gao2017-11-10
| |\ | | | | | | Only allocate what we need in the last slice for proto serialization
| * | Default to 1 cq per sync serverGravatar Ken Payson2017-11-10
| | |
| | * 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 #12648 from kpayson64/attempt_2Gravatar kpayson642017-11-07
| |\ | | | | | | Add back mpscq request matcher implementation
| * | Merge pull request #13199 from ncteisen/zero-copyGravatar Noah Eisen2017-11-07
|/| | | | | | | | Refactor SerializationTraits
| | * Add back mpscq request matcherGravatar Ken Payson2017-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 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 param annotation for AddListeningPort()Gravatar Anna Sapek2017-10-10
|
* Readd grpclb fallbackGravatar Juanli Shen2017-09-27
|
* Add unary call mode to GenericStub to allow generic RPC with 1 CQ tripGravatar Vijay Pai2017-09-21
|
* Base the new SerializationTraits API on implicit type conversion rather than ↵Gravatar Vijay Pai2017-09-21
| | | | SFINAE
* Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather ↵Gravatar Vijay Pai2017-09-21
| | | | than only grpc_byte_buffer""
* Construction of streams shouldn't require triggering async opsGravatar Vijay Pai2017-09-14
|
* Revert "Add fallback (use backends from resolver if can't reach balancer) to ↵Gravatar Ken Payson2017-09-13
| | | | | | grpclb." This reverts commit aba0a0a54412fe59bc2090334ae26c99bb148097.
* Merge pull request #12187 from AspirinSJL/lb_fallbackGravatar Juanli Shen2017-09-13
|\ | | | | Add LB fallback to use when we can't contact any balancer.
* | Comment that IPv6 Any accepts both IPv4 and IPv6 connections.Gravatar K.K. Yap2017-09-11
| |
| * Add fallback (use backends from resolver if can't reach balancer) to grpclb.Gravatar Juanli Shen2017-09-11
| |
* | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-08
|\|
| * Merge pull request #12372 from vjpai/armalarmadingdongGravatar Vijay Pai2017-09-07
| |\ | | | | | | Core API change: Decouple alarm construction from setting to avoid races in MT code