Craig Tiller
c8f62bcb03
Add new setting for true-binary mode
2017-04-03 16:25:45 -07:00
Craig Tiller
bf289563f6
Start gen script for new settings handling
2017-04-03 15:36:16 -07:00
Craig Tiller
9eb0fdec00
Reorganize ext tree
...
- filters live under filters
- lb_policy, resolver implementations (being part of client_channel) live under client_channel
2017-03-31 16:59:30 -07:00
Craig Tiller
0db30f3dd0
HPACK parsing benchmarks
2017-02-23 08:48:34 -08:00
David G. Quintas
ca452f432e
Merge pull request #9648 from dgquintas/lr_sans_md
...
Use call context to propagare LR costs
2017-02-16 12:46:11 -08:00
David Garcia Quintas
716f953532
Update protobuf version used for nanopb compiler
2017-02-14 10:54:20 -08:00
David Garcia Quintas
f31f096274
Use call context to propagare LR costs
2017-02-13 16:26:00 -08:00
Craig Tiller
0c3fdad486
Fix hpack fuzzer
2017-01-21 15:16:26 -08:00
Craig Tiller
19cc2db3bc
Merge branch 'slice_with_exec_ctx' into metadata_filter
2017-01-04 12:54:34 -08:00
Craig Tiller
de7e8c78f7
Dont add copyright
2017-01-03 14:03:01 -08:00
Craig Tiller
5efdf3ca26
Fix casting error
2016-12-07 17:30:21 -08:00
Craig Tiller
ebc77551e9
Fix memory overrun
2016-12-07 11:25:11 -08:00
Craig Tiller
ddea41e666
Remove code, rely on a pip installable module to codegen
2016-11-30 17:05:54 -08:00
Craig Tiller
28d776e9d2
Make everything compile for clang & gcc
2016-11-23 10:16:53 -08:00
Craig Tiller
6ec8aa1c06
Simplify batch callout index calculation
2016-11-23 09:35:25 -08:00
Craig Tiller
a82d2a36cf
Fix compile, make slice.c respect sub_refcount
2016-11-23 08:13:46 -08:00
Craig Tiller
43a5169292
Declare sub_refcnt field
2016-11-23 08:03:02 -08:00
Craig Tiller
a7d37a371a
Initial conversion work to indexed metadata
2016-11-22 14:37:16 -08:00
Craig Tiller
dcbe70c137
Faster comparison
2016-11-21 14:07:52 -08:00
Craig Tiller
3b05e1da91
Move from cmp --> eq, and provide a good implementation for interning
2016-11-21 13:46:31 -08:00
Craig Tiller
9ecadce1e0
Get identity law testing right
2016-11-18 14:52:25 -08:00
Craig Tiller
0160de9ae5
Begin moving mdelem to be a value type
2016-11-18 08:46:46 -08:00
Craig Tiller
b2348ba1db
Check length as well as start when determining static metadata id
2016-11-18 08:10:46 -08:00
Craig Tiller
1961436b93
Fix static string interning
2016-11-17 16:05:27 -08:00
Craig Tiller
7885d1abe7
Initial fixes
2016-11-17 14:07:45 -08:00
Craig Tiller
0451c3dbfc
Move slice functions to vtable, implement hash
2016-11-17 09:34:14 -08:00
Craig Tiller
d7f15831c6
Tests are starting to compile
2016-11-16 17:12:55 -08:00
Craig Tiller
47718a69a9
Add method config stuff
2016-11-14 14:48:42 -08:00
Craig Tiller
5ef31ab9c9
Progress towards mdstr elimination
2016-11-10 16:27:48 -08:00
Craig Tiller
e52bbb1d01
Initial elimination of grpc_mdstr from metadata.{h,c}
2016-11-10 15:34:06 -08:00
Craig Tiller
515a33d6bd
Perfect hashing code
2016-11-10 15:33:32 -08:00
Craig Tiller
32df467f11
Merge github.com:grpc/grpc into grpc_slice
2016-11-04 08:21:56 -07:00
Craig Tiller
e4222b4cbd
Add incldues, fix function names
2016-10-26 17:15:30 -07:00
Yuchen Zeng
d30699c7be
Merge remote-tracking branch 'upstream/master' into reflection_header
2016-10-24 13:00:10 -07:00
Yuchen Zeng
654aa869d2
Merge remote-tracking branch 'upstream/master' into reflection_header
2016-10-18 16:29:34 -07:00
David Garcia Quintas
d8fe334d5b
s/lb-cost/lb-cost-bin
2016-10-15 15:25:51 -07:00
Yuchen Zeng
169c985f67
Remove generated pb files
2016-10-14 15:58:09 -07:00
David Garcia Quintas
a3654db631
Renamed LB-related metadata keys
2016-10-11 15:55:40 -07:00
Yuchen Zeng
ef394a954a
Fix typo
2016-09-23 14:04:33 -07:00
Yuchen Zeng
2383a4129d
Check protoc and grpc_cpp_plugin
2016-09-22 21:31:39 -07:00
Yuchen Zeng
27e96f9beb
Add comments about how to re-generate reflection proto files
2016-09-22 20:56:46 -07:00
David G. Quintas
d53957cf4e
Merge pull request #8099 from dgquintas/census_md_rename_sep_16
...
Renamed grpc-census-bin to grpc-stats-bin
2016-09-21 12:38:27 -07:00
David Garcia Quintas
98d5f5cb3f
Renamed grpc-census-bin to grpc-stats-bin
2016-09-14 14:34:22 -07:00
David Garcia Quintas
ebe7c17613
Merge branch 'master' of github.com:grpc/grpc into lb_add_md
2016-09-12 22:57:29 -07:00
Craig Tiller
e0321637d7
Merge pull request #7774 from ctiller/percent-encoder
...
Percent encoding routines
2016-09-06 22:08:12 -07:00
David Garcia Quintas
b8245bd231
Merge branch 'master' of github.com:grpc/grpc into lb_add_md
2016-09-01 18:29:46 +02:00
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.
2016-08-24 15:16:53 -07:00
David Garcia Quintas
88ece58764
Update protobuf version to 3.0.0
2016-08-22 15:03:12 -07:00
Craig Tiller
1c7a84202f
Add a strict and a permissive decoder, allow different reserved alphabets
2016-08-18 11:13:11 -07:00
Nicolas "Pixel" Noble
7f074e0e20
Merge branch 'v1.0.x' into manual-upmerge
2016-08-11 21:00:08 +02:00
Jorge Canizales
3df9bdf880
Update generated files with new protobuf version
...
Also make the script fetch protoc from the usual place.
2016-08-03 10:48:23 -07:00
David Garcia Quintas
8eec9ec6af
Changed census static metadata keys for tracing and tag propagation
2016-08-01 17:06:43 -07:00
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.
2016-07-10 20:57:52 -07:00
Yuchen Zeng
d23710787b
Merge remote-tracking branch 'upstream/master' into reflection_separate_lib
2016-06-07 15:00:52 -07:00
Yuchen Zeng
0601df3a04
Move reflection src/hdr to src/cpp/ext include/grpc++/ext
2016-06-06 13:08:06 -07:00
David Garcia Quintas
e7518461c2
Merge branch 'master' of github.com:grpc/grpc into lr_hook
2016-06-02 10:24:51 -07:00
Yuchen Zeng
ea09adc84b
Add a sanity test: check if the generated pb files are up-to-date
2016-05-31 10:50:24 -07:00
Alistair Veitch
44181c02c4
fix options file; fix generated include guards
2016-05-26 10:29:38 -07:00
David Garcia Quintas
772f485334
Merge branch 'master' of github.com:grpc/grpc into lr_hook
2016-05-19 14:56:03 -07:00
Yuchen Zeng
749005efcc
Merge remote-tracking branch 'upstream/master' into reflection_separate_lib
2016-05-17 14:06:44 -07:00
Jan Tattermusch
fffd296bc5
Merge pull request #6279 from dgquintas/lb_proto_v1
...
Updated load balancer proto to v1
2016-05-10 10:15:42 -07:00
Yuchen Zeng
0333a49afa
Use stream rpc to ensure all related requests go to a single server.
2016-05-05 16:29:43 -07:00
David Garcia Quintas
1621c4d37c
Added support for trailing metadata
2016-05-04 19:44:37 -07:00
Yuchen Zeng
c84ed6813e
Proto server reflection
2016-05-04 16:57:08 -07:00
Mark D. Roth
8a1d8052eb
Added bad_client test to check that the server rejects requests with too
...
much metadata and refuses to send responses with too much metadata.
2016-05-03 10:44:56 -07:00
David Garcia Quintas
7f0793ad62
Updated load balancer proto to v1
2016-04-25 16:48:26 -07:00
Jan Tattermusch
de4fcb3a7f
Merge pull request #6050 from dgquintas/nanopb_generation
...
Generalized nanopb generator script
2016-04-20 21:00:59 -07:00
David Garcia Quintas
f7d9cbe658
PR comments
2016-04-19 14:10:18 -07:00
Craig Tiller
942568bc9d
Better dictionary
2016-04-18 22:19:00 -07:00
Craig Tiller
69b6d4ef62
Better dictionary
2016-04-18 15:08:14 -07:00
Craig Tiller
134a6b6ffd
Dictionary support for fuzzers
2016-04-18 08:14:20 -07:00
David Garcia Quintas
d6b4628f42
Further improvements
2016-04-01 19:10:09 -07:00
David Garcia Quintas
4875ce606b
fixed typo
2016-04-01 14:39:35 -07:00
David Garcia Quintas
bba0266a2f
Generalized nanopb generator script
2016-03-31 22:10:01 -07:00
Craig Tiller
31efd7e864
Merge github.com:grpc/grpc into copyright-fix
2016-03-31 11:08:13 -07:00
Nicolas Noble
7894e60306
Merge pull request #6000 from ctiller/optionalize_roundrobin
...
Optionalize load balancing policies
2016-03-31 09:17:54 -07:00
Craig Tiller
64a12c55df
Merge github.com:grpc/grpc into copyright-fix
2016-03-31 07:49:58 -07:00
Craig Tiller
6169d5f7b0
Update copyrights
2016-03-31 07:46:18 -07:00
Craig Tiller
c2011586fa
Merge github.com:grpc/grpc into idempotent
2016-03-28 22:53:34 -07:00
Craig Tiller
14e0d9862f
Begin optionalizing lb policies: initial code movement
2016-03-28 17:11:26 -07:00
Craig Tiller
3bd9695939
Merge github.com:grpc/grpc into idempotent
2016-03-28 12:43:02 -07:00
Craig Tiller
c7762a8c24
Move chttp2 related files under ext/
2016-03-28 10:13:08 -07:00
Craig Tiller
605ad62563
Fix copyright
2016-03-25 20:07:21 -07:00
Craig Tiller
ffae43c98c
Fix paths
2016-03-25 19:34:29 -07:00
Craig Tiller
8424aee4cf
Fix codegen for protos
2016-03-25 19:28:33 -07:00
David Garcia Quintas
07503b6e5c
Add identity to static metadata accept-encodings bitmasks
2016-03-21 11:59:33 -07:00
Craig Tiller
c6549764e8
Change client :method selection based on idempotency
2016-03-09 17:10:43 -08:00
Craig Tiller
023759216c
Add comment
2016-02-22 22:27:28 -08:00
Craig Tiller
16f6826ffd
Merge github.com:grpc/grpc into fix-proto-docker
2016-02-18 07:14:37 -08:00
Craig Tiller
38af6122dd
Fix copyright
2016-02-12 10:14:34 -08:00
Craig Tiller
a7d41147ea
Merge github.com:grpc/grpc into bad_metadata
2016-02-12 10:13:52 -08:00
Craig Tiller
00c4829669
Ignore pb.h, pb.c for clang-fmt
2016-02-11 16:20:28 -08:00
Craig Tiller
eb841e2010
Revert "Revert "Proto API for LB request/responses""
2016-02-11 15:49:16 -08:00
Craig Tiller
c35e2c582f
Revert "Proto API for LB request/responses"
2016-02-11 15:45:03 -08:00
David Garcia Quintas
742a783c0d
Merge branch 'master' of github.com:grpc/grpc into grpclb_api
2016-02-11 01:04:28 -08:00
David Garcia Quintas
9508a42096
trying to fix docker once again...
2016-02-08 18:16:17 -08:00
Bogdan Drutu
079a179991
Change the census metadata keys. Both census keys must be binary keys because of the encoding.
2016-02-08 16:51:17 -08:00
Craig Tiller
6f87164f3c
Properly handle "." in metadata
2016-02-03 16:15:31 -08:00
David Garcia Quintas
a4c9218889
fixed mounting gen dir for docker
2016-01-29 14:51:45 -08:00
David Garcia Quintas
610107cc3d
nth attempt to make clang-format work
2016-01-21 17:54:04 -08:00