aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
Commit message (Expand)AuthorAge
* Async server dispatchGravatar Craig Tiller2015-02-12
* Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Craig Tiller2015-02-12
|\
* | Async API progressGravatar Craig Tiller2015-02-12
| * typo fixGravatar Yang Gao2015-02-12
| * implement ServerAsyncResponseWriter for unary callGravatar Yang Gao2015-02-12
|/
* Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Yang Gao2015-02-12
|\
* | Implement async streaming APIsGravatar Yang Gao2015-02-12
| * Async API progressGravatar Craig Tiller2015-02-12
* | implement ClientAsyncX apiGravatar Yang Gao2015-02-12
|/
* resolve comments, the context_ member needs protection for thread safetyGravatar Yang Gao2015-02-12
* Make SendInitialMetadata work.Gravatar Yang Gao2015-02-11
* Add SendInitialMetadata() to server streaming interfacesGravatar Yang Gao2015-02-11
* Add client side WaitForInitialMetadata for streaming.Gravatar Yang Gao2015-02-11
* Finish streaming, lame clientGravatar Craig Tiller2015-02-11
* 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
|\
* | 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
|/
* 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 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
* 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
|\
* | 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