David Garcia Quintas
2d02456e78
got rid of grpc_compression_options
9 years ago
David Garcia Quintas
9e9f7b62c7
Refactorings and renamings related to compression.
...
Also added levels to the channel args options.
9 years ago
Sree Kuchibhotla
8c34e7c3f1
Fix a typo
9 years ago
Sree Kuchibhotla
98a185a72e
Change error to warning since we do not have a good way to determine
...
whether the server is sync or async
9 years ago
David Garcia Quintas
183ba02ce7
Renamed some defines
9 years ago
Yuchen Zeng
7d099a5c90
Fix naming and comment problems
9 years ago
Yuchen Zeng
3b8f3354de
Add plugins at the time of static initialization
9 years ago
Yuchen Zeng
a42ec21341
Server builder plugin
9 years ago
Sree Kuchibhotla
01907123f6
generate_projects.sh and fix copyright year
9 years ago
Sree Kuchibhotla
7def036085
Add a safety check to ensure atleast one of the completion queues is
...
listening completion queue (i.e frequently polled)
9 years ago
Sree Kuchibhotla
1f5e262589
Add the option of adding a non-listening server completion queue. This makes writing certain test cases (like hybrid_end2end tests) easier
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Craig Tiller
f40df23eeb
Auto-changes
9 years ago
yang-g
eb62c94338
Add a way to override channel arguments for server creation
9 years ago
vjpai
d8e2c70fde
Remove a vestige
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
yang-g
1ac6f4594e
warn user when they forget register generic service
9 years ago
yang-g
f48766d347
fix copyright
9 years ago
yang-g
bef0d8744e
Support sync/async methods in the same service
9 years ago
Craig Tiller
15f383c6cc
Exploratory refactoring for mixed sync/async methods on the same C++ service
9 years ago
yang-g
a23f17b123
add server_builder_option
9 years ago
Craig Tiller
71a0f9d3b0
Fix clang-format script
10 years ago
yang-g
61e461e890
Guard against empty vector
10 years ago
Vijay Pai
e8a7e30a75
Eliminate public thread-pool interface
10 years ago
yang-g
9e2f90cd06
headers reorg
10 years ago
Craig Tiller
d6c98df792
clang-format all source
10 years ago
yang-g
9b7757dd35
Use a sync service to handle requests to unknown services
10 years ago
David Garcia Quintas
beac88ca56
Server: added the ability to disable compression algorithm
10 years ago
Nicolas "Pixel" Noble
ebb514066e
Changing the library's code to adapt with the new API.
10 years ago
vjpai
a2e1bb1577
Change name of thread_pool files to fixed_size_thread_pool when
...
appropriate
10 years ago
Vijay Pai
69f2410086
Make thread_pool.h a public header
...
Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction
of DynamicSizeThreadPool
10 years ago
Craig Tiller
d9b6fcfee4
Support older compilers
10 years ago
Craig Tiller
822d2c7beb
Support registering services against specific hosts
10 years ago
Yang Gao
6f4fb3b133
Add ability to override default thread pool
10 years ago
Craig Tiller
f9e6adf998
Completion queue binding for new requests API change
...
Move completion queue binding for new requests to the new request
request time, not server instantiation time.
10 years ago
Yang Gao
3921c56bee
Expose max message size at the server side
10 years ago
Nicolas Noble
3086203834
Few VS2010 fixes.
...
-) = 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.
10 years ago
Vijay Pai
82dd80abc6
Elminate range-based fors and work around some other limitations in older compilers
10 years ago
Nicolas Noble
cfd6073a66
Various Windows fixes.
...
-) 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.
10 years ago
Yang Gao
6baa9b67ad
clang-format c++ code
10 years ago
Yang Gao
4999649653
Rename to AsyncGeneric*
10 years ago
Yang Gao
005eb88c45
Rename anonymous to generic globally
10 years ago
Yang Gao
5f4539f4e8
Service side should be done, it builds and existing tests pass
10 years ago
Yang Gao
1c40233814
first sets of changes, it builds
10 years ago
Craig Tiller
c5ba0e56a0
Make it possible to compile with gcc4.6
10 years ago
Craig Tiller
cf133f41f8
Make it possible to compile with gcc4.6
10 years ago
Craig Tiller
42bc87c097
Update C++ server with new core API
...
And reflects the C++ API in ServerBuilder.
10 years ago
Craig Tiller
190d360def
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Craig Tiller
8c8d0aa1d8
Async API progress
10 years ago