Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix a typo | Sree Kuchibhotla | 2016-05-16 |
| | |||
* | Change error to warning since we do not have a good way to determine | Sree Kuchibhotla | 2016-05-16 |
| | | | | whether the server is sync or async | ||
* | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-05-16 |
|\ | |||
| * | Renamed some defines | David Garcia Quintas | 2016-05-12 |
| | | |||
| * | Fix naming and comment problems | Yuchen Zeng | 2016-05-06 |
| | | |||
| * | Add plugins at the time of static initialization | Yuchen Zeng | 2016-05-03 |
| | | |||
| * | Server builder plugin | Yuchen Zeng | 2016-04-29 |
| | | |||
* | | generate_projects.sh and fix copyright year | Sree Kuchibhotla | 2016-04-21 |
| | | |||
* | | Add a safety check to ensure atleast one of the completion queues is | Sree Kuchibhotla | 2016-04-21 |
| | | | | | | | | listening completion queue (i.e frequently polled) | ||
* | | Add the option of adding a non-listening server completion queue. This makes ↵ | Sree Kuchibhotla | 2016-04-21 |
|/ | | | | writing certain test cases (like hybrid_end2end tests) easier | ||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | Add a way to override channel arguments for server creation | yang-g | 2016-02-17 |
| | |||
* | Remove a vestige | vjpai | 2016-02-11 |
| | |||
* | warn user when they forget register generic service | yang-g | 2016-01-15 |
| | |||
* | fix copyright | yang-g | 2016-01-15 |
| | |||
* | Support sync/async methods in the same service | yang-g | 2016-01-13 |
| | |||
* | Exploratory refactoring for mixed sync/async methods on the same C++ service | Craig Tiller | 2016-01-07 |
| | |||
* | add server_builder_option | yang-g | 2015-11-25 |
| | |||
* | Fix clang-format script | Craig Tiller | 2015-09-28 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | David Garcia Quintas | 2015-09-08 |
|\ | |||
| * | Guard against empty vector | yang-g | 2015-09-03 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | David Garcia Quintas | 2015-08-24 |
|\| | |||
| * | Merge branch 'master' into fray | Vijay Pai | 2015-08-24 |
| |\ | |||
* | \ | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | David Garcia Quintas | 2015-08-24 |
|\ \ \ | |||
| | * | | Eliminate public thread-pool interface | Vijay Pai | 2015-08-24 |
| |/ / | |||
| * | | clang-format all source | Craig Tiller | 2015-08-18 |
| | | | |||
| | * | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-17 |
| | |\ | | |/ | |/| | |||
| * | | Merge pull request #2921 from yang-g/unknown_service | Vijay Pai | 2015-08-13 |
| |\ \ | | | | | | | | | Use a sync service to handle requests to unknown services | ||
| | * | | Use a sync service to handle requests to unknown services | yang-g | 2015-08-13 |
| | |/ | |||
* | / | Server: added the ability to disable compression algorithm | David Garcia Quintas | 2015-08-10 |
| |/ |/| | |||
| * | Changing the library's code to adapt with the new API. | Nicolas "Pixel" Noble | 2015-07-23 |
|/ | |||
* | Change name of thread_pool files to fixed_size_thread_pool when | vjpai | 2015-07-15 |
| | | | | appropriate | ||
* | Make thread_pool.h a public header | Vijay Pai | 2015-07-15 |
| | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool | ||
* | Support older compilers | Craig Tiller | 2015-07-07 |
| | |||
* | Support registering services against specific hosts | Craig Tiller | 2015-07-07 |
| | |||
* | Add ability to override default thread pool | Yang Gao | 2015-06-03 |
| | |||
* | Completion queue binding for new requests API change | Craig Tiller | 2015-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 side | Yang Gao | 2015-04-30 |
| | |||
* | Few VS2010 fixes. | Nicolas Noble | 2015-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 ↵ | Vijay Pai | 2015-03-24 |
| | | | | compilers | ||
* | Merge pull request #1093 from nicolasnoble/windows | Jan Tattermusch | 2015-03-19 |
|\ | | | | | Various Windows fixes. | ||
| * | Various Windows fixes. | Nicolas Noble | 2015-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++ code | Yang Gao | 2015-03-17 |
|/ | |||
* | Rename to AsyncGeneric* | Yang Gao | 2015-03-12 |
| | |||
* | Rename anonymous to generic globally | Yang Gao | 2015-03-11 |
| | |||
* | merge with upstream and resolve conflict | Yang Gao | 2015-03-10 |
|\ | |||
* | | Service side should be done, it builds and existing tests pass | Yang Gao | 2015-03-06 |
| | | |||
* | | first sets of changes, it builds | Yang Gao | 2015-03-05 |
| | | |||
| * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-02 |
| |\ | |/ |/| |