Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Craig Tiller
fb43385204
Make plugin registries work
9 years ago
Craig Tiller
1206423aa2
Fix include paths
9 years ago
Craig Tiller
ca5acf819d
Fix test by naming parameters
9 years ago
Vijay Pai
98f2f754b8
Used TYPED_TEST to parametrize
...
Include all 4 sync/async client/server combos
9 years ago
Vijay Pai
40d1a2cb87
clang-format
9 years ago
Vijay Pai
bbbbf621e4
Add a concurrent test for sync client, async server case
9 years ago
Craig Tiller
5648605474
Fix include
9 years ago
Craig Tiller
14e0d9862f
Begin optionalizing lb policies: initial code movement
9 years ago
Craig Tiller
fdef23f8d3
Fix includes
9 years ago
murgatroid99
bebf2df6e4
Make distribtest more robust, especially on Mac
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
b84b553075
Fix formatting
9 years ago
Craig Tiller
19d25aae2e
Fix path
9 years ago
Craig Tiller
40ee2aa450
Fix another path
9 years ago
Craig Tiller
eff44d7917
Fix another path
9 years ago
David Garcia Quintas
67c0d04d05
Changes to resolver-lb interfaces.
...
- Creation of a load balancer now takes an execution context.
- load balancers are now passed addresses as arguments and are responsible for
the creation of the corresponding subchannels, something that used to be done
by the resolvers.
9 years ago
Craig Tiller
b7f3f6eec4
Fix copyright
9 years ago
Craig Tiller
9533d042d4
Fix includes
9 years ago
Nicolas "Pixel" Noble
d9a2368e56
Moving grpc_pick_unused_port_of_die before creating a deadline.
9 years ago
murgatroid99
f22f4c60ba
Node distrib test: don't start all static servers on the same port
9 years ago
murgatroid99
def177b7fe
Don't set -ex for nvm functions
9 years ago
Craig Tiller
d1fce837f2
Fixes
9 years ago
Craig Tiller
2e1903638e
Fix copyrights
9 years ago
Craig Tiller
f40df23eeb
Auto-changes
9 years ago
Craig Tiller
c63a09eb6c
Expand corpus
9 years ago
Craig Tiller
1266e34d51
Force seed for metadata
9 years ago
Craig Tiller
633cbf708f
Expand corpus
9 years ago
Craig Tiller
9d290d534e
copyrights
9 years ago
Craig Tiller
ec0d95ae38
clang-format
9 years ago
Craig Tiller
59e49a28e7
Expand corpus
9 years ago
Craig Tiller
f1eac3c28a
Expand corpus
9 years ago
Craig Tiller
45991b3881
Expand corpus
9 years ago
Craig Tiller
f137b72c1d
Expand corpus
9 years ago
Craig Tiller
a341fe2876
Expand corpus
9 years ago
Craig Tiller
d0f1301d12
Expand corpus
9 years ago
Craig Tiller
fe56d3ae72
Expand corpus
9 years ago
Craig Tiller
88a4043dea
Expand corpus
9 years ago
Craig Tiller
9715822e6f
Expand corpus
9 years ago
Craig Tiller
b04af22b78
Expand corpus
9 years ago
Craig Tiller
9366684d9f
Expand corpus, add test
9 years ago
Craig Tiller
b33d5cdeb8
Expand corpus
9 years ago
Craig Tiller
75e50e4fbf
Expand corpus
9 years ago
Craig Tiller
2123974071
Merge fixes
9 years ago
Nicolas "Pixel" Noble
0450410c80
Fixing sanity.
9 years ago
Craig Tiller
273a9cece0
Fix copyrights
9 years ago
Craig Tiller
c82048f5ef
Fix some status codes to match spec
9 years ago
Craig Tiller
9498bb1bb1
Reorder asserts to avoid TSAN failure
9 years ago
Matthew Iselin
1824f0519f
Add HTTP request parsing.
...
This extends the existing http parser to support requests as well as responses.
httpcli continues to exist and work as it has previously, though in the new
directory src/core/http (to reflect the fact the directory now contains code
relevant to parsing requests, which httpcli would not generally involve itself
in).
9 years ago