Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clear receive message buffer when adding it, so that any reused buffer will ↵ | Yang Gao | 2015-02-17 |
| | | | | not appear when decoding fails. | ||
* | Deserialization success should not override earlier failure | Yang Gao | 2015-02-17 |
| | |||
* | formatting | Yang Gao | 2015-02-17 |
| | |||
* | should use c_str | Yang Gao | 2015-02-17 |
| | |||
* | Merge branch 'c++api' of github.com:ctiller/grpc into c++api | Yang Gao | 2015-02-17 |
|\ | |||
* | | Add setter to override authority header on ClientContext | Yang Gao | 2015-02-17 |
| | | |||
| * | Fix ASSERT condition | Craig Tiller | 2015-02-17 |
|/ | |||
* | clang-format | Craig Tiller | 2015-02-17 |
| | |||
* | Add missing APIs and a first metadata test, and test passes | Yang Gao | 2015-02-13 |
| | |||
* | change AddRecvMessage signature | Yang Gao | 2015-02-12 |
| | |||
* | allow null got_message | Yang Gao | 2015-02-12 |
| | |||
* | Fixes | Craig Tiller | 2015-02-12 |
| | |||
* | implement async unary call | Yang Gao | 2015-02-12 |
| | |||
* | Merge branch 'c++api' of github.com:ctiller/grpc into c++api | Yang Gao | 2015-02-12 |
|\ | |||
* | | fix sync unary call with metadata pieces | Yang Gao | 2015-02-12 |
| | | |||
| * | Fix end2end leaks | Craig Tiller | 2015-02-12 |
|/ | |||
* | Merge pull request #13 from yang-g/c++api | Craig Tiller | 2015-02-12 |
|\ | | | | | Make codegen generate async client calls | ||
| * | make codegen generate async client calls | Yang Gao | 2015-02-12 |
| | | |||
* | | Async server dispatch | Craig Tiller | 2015-02-12 |
|/ | |||
* | Async API progress | Craig Tiller | 2015-02-12 |
| | |||
* | Async API progress | Craig Tiller | 2015-02-12 |
| | |||
* | Re-add mysteriously disappearing lines | Craig Tiller | 2015-02-12 |
| | |||
* | Merge pull request #10 from yang-g/c++api | Craig Tiller | 2015-02-12 |
|\ | | | | | Put in SendInitialMetadata and WaitForInitialMetadata in some places. | ||
* | | Multi-completion-queue-server | Craig Tiller | 2015-02-12 |
| | | | | | | | | | | | | Allow binding a different completion queue to each registered method. This will allow multiplexing for the C++ server between sync & async methods more easily. | ||
| * | Make SendInitialMetadata work. | Yang Gao | 2015-02-11 |
| | | |||
| * | Add client side WaitForInitialMetadata for streaming. | Yang Gao | 2015-02-11 |
|/ | |||
* | Some streaming progress | Craig Tiller | 2015-02-11 |
| | |||
* | Make sure we get a close before stopping the server | Craig Tiller | 2015-02-11 |
| | |||
* | This string is null terminated | Craig Tiller | 2015-02-11 |
| | |||
* | Fix server shutdown issues | Craig Tiller | 2015-02-11 |
| | | | | First end2end test passes | ||
* | Merge pull request #9 from yang-g/c++api | Craig Tiller | 2015-02-11 |
|\ | | | | | Add trailing metadata to client context and use it. | ||
* | | Fix ownership | Craig Tiller | 2015-02-11 |
| | | |||
| * | Add trailing metadata to client context and use it. | Yang Gao | 2015-02-11 |
|/ | |||
* | Send initial metadata | Craig Tiller | 2015-02-11 |
| | |||
* | Tweak metadata sending | Craig Tiller | 2015-02-11 |
| | |||
* | Make it compile | Yang Gao | 2015-02-11 |
| | |||
* | resolve conflict | Yang Gao | 2015-02-11 |
|\ | |||
* | | save before the change | Yang Gao | 2015-02-11 |
| | | |||
| * | Allow server to hook calls also, fix crash | Craig Tiller | 2015-02-11 |
| | | |||
| * | Fix typo causing crash | Craig Tiller | 2015-02-11 |
| | | |||
| * | Initial metadata fix | Craig Tiller | 2015-02-11 |
| | | |||
| * | Just use one completion queue per server for delivering completions | Craig Tiller | 2015-02-11 |
|/ | | | | | This simplifies (drastically) the polling story, although will slightly complicate mixing sync & async servers - but we're not there yet. | ||
* | minor improvement | Yang Gao | 2015-02-11 |
| | |||
* | Merge branch 'c++api' of github.com:ctiller/grpc into c++api | Yang Gao | 2015-02-11 |
|\ | |||
* \ | fix conflict | Yang Gao | 2015-02-11 |
|\ \ | |||
| | * | More implementation | Craig Tiller | 2015-02-11 |
| |/ | |||
* | | Implement FinalizeResult | Yang Gao | 2015-02-11 |
| | | |||
| * | Fix FinalizeResult signature | Craig Tiller | 2015-02-11 |
|/ | |||
* | Merge branch 'c++api' of github.com:ctiller/grpc into c++api | Craig Tiller | 2015-02-11 |
|\ | |||
* | | Server progress | Craig Tiller | 2015-02-11 |
| | |