David Garcia Quintas
fb349b9f71
removed uchannels
9 years ago
Craig Tiller
178edfae2b
Decouple filter selection from channel construction
...
Allow plugins to extend the set of filters used by gRPC core:
- plugins at construction time can register against the 'channel_init' system to be allowed to mutate a new channel_stack_builder type
- channel_stack_builder provides a central and rather dynamic place to construct the list of filters required by a channel stack
- ultimately we construct the channel stack in the fashion we always have
This is also a prerequisite step to allowing filters to be implemented from wrapped languages.
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
Bogdan Drutu
aff406677b
Update copyrights and add change the client to enable census if census initialized.
9 years ago
Bogdan Drutu
9e0953c001
Fix the census initialization on the server. Remove duplicate initialization logic and also enable census per channel if census is initialized.
9 years ago
Craig Tiller
620e965c1b
clang-format after last weeks test-fest
10 years ago
Craig Tiller
5a95c34416
Actually run census code on the server
10 years ago
Masood Malekghassemi
76c3d7481f
Add API tracing to gRPC core
10 years ago
Craig Tiller
a82950e683
clang-format all core files
10 years ago
Craig Tiller
45724b35e4
indent pass to get logical source lines on one physical line
10 years ago
Craig Tiller
d6c98df792
clang-format all source
10 years ago
Nicolas "Pixel" Noble
ebb514066e
Changing the library's code to adapt with the new API.
10 years ago
David Garcia Quintas
20a3538ddc
More bugfixes to compress_filter.
...
Introduced grpc_metadata_batch_move and added grpc_compress_filter to grpc_server_create
10 years ago
David Garcia Quintas
711db76a2c
Reverted wrong set of changes to server_create
10 years ago
David Garcia Quintas
e25e92873d
Added compression filter to server creation
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
Craig Tiller
190d360def
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Nicolas Noble
b7ebd3b8c6
Initial import.
11 years ago