aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/server.cc
Commit message (Expand)AuthorAge
* Add Server.WaitGravatar Craig Tiller2015-02-24
* Merge pull request #605 from vjpai/macGravatar Nicolas Noble2015-02-19
|\
| * Some compilers expect class SyncRequest to be declared fully and not justGravatar vjpai2015-02-18
* | Merge github.com:grpc/grpc into an-update-on-c++Gravatar Craig Tiller2015-02-18
|\|
* | Server side cancellation receive supportGravatar Craig Tiller2015-02-18
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* | Initial sketchGravatar Craig Tiller2015-02-18
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
|/
* When the entire op fails, the recv_message is always discarded.Gravatar Yang Gao2015-02-17
* Deserialization success should not override earlier failureGravatar Yang Gao2015-02-17
* Fix end2end leaksGravatar Craig Tiller2015-02-12
* Async server dispatchGravatar Craig Tiller2015-02-12
* Async API progressGravatar Craig Tiller2015-02-12
* Async API progressGravatar Craig Tiller2015-02-12
* Re-add mysteriously disappearing linesGravatar Craig Tiller2015-02-12
* Merge pull request #10 from yang-g/c++apiGravatar Craig Tiller2015-02-12
|\
* | Multi-completion-queue-serverGravatar Craig Tiller2015-02-12
| * Make SendInitialMetadata work.Gravatar Yang Gao2015-02-11
|/
* Some streaming progressGravatar Craig Tiller2015-02-11
* Make sure we get a close before stopping the serverGravatar Craig Tiller2015-02-11
* Fix server shutdown issuesGravatar Craig Tiller2015-02-11
* Fix ownershipGravatar Craig Tiller2015-02-11
* Send initial metadataGravatar Craig Tiller2015-02-11
* Allow server to hook calls also, fix crashGravatar Craig Tiller2015-02-11
* Fix typo causing crashGravatar Craig Tiller2015-02-11
* Just use one completion queue per server for delivering completionsGravatar Craig Tiller2015-02-11
* Fix FinalizeResult signatureGravatar Craig Tiller2015-02-11
* Server progressGravatar Craig Tiller2015-02-11
* Simplify server ready for async pathGravatar Craig Tiller2015-02-10
* Fix compileGravatar Craig Tiller2015-02-10
* Remove more unnecessary filesGravatar Craig Tiller2015-02-09
* Server progressGravatar Craig Tiller2015-02-09
* Cleanup some cruftGravatar Craig Tiller2015-02-09
* Make server.cc compile againGravatar Craig Tiller2015-02-09
* ProgressGravatar Craig Tiller2015-02-09
* Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
* Add impl subdirectory under public and move headers that need to be installedGravatar yangg2015-01-12
* Add server side credentials support.Gravatar yangg2014-12-08
* Initial import.Gravatar Nicolas Noble2014-11-26