aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/server.cc
Commit message (Collapse)AuthorAge
...
* 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
|\ | | | | Put in SendInitialMetadata and WaitForInitialMetadata in some places.
* | Multi-completion-queue-serverGravatar Craig Tiller2015-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.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
| | | | First end2end test passes
* 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
| | | | | This simplifies (drastically) the polling story, although will slightly complicate mixing sync & async servers - but we're not there yet.
* 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
| | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings.
* 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
| | | | | | | | to it. Change on 2015/01/09 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83640373
* Add server side credentials support.Gravatar yangg2014-12-08
| | | | | | | | Make interop test use ssl by default. Change on 2014/12/08 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81619141
* Initial import.Gravatar Nicolas Noble2014-11-26