aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
Commit message (Collapse)AuthorAge
...
* Some streaming progressGravatar Craig Tiller2015-02-11
|
* Make sure we get a close before stopping the serverGravatar Craig Tiller2015-02-11
|
* Merge pull request #9 from yang-g/c++apiGravatar Craig Tiller2015-02-11
|\ | | | | Add trailing metadata to client context and use it.
* | Fix ownershipGravatar Craig Tiller2015-02-11
| |
| * Add trailing metadata to client context and use it.Gravatar Yang Gao2015-02-11
|/
* Send initial metadataGravatar Craig Tiller2015-02-11
|
* Make it compileGravatar Yang Gao2015-02-11
|
* resolve conflictGravatar Yang Gao2015-02-11
|\
* | save before the changeGravatar Yang Gao2015-02-11
| |
| * Allow server to hook calls also, fix crashGravatar Craig Tiller2015-02-11
| |
| * Initial metadata fixGravatar Craig Tiller2015-02-11
| |
| * Just use one completion queue per server for delivering completionsGravatar Craig Tiller2015-02-11
|/ | | | | This simplifies (drastically) the polling story, although will slightly complicate mixing sync & async servers - but we're not there yet.
* Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Yang Gao2015-02-11
|\
* \ fix conflictGravatar Yang Gao2015-02-11
|\ \
| | * More implementationGravatar Craig Tiller2015-02-11
| |/
* | Implement FinalizeResultGravatar Yang Gao2015-02-11
| |
| * Fix FinalizeResult signatureGravatar Craig Tiller2015-02-11
|/
* Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Craig Tiller2015-02-11
|\
* | Server progressGravatar Craig Tiller2015-02-11
| |
| * Release write buffer in FinalizeResultGravatar Yang Gao2015-02-11
|/
* Merge pull request #5 from yang-g/c++apiGravatar Craig Tiller2015-02-11
|\ | | | | Implement FillOps
| * Implement FillOpsGravatar Yang Gao2015-02-11
| |
* | Simplify server ready for async pathGravatar Craig Tiller2015-02-10
|/
* call implementation before the meetingGravatar Yang Gao2015-02-10
|
* Move call.h -> impl/call.hGravatar Craig Tiller2015-02-10
|
* Remove temp codeGravatar Craig Tiller2015-02-09
|
* Rephrase async streaming methodsGravatar Craig Tiller2015-02-09
| | | | To ensure that the CallOpBuffers stay alive until completion.
* Stub out unary call wrapperGravatar Craig Tiller2015-02-09
|
* Refine completion queueGravatar Craig Tiller2015-02-09
|
* CleanupGravatar Craig Tiller2015-02-09
|
* Merge pull request #3 from yang-g/c++apiGravatar Craig Tiller2015-02-09
|\ | | | | more implementation and all async signatures
* | Remove more unnecessary filesGravatar Craig Tiller2015-02-09
| |
| * more implementation and all async signaturesGravatar Yang Gao2015-02-09
| |
* | Remove stream_contextGravatar Craig Tiller2015-02-09
| |
* | Server progressGravatar Craig Tiller2015-02-09
| |
* | Cleanup some cruftGravatar Craig Tiller2015-02-09
| |
* | Merge pull request #2 from yang-g/c++apiGravatar Craig Tiller2015-02-09
|\| | | | | ServerReader impl with new API
| * ServerReader with new APIGravatar Yang Gao2015-02-09
| |
* | Merge pull request #1 from yang-g/c++apiGravatar Craig Tiller2015-02-09
|\| | | | | C++api
* | ProgressGravatar Craig Tiller2015-02-09
| |
| * remove explicitGravatar Yang Gao2015-02-09
| |
* | Further progressGravatar Craig Tiller2015-02-09
|/
* Async API declarationsGravatar Craig Tiller2015-02-09
|
* Fix compile errorGravatar Craig Tiller2015-02-09
|
* Add initial metadata stubGravatar Craig Tiller2015-02-09
|
* Further progressGravatar Craig Tiller2015-02-09
|
* Starting to scratch out the APIGravatar Craig Tiller2015-02-09
|
* New completion queueGravatar Craig Tiller2015-02-06
|
* Adding support for loading the SSL roots from an environment variable.Gravatar Julien Boeuf2015-02-02
| | | | | | - Had to add support for files and environment variables as well. - I can't compile on windows so I'm sure there will be some issues. - Tested end-to-end with the simple ssl fullstack test.
* run clang-formatGravatar Yang Gao2015-01-26
|