Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | expose the server's cq through the generic service object | Yang Gao | 2015-03-16 | |
| | ||||
* | Rename to AsyncGeneric* | Yang Gao | 2015-03-12 | |
| | ||||
* | Rename anonymous to generic globally | Yang Gao | 2015-03-11 | |
| | ||||
* | Expose server cq for polling incoming anonymous rpcs | Yang Gao | 2015-03-11 | |
| | ||||
* | merge with upstream and resolve conflict | Yang Gao | 2015-03-10 | |
|\ | ||||
| * | Add missing GRPC_OVERRIDE, NFC | Chilledheart | 2015-03-10 | |
| | | | | | | | | | | Testing asan configuration with the latest clang compiler fails due to the warning `-Winconsistent-missing-override`. This patch fixes it. | |||
* | | first sets of changes, it builds | Yang Gao | 2015-03-05 | |
| | | ||||
| * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-03 | |
| |\ | |/ |/| | ||||
* | | Global replace google::protobuf::Message with grpc::protobuf::Message, all ↵ | Yang Gao | 2015-03-03 | |
| | | | | | | | | tests passed | |||
| * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-02 | |
| |\ | |/ |/| | ||||
* | | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 | |
| | | ||||
* | | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 | |
| | | ||||
| * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-02-24 | |
| |\ | |/ |/| | ||||
* | | Add Server.Wait | Craig Tiller | 2015-02-24 | |
| | | ||||
| * | Update C++ server with new core API | Craig Tiller | 2015-02-23 | |
|/ | | | | And reflects the C++ API in ServerBuilder. | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 | |
| | ||||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 | |
| | ||||
* | clang-format | Craig Tiller | 2015-02-17 | |
| | ||||
* | Async API progress | Craig Tiller | 2015-02-12 | |
| | ||||
* | Async API progress | Craig Tiller | 2015-02-12 | |
| | ||||
* | Allow server to hook calls also, fix crash | 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. | |||
* | Server progress | Craig Tiller | 2015-02-11 | |
| | ||||
* | Simplify server ready for async path | Craig Tiller | 2015-02-10 | |
| | ||||
* | Server progress | Craig Tiller | 2015-02-09 | |
| | ||||
* | Progress | Craig Tiller | 2015-02-09 | |
| | ||||
* | Starting to scratch out the API | Craig Tiller | 2015-02-09 | |
| | ||||
* | Add server side credentials support. | yangg | 2014-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. | Nicolas Noble | 2014-11-26 | |