aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-17
|\
| * Use a sync service to handle requests to unknown servicesGravatar yang-g2015-08-13
|/
* Support registering services against specific hostsGravatar Craig Tiller2015-07-07
|
* Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-16
|\ | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc
* | Fix memory leakGravatar Craig Tiller2015-06-05
| |
* | Get server call tags rightGravatar Craig Tiller2015-06-05
| |
* | clang-formatGravatar Craig Tiller2015-06-05
| |
* | Everything compiles againGravatar Craig Tiller2015-06-04
| |
* | Progress commit on fixing up C++Gravatar Craig Tiller2015-06-04
| |
* | Beginning the cleanupGravatar Craig Tiller2015-06-04
|/
* Refine shutdown APIGravatar Craig Tiller2015-05-27
|
* Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
| | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time.
* Expose max message size at the server sideGravatar Yang Gao2015-04-30
|
* Few VS2010 fixes.Gravatar Nicolas Noble2015-04-28
| | | | | | | -) = delete isn't supported. Moving destructor out of scope. -) variadic templates aren't supported. Replacing emplace_back's construction. -) C++11's {} inline construction isn't supported. Adding temporary variables. -) std::list<> can't work on a non-declared class. Changing to a raw pointer.
* Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| | | | the tests to init/shutdown free.
* Rewriting mutex, condition_variable, and thread.Gravatar Nicolas "Pixel" Noble2015-04-04
|
* Starting off by removing all offending headers.Gravatar Nicolas "Pixel" Noble2015-04-03
|
* Various Windows fixes.Gravatar Nicolas Noble2015-03-19
| | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations.
* expose the server's cq through the generic service objectGravatar Yang Gao2015-03-16
|
* Rename to AsyncGeneric*Gravatar Yang Gao2015-03-12
|
* Rename anonymous to generic globallyGravatar Yang Gao2015-03-11
|
* Expose server cq for polling incoming anonymous rpcsGravatar Yang Gao2015-03-11
|
* merge with upstream and resolve conflictGravatar Yang Gao2015-03-10
|\
| * Add missing GRPC_OVERRIDE, NFCGravatar Chilledheart2015-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 buildsGravatar Yang Gao2015-03-05
| |
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-03
| |\ | |/ |/|
* | Global replace google::protobuf::Message with grpc::protobuf::Message, all ↵Gravatar Yang Gao2015-03-03
| | | | | | | | tests passed
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
| |\ | |/ |/|
* | Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
| |
* | Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| |
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-24
| |\ | |/ |/|
* | Add Server.WaitGravatar Craig Tiller2015-02-24
| |
| * Update C++ server with new core APIGravatar Craig Tiller2015-02-23
|/ | | | And reflects the C++ API in ServerBuilder.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* clang-formatGravatar Craig Tiller2015-02-17
|
* Async API progressGravatar Craig Tiller2015-02-12
|
* Async API progressGravatar Craig Tiller2015-02-12
|
* Allow server to hook calls also, fix 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.
* Server progressGravatar Craig Tiller2015-02-11
|
* Simplify server ready for async pathGravatar Craig Tiller2015-02-10
|
* Server progressGravatar Craig Tiller2015-02-09
|
* ProgressGravatar Craig Tiller2015-02-09
|
* Starting to scratch out the APIGravatar Craig Tiller2015-02-09
|
* 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