aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/server_builder.cc
Commit message (Collapse)AuthorAge
...
* Remove a vestigeGravatar vjpai2016-02-11
|
* warn user when they forget register generic serviceGravatar yang-g2016-01-15
|
* fix copyrightGravatar yang-g2016-01-15
|
* Support sync/async methods in the same serviceGravatar yang-g2016-01-13
|
* Exploratory refactoring for mixed sync/async methods on the same C++ serviceGravatar Craig Tiller2016-01-07
|
* add server_builder_optionGravatar yang-g2015-11-25
|
* Fix clang-format scriptGravatar Craig Tiller2015-09-28
|
* Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-09-08
|\
| * Guard against empty vectorGravatar yang-g2015-09-03
| |
* | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-08-24
|\|
| * Merge branch 'master' into frayGravatar Vijay Pai2015-08-24
| |\
* | \ Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-08-24
|\ \ \
| | * | Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
| |/ /
| * | clang-format all sourceGravatar Craig Tiller2015-08-18
| | |
| | * Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-17
| | |\ | | |/ | |/|
| * | Merge pull request #2921 from yang-g/unknown_serviceGravatar Vijay Pai2015-08-13
| |\ \ | | | | | | | | Use a sync service to handle requests to unknown services
| | * | Use a sync service to handle requests to unknown servicesGravatar yang-g2015-08-13
| | |/
* | / Server: added the ability to disable compression algorithmGravatar David Garcia Quintas2015-08-10
| |/ |/|
| * Changing the library's code to adapt with the new API.Gravatar Nicolas "Pixel" Noble2015-07-23
|/
* Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | appropriate
* Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
* Support older compilersGravatar Craig Tiller2015-07-07
|
* Support registering services against specific hostsGravatar Craig Tiller2015-07-07
|
* Add ability to override default thread poolGravatar Yang Gao2015-06-03
|
* 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.
* Elminate range-based fors and work around some other limitations in older ↵Gravatar Vijay Pai2015-03-24
| | | | compilers
* Merge pull request #1093 from nicolasnoble/windowsGravatar Jan Tattermusch2015-03-19
|\ | | | | Various Windows fixes.
| * 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.
* | clang-format c++ codeGravatar Yang Gao2015-03-17
|/
* Rename to AsyncGeneric*Gravatar Yang Gao2015-03-12
|
* Rename anonymous to generic globallyGravatar Yang Gao2015-03-11
|
* merge with upstream and resolve conflictGravatar Yang Gao2015-03-10
|\
* | Service side should be done, it builds and existing tests passGravatar Yang Gao2015-03-06
| |
* | first sets of changes, it buildsGravatar Yang Gao2015-03-05
| |
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
| |\ | |/ |/|
* | Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| |
| * 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
|
* Async API progressGravatar Craig Tiller2015-02-12
|
* Remove stream_contextGravatar Craig Tiller2015-02-09
|
* ProgressGravatar Craig Tiller2015-02-09
|
* Further progressGravatar Craig Tiller2015-02-09
|
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
|
* 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