Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #7774 from ctiller/percent-encoder | Craig Tiller | 2016-09-06 |
|\ | | | | | Percent encoding routines | ||
* | | prep work for enabling caching | Makdharma | 2016-08-24 |
| | | | | | | | | | | | | | | 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. | ||
| * | Add a strict and a permissive decoder, allow different reserved alphabets | Craig Tiller | 2016-08-18 |
|/ | |||
* | Merge branch 'v1.0.x' into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-11 |
|\ | |||
| * | Update generated files with new protobuf version | Jorge Canizales | 2016-08-03 |
| | | | | | | Also make the script fetch protoc from the usual place. | ||
* | | Changed census static metadata keys for tracing and tag propagation | David Garcia Quintas | 2016-08-01 |
| | | |||
* | | Added new features to load reporting. | David Garcia Quintas | 2016-07-10 |
|/ | | | | | | | - 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. | ||
* | Merge remote-tracking branch 'upstream/master' into reflection_separate_lib | Yuchen Zeng | 2016-06-07 |
|\ | |||
* | | Move reflection src/hdr to src/cpp/ext include/grpc++/ext | Yuchen Zeng | 2016-06-06 |
| | | |||
| * | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-06-02 |
| |\ | |||
* | | | Add a sanity test: check if the generated pb files are up-to-date | Yuchen Zeng | 2016-05-31 |
| | | | |||
| | * | fix options file; fix generated include guards | Alistair Veitch | 2016-05-26 |
| | | | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-05-19 |
| |\| | |||
* | | | Merge remote-tracking branch 'upstream/master' into reflection_separate_lib | Yuchen Zeng | 2016-05-17 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #6279 from dgquintas/lb_proto_v1 | Jan Tattermusch | 2016-05-10 |
| |\ \ | | | | | | | | | Updated load balancer proto to v1 | ||
* | | | | Use stream rpc to ensure all related requests go to a single server. | Yuchen Zeng | 2016-05-05 |
| | | | | |||
| | | * | Added support for trailing metadata | David Garcia Quintas | 2016-05-04 |
| | | | | |||
* | | | | Proto server reflection | Yuchen Zeng | 2016-05-04 |
| |_|/ |/| | | |||
| * | | Added bad_client test to check that the server rejects requests with too | Mark D. Roth | 2016-05-03 |
|/ / | | | | | | | much metadata and refuses to send responses with too much metadata. | ||
| * | Updated load balancer proto to v1 | David Garcia Quintas | 2016-04-25 |
|/ | |||
* | Merge pull request #6050 from dgquintas/nanopb_generation | Jan Tattermusch | 2016-04-20 |
|\ | | | | | Generalized nanopb generator script | ||
| * | PR comments | David Garcia Quintas | 2016-04-19 |
| | | |||
* | | Better dictionary | Craig Tiller | 2016-04-18 |
| | | |||
* | | Better dictionary | Craig Tiller | 2016-04-18 |
| | | |||
* | | Dictionary support for fuzzers | Craig Tiller | 2016-04-18 |
| | | |||
| * | Further improvements | David Garcia Quintas | 2016-04-01 |
| | | |||
| * | fixed typo | David Garcia Quintas | 2016-04-01 |
| | | |||
| * | Generalized nanopb generator script | David Garcia Quintas | 2016-03-31 |
|/ | |||
* | Merge github.com:grpc/grpc into copyright-fix | Craig Tiller | 2016-03-31 |
|\ | |||
| * | Merge pull request #6000 from ctiller/optionalize_roundrobin | Nicolas Noble | 2016-03-31 |
| |\ | | | | | | | Optionalize load balancing policies | ||
* | | | Merge github.com:grpc/grpc into copyright-fix | Craig Tiller | 2016-03-31 |
|\| | | |||
* | | | Update copyrights | Craig Tiller | 2016-03-31 |
| | | | |||
| * | | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-28 |
| |\ \ | |/ / |/| | | |||
| | * | Begin optionalizing lb policies: initial code movement | Craig Tiller | 2016-03-28 |
| |/ |/| | |||
| * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-28 |
| |\ | |||
* | | | Move chttp2 related files under ext/ | Craig Tiller | 2016-03-28 |
| |/ |/| | |||
* | | Fix copyright | Craig Tiller | 2016-03-25 |
| | | |||
* | | Fix paths | Craig Tiller | 2016-03-25 |
| | | |||
* | | Fix codegen for protos | Craig Tiller | 2016-03-25 |
| | | |||
* | | Add identity to static metadata accept-encodings bitmasks | David Garcia Quintas | 2016-03-21 |
| | | |||
| * | Change client :method selection based on idempotency | Craig Tiller | 2016-03-09 |
|/ | |||
* | Add comment | Craig Tiller | 2016-02-22 |
| | |||
* | Merge github.com:grpc/grpc into fix-proto-docker | Craig Tiller | 2016-02-18 |
|\ | |||
| * | Fix copyright | Craig Tiller | 2016-02-12 |
| | | |||
| * | Merge github.com:grpc/grpc into bad_metadata | Craig Tiller | 2016-02-12 |
| |\ | |||
* | | | Ignore pb.h, pb.c for clang-fmt | Craig Tiller | 2016-02-11 |
| | | | |||
* | | | Revert "Revert "Proto API for LB request/responses"" | Craig Tiller | 2016-02-11 |
| |/ |/| | |||
* | | Revert "Proto API for LB request/responses" | Craig Tiller | 2016-02-11 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-02-11 |
|\ \ | |||
* | | | trying to fix docker once again... | David Garcia Quintas | 2016-02-08 |
| | | |