Craig Tiller
28d776e9d2
Make everything compile for clang & gcc
8 years ago
Craig Tiller
7ce0bcdf0f
Add a test of sending MANY metadata elements
8 years ago
yang-g
8e9fc9bd0e
Test credentials provider update
8 years ago
Paul Marks
366a0515c9
port_posix: use IPv4+IPv6 sockets to check for a free port.
...
This allows the port picker to function across dual-stack and
IPv4/IPv6-only environments.
For a port to be considered available, the kernel must support at least
one of (IPv6, IPv4), and the port must be available on each supported
family.
Also use the bool type where feasible.
This is based on http://cl/97155408 (for those who can read it.)
8 years ago
Sree Kuchibhotla
1b1ac735b5
More tests
8 years ago
Craig Tiller
a7d37a371a
Initial conversion work to indexed metadata
8 years ago
Sree Kuchibhotla
b49aca15d0
Minor corrections
8 years ago
Sree Kuchibhotla
bc0bfff7dd
pollset_set test
8 years ago
Craig Tiller
3b05e1da91
Move from cmp --> eq, and provide a good implementation for interning
8 years ago
Craig Tiller
73ee7dc559
C++ compiles
8 years ago
Craig Tiller
50d6e7e79a
h2_full_test in debug passes
8 years ago
Craig Tiller
03cdd3e2de
Fix timeout decoding
8 years ago
Craig Tiller
9ecadce1e0
Get identity law testing right
8 years ago
David Garcia Quintas
1a2e40e0ce
clang-format
8 years ago
Craig Tiller
a8b66a6e02
Get core compiling again
8 years ago
Mark D. Roth
c108788357
clang-format
8 years ago
Mark D. Roth
5e2566e92b
Change destroy_call_elem() to return a grpc_error*.
8 years ago
Craig Tiller
0160de9ae5
Begin moving mdelem to be a value type
8 years ago
David Garcia Quintas
149f09da97
Rewrote connectivity status logic for gRPC LB
8 years ago
Craig Tiller
1ad51e021f
Fix static metadata
8 years ago
Craig Tiller
299dbe4e30
Refining test
8 years ago
Craig Tiller
1961436b93
Fix static string interning
8 years ago
Craig Tiller
7885d1abe7
Initial fixes
8 years ago
Craig Tiller
58317fcc89
Fix mis-sized array
8 years ago
Craig Tiller
7d4116fa44
All core tests compile without grpc_mdstr
8 years ago
Mark D. Roth
45bc38d115
Fix build.
8 years ago
Craig Tiller
d7f15831c6
Tests are starting to compile
8 years ago
Craig Tiller
7851ea37ce
Fixes
8 years ago
Craig Tiller
f69369741d
Review feedback
8 years ago
Mark D. Roth
963be37270
Changed security handshakers to use generic handshaker API.
8 years ago
Yuchen Zeng
0377f7a6f7
Fix symbol conflict
8 years ago
David Garcia Quintas
0133a1b902
No more gcc 4.4!
8 years ago
David Garcia Quintas
850cbaaac4
Added more testing for grpclb tokens
8 years ago
David Garcia Quintas
ffd8e3d8e1
pr comment
8 years ago
Mark D. Roth
9b3f740eb0
clang-format
8 years ago
David Garcia Quintas
01dbb90274
Added testing for connectivity states
8 years ago
David Garcia Quintas
5f50a1baaa
Update test_get_channel_info() to use new ch arg syntax
8 years ago
David Garcia Quintas
4270dc6d6e
Update test_get_channel_info() to use new ch arg syntax
8 years ago
Craig Tiller
c9b0b28772
Progress towards mdstr elimination
8 years ago
Craig Tiller
47718a69a9
Add method config stuff
8 years ago
Craig Tiller
68208fe422
Progress towards mdstr elimination
8 years ago
Mark D. Roth
6cf61536dc
Fix tsan failures.
8 years ago
Craig Tiller
3cf79228ff
Review feedback
8 years ago
Craig Tiller
2ac52edbfe
Ensure something executes the new rst_stream code
9 years ago
Mark D. Roth
69f783dffc
Allow LB policy name to be matched in a case-insensitive manner.
9 years ago
Mark D. Roth
84c8a027d3
Change JSON format to use the standard proto3 mapping for each type.
9 years ago
Craig Tiller
7cdad96fc4
Fix foward declaration duplication
9 years ago
Craig Tiller
64b26567ad
First pass of slice interning facilities
9 years ago
Craig Tiller
10cd356662
Finish moving to new APIs
9 years ago
Mark D. Roth
02b1ae456f
clang-format
9 years ago