David Garcia Quintas
cce51fe5ac
Added compression tracer
9 years ago
David Garcia Quintas
eb913107f7
Init tracers after plugin registration
9 years ago
Yuchen Zeng
95e4c48430
Add knob for default core output verbosity
9 years ago
Craig Tiller
3ab2fe0094
Rollup of changes from the latest import
9 years ago
Craig Tiller
8166732d10
clang-fmt
9 years ago
Craig Tiller
16c13451f0
Fix init ordering,memory leaks
9 years ago
Craig Tiller
0b54163019
Fixing client_config init
9 years ago
Craig Tiller
f82ddc4c78
Nailing down dependencies better
9 years ago
Craig Tiller
d1697d99d7
Getting dependencies fixed up
9 years ago
Craig Tiller
d4c9833187
Reposition files to optionalize client_config system
9 years ago
Craig Tiller
65938df105
Optionalize name resolvers
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Craig Tiller
8f8e9f9b53
Build Census as a grpc plugin
9 years ago
Craig Tiller
3113ef48ab
Register plugins correctly
9 years ago
Craig Tiller
fb43385204
Make plugin registries work
9 years ago
Craig Tiller
14e0d9862f
Begin optionalizing lb policies: initial code movement
9 years ago
Craig Tiller
adcb92d68e
clang-format
9 years ago
Craig Tiller
c7762a8c24
Move chttp2 related files under ext/
9 years ago
Craig Tiller
9533d042d4
Fix includes
9 years ago
Craig Tiller
f23078cbd3
Stage #1 of core breakup: move everything under lib
9 years ago
Craig Tiller
f40df23eeb
Auto-changes
9 years ago
vjpai
968483ff95
Fix the #ifdef to align with the new unix socket ifdef in general
9 years ago
vjpai
e7077b5c96
Fix a missing include in UDP_SERVER code and
...
do some typecasts for stronger warning-protection
in channel stack builder calls
9 years ago
David Garcia Quintas
fb349b9f71
removed uchannels
9 years ago
Craig Tiller
d78d16499e
clang-fmt
9 years ago
Craig Tiller
de676268aa
Reinstate sockpair tests
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
7630256ded
Fix typo.
9 years ago
Bogdan Drutu
050072403a
Initialize census if not initialized yet and some features are available.
9 years ago
Craig Tiller
8cdba6644a
Subchannel index compiles
9 years ago
Craig Tiller
694cf8b0d2
Shared subchannel sketch
9 years ago
Craig Tiller
560e5f8aa3
Update copyrights, clang-fmt
9 years ago
Craig Tiller
c506e24a57
Update copyrights
9 years ago
Craig Tiller
be52c6e9c2
clang-format code
9 years ago
Craig Tiller
7536af02cf
Eliminate gpr_ int types - and insist on C99 variants instead
9 years ago
Jan Tattermusch
1b34aeb554
fixing x64 build with vs2015
9 years ago
Craig Tiller
df62b97299
Shutdown lb policy registry
9 years ago
Craig Tiller
6d1882b4b2
Make default prefix overridable
9 years ago
Craig Tiller
0e72ede405
Use static metadata table in metadata.c
10 years ago
Craig Tiller
c7e1a2a38d
stream_op cleanup: surface layer
10 years ago
Craig Tiller
0ba432d445
Move profiling system to gpr
10 years ago
David Garcia Quintas
4bc3463108
Introducing grpc_executor, for all your threading needs
10 years ago
Masood Malekghassemi
7307b1a706
Coalesce GRPC_TRACE=surface with API tracing
10 years ago
Masood Malekghassemi
76c3d7481f
Add API tracing to gRPC core
10 years ago
Masood Malekghassemi
861fbcbf22
Coalesce GRPC_TRACE=surface,batch into GRPC_TRACE=surface
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
David Garcia Quintas
4fb049b647
Added round robin LB policy.
10 years ago
David Garcia Quintas
5c4543d9f5
Introduced a registry for LB policies.
10 years ago