Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge commit 'aa358d5e43' into no-more-extern-c | ncteisen | 2017-11-29 |
|\ | |||
* \ | Merge pull request #13529 from ctiller/api-cleanup | Craig Tiller | 2017-11-29 |
|\ \ | | | | | | | ServerBuilder interface cleanup | ||
| * | | Update comments | Craig Tiller | 2017-11-29 |
| | | | |||
* | | | Remove some dead code from a previous iteration of internal::Call | Vijay Pai | 2017-11-28 |
| | | | |||
| * | | ServerBuilder interface cleanup | Craig Tiller | 2017-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-c | ncteisen | 2017-11-21 |
| |\ | |/ |/| | |||
| * | Remove all extern C | ncteisen | 2017-11-17 |
| | | |||
* | | Fix segfault | ncteisen | 2017-11-15 |
| | | |||
* | | Save C++ for follow up PR | ncteisen | 2017-11-15 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | ncteisen | 2017-11-15 |
|\| | | | | | | | surfacing-error-details | ||
| * | Avalanching operations on completion queue should be private, not API | Vijay Pai | 2017-11-14 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | ncteisen | 2017-11-13 |
|\| | | | | | | | surfacing-error-details | ||
* | | Add error string to recv status API | ncteisen | 2017-11-13 |
| | | |||
| * | Merge pull request #13315 from yang-g/proto_utils | Yang Gao | 2017-11-10 |
| |\ | | | | | | | Only allocate what we need in the last slice for proto serialization | ||
| * | | Default to 1 cq per sync server | Ken Payson | 2017-11-10 |
| | | | |||
| | * | relax for inlined bytes to avoid allocation | yang-g | 2017-11-09 |
| | | | |||
| | * | handle 0 byte size message... | yang-g | 2017-11-09 |
| | | | |||
| | * | Only allocate what we need in the last slice for proto serialization | yang-g | 2017-11-09 |
| |/ | |||
| * | Merge pull request #12648 from kpayson64/attempt_2 | kpayson64 | 2017-11-07 |
| |\ | | | | | | | Add back mpscq request matcher implementation | ||
| * | | Merge pull request #13199 from ncteisen/zero-copy | Noah Eisen | 2017-11-07 |
|/| | | | | | | | | Refactor SerializationTraits | ||
| | * | Add back mpscq request matcher | Ken Payson | 2017-11-07 |
| |/ |/| | |||
| * | Add init/shutdown to codegen interface | ncteisen | 2017-11-06 |
| | | |||
* | | Merge pull request #13271 from vjpai/semi | Vijay Pai | 2017-11-06 |
|\ \ | | | | | | | Function shouldn't have semicolon afterward | ||
| * | | Function shouldn't have semicolon afterward | Vijay Pai | 2017-11-06 |
| | | | |||
* | | | Update clang-format to 5.0 | Craig Tiller | 2017-11-03 |
|/ / | |||
| * | Use protected, remove uneeded member variable | ncteisen | 2017-11-01 |
| | | |||
| * | Refactor SerializationTraits | ncteisen | 2017-10-31 |
|/ | |||
* | 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 |
| | |||
* | Adds gRPC Experimental CQ DoThenAsyncNext lambda API | Ken Payson | 2017-10-25 |
| | |||
* | fix typo | thinkerou | 2017-10-17 |
| | |||
* | Add an explicit void 2nd parameter to invocation of SerializationTraits | Vijay Pai | 2017-10-13 |
| | |||
* | Fix param annotation for AddListeningPort() | Anna Sapek | 2017-10-10 |
| | |||
* | Readd grpclb fallback | Juanli Shen | 2017-09-27 |
| | |||
* | Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip | Vijay Pai | 2017-09-21 |
| | |||
* | Base the new SerializationTraits API on implicit type conversion rather than ↵ | Vijay Pai | 2017-09-21 |
| | | | | SFINAE | ||
* | Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather ↵ | Vijay Pai | 2017-09-21 |
| | | | | than only grpc_byte_buffer"" | ||
* | Construction of streams shouldn't require triggering async ops | Vijay Pai | 2017-09-14 |
| | |||
* | Revert "Add fallback (use backends from resolver if can't reach balancer) to ↵ | Ken Payson | 2017-09-13 |
| | | | | | | grpclb." This reverts commit aba0a0a54412fe59bc2090334ae26c99bb148097. | ||
* | Merge pull request #12187 from AspirinSJL/lb_fallback | Juanli Shen | 2017-09-13 |
|\ | | | | | Add LB fallback to use when we can't contact any balancer. | ||
* | | Comment that IPv6 Any accepts both IPv4 and IPv6 connections. | K.K. Yap | 2017-09-11 |
| | | |||
| * | Add fallback (use backends from resolver if can't reach balancer) to grpclb. | Juanli Shen | 2017-09-11 |
| | | |||
* | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-08 |
|\| | |||
| * | Merge pull request #12372 from vjpai/armalarmadingdong | Vijay Pai | 2017-09-07 |
| |\ | | | | | | | Core API change: Decouple alarm construction from setting to avoid races in MT code | ||
| * | | Specify that ServerCompletionQueue must be drained. | Vijay Pai | 2017-09-07 |
| | | | |||
* | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-07 |
|\| | | |||
| | * | Decouple alarm construction from setting to avoid races in MT code | Vijay Pai | 2017-09-07 |
| |/ | |||
| * | Correct spelling of 'client'. | Blair Kutzman | 2017-09-05 |
| | | |||
* | | C++ API for write-through | Craig Tiller | 2017-09-01 |
|/ | |||
* | Clang_format | Ken Payson | 2017-08-30 |
| |