Craig Tiller
87c79795e6
Perform option exchange
8 years ago
Craig Tiller
c8f62bcb03
Add new setting for true-binary mode
8 years ago
Craig Tiller
bf289563f6
Start gen script for new settings handling
8 years ago
Craig Tiller
0db30f3dd0
HPACK parsing benchmarks
8 years ago
David Garcia Quintas
716f953532
Update protobuf version used for nanopb compiler
8 years ago
David Garcia Quintas
f31f096274
Use call context to propagare LR costs
8 years ago
Craig Tiller
7c70b6c144
Revert "Revert "Metadata handling rewrite""
...
This reverts commit 5e01e2ac97
.
8 years ago
Craig Tiller
0c3fdad486
Fix hpack fuzzer
8 years ago
Craig Tiller
5e01e2ac97
Revert "Metadata handling rewrite"
8 years ago
Craig Tiller
de7e8c78f7
Dont add copyright
8 years ago
Craig Tiller
5efdf3ca26
Fix casting error
8 years ago
Craig Tiller
ebc77551e9
Fix memory overrun
8 years ago
Craig Tiller
ddea41e666
Remove code, rely on a pip installable module to codegen
8 years ago
Craig Tiller
28d776e9d2
Make everything compile for clang & gcc
8 years ago
Craig Tiller
6ec8aa1c06
Simplify batch callout index calculation
8 years ago
Craig Tiller
a82d2a36cf
Fix compile, make slice.c respect sub_refcount
8 years ago
Craig Tiller
43a5169292
Declare sub_refcnt field
8 years ago
Craig Tiller
a7d37a371a
Initial conversion work to indexed metadata
8 years ago
Craig Tiller
dcbe70c137
Faster comparison
8 years ago
Craig Tiller
3b05e1da91
Move from cmp --> eq, and provide a good implementation for interning
8 years ago
Craig Tiller
9ecadce1e0
Get identity law testing right
8 years ago
Craig Tiller
0160de9ae5
Begin moving mdelem to be a value type
8 years ago
Craig Tiller
b2348ba1db
Check length as well as start when determining static metadata id
8 years ago
Craig Tiller
1961436b93
Fix static string interning
8 years ago
Craig Tiller
7885d1abe7
Initial fixes
8 years ago
Craig Tiller
0451c3dbfc
Move slice functions to vtable, implement hash
8 years ago
Craig Tiller
d7f15831c6
Tests are starting to compile
8 years ago
Craig Tiller
47718a69a9
Add method config stuff
8 years ago
Craig Tiller
5ef31ab9c9
Progress towards mdstr elimination
8 years ago
Craig Tiller
e52bbb1d01
Initial elimination of grpc_mdstr from metadata.{h,c}
8 years ago
Craig Tiller
515a33d6bd
Perfect hashing code
8 years ago
Craig Tiller
e4222b4cbd
Add incldues, fix function names
8 years ago
David Garcia Quintas
d8fe334d5b
s/lb-cost/lb-cost-bin
9 years ago
Yuchen Zeng
169c985f67
Remove generated pb files
9 years ago
David Garcia Quintas
a3654db631
Renamed LB-related metadata keys
9 years ago
Yuchen Zeng
ef394a954a
Fix typo
9 years ago
Yuchen Zeng
2383a4129d
Check protoc and grpc_cpp_plugin
9 years ago
Yuchen Zeng
27e96f9beb
Add comments about how to re-generate reflection proto files
9 years ago
David Garcia Quintas
98d5f5cb3f
Renamed grpc-census-bin to grpc-stats-bin
9 years ago
Makdharma
178f4bc24d
prep work for enabling caching
...
Added new header grpc-payload-bin
Added new channel arg for setting max payload size
Ability to create a GET request in client filter
Ability to parse the payload from header in server filter.
9 years ago
David Garcia Quintas
88ece58764
Update protobuf version to 3.0.0
9 years ago
Craig Tiller
1c7a84202f
Add a strict and a permissive decoder, allow different reserved alphabets
9 years ago
Jorge Canizales
3df9bdf880
Update generated files with new protobuf version
...
Also make the script fetch protoc from the usual place.
9 years ago
David Garcia Quintas
8eec9ec6af
Changed census static metadata keys for tracing and tag propagation
9 years ago
David Garcia Quintas
01c4d995d3
Added new features to load reporting.
...
- Propagation of (rpc) method name.
- Invocation of the hook at (call, channel) x (creation, destruction)
- Added enum to identify the source of invocation.
- Fixed testing. Went from test fixture to simple test.
9 years ago
David Garcia Quintas
d84cec7380
removed unnecessary lb response generator
9 years ago
David Garcia Quintas
3fb8f7360b
gRPC LB policy
9 years ago
Yuchen Zeng
0601df3a04
Move reflection src/hdr to src/cpp/ext include/grpc++/ext
9 years ago
Yuchen Zeng
ea09adc84b
Add a sanity test: check if the generated pb files are up-to-date
9 years ago
Alistair Veitch
44181c02c4
fix options file; fix generated include guards
9 years ago