Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add base64 decoder | Yuchen Zeng | 2016-05-12 |
| | |||
* | Merge pull request #6373 from y-zeng/server-builder-plugin | Yuchen Zeng | 2016-05-11 |
|\ | | | | | Server builder plugin | ||
* \ | Merge pull request #6279 from dgquintas/lb_proto_v1 | Jan Tattermusch | 2016-05-10 |
|\ \ | | | | | | | Updated load balancer proto to v1 | ||
* \ \ | Merge pull request #6320 from markdroth/limit_metadata_size | Jan Tattermusch | 2016-05-10 |
|\ \ \ | | | | | | | | | Add support for max metadata size. | ||
| | | * | Resolve conflicts | Yuchen Zeng | 2016-05-06 |
| | | |\ | |_|_|/ |/| | | | |||
| * | | | 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. | ||
* | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_remove_proto | David Garcia Quintas | 2016-05-02 |
|\| | | | |||
| | | * | Server builder plugin | Yuchen Zeng | 2016-04-29 |
| | |/ | |/| | |||
* | | | Moved protos out of core_codegen interface | David Garcia Quintas | 2016-04-27 |
| | | | |||
| * | | merge and resolve conflict | yang-g | 2016-04-26 |
| |\ \ | |/ / |/| | | |||
| | * | Updated load balancer proto to v1 | David Garcia Quintas | 2016-04-25 |
| |/ |/| | |||
* | | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-21 |
|\ \ | |||
| * \ | Merge pull request #5958 from deepaklukose/skip_client_cert_verification | Jan Tattermusch | 2016-04-20 |
| |\ \ | | | | | | | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication. | ||
| | | * | Merge remote-tracking branch 'upstream/master' into proto_comments | yang-g | 2016-04-20 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Update boringssl to latest chromium-stable. | itessier | 2016-04-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also fixes the x25519_NEON symbol error when importing the gRPC Python modules on ARM. Change-Id: Id98cf6b0f9a3a8f5b88204bd0a6ad2346182ba3d | ||
| | * | | Add various options to verify ssl/tls client cert including letting the | Deepak Lukose | 2016-04-19 |
| |/ / | | | | | | | | | | application handle the authentication. | ||
| | * | Add a test | yang-g | 2016-04-14 |
| |/ | |||
* | | Mergegen | Craig Tiller | 2016-04-11 |
| | | |||
* | | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-11 |
|\| | |||
* | | Rollup of changes from the latest import | Craig Tiller | 2016-04-11 |
| | | |||
| * | Added codegen_test_full | David Garcia Quintas | 2016-04-08 |
|/ | | | | Which makes sure target that depend on both codegen and grpc build. | ||
* | Sort out codegen dependencies | Craig Tiller | 2016-04-07 |
| | |||
* | Remove *_codegen_lib | Craig Tiller | 2016-04-07 |
| | | | | Since filegroups are now correctly layered, build systems that needed these libs can now instantiate the filegroups as libs directly. | ||
* | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-06 |
|\ | |||
| * | Merge pull request #6071 from ctiller/e2efuzz | Nicolas Noble | 2016-04-06 |
| |\ | | | | | | | Full stack server fuzzer | ||
| * | | Configure performance scenarios with json | Craig Tiller | 2016-04-06 |
| | | | | | | | | | | | | Run those json configurations as part of presubmits | ||
* | | | Merge branch 'optionalize_client_config' into strong-includes | Craig Tiller | 2016-04-05 |
|\| | | |||
* | | | Getting dependencies fixed up | Craig Tiller | 2016-04-05 |
| | | | |||
| | * | Merge branch 'head-of-line-blocking' into filters-can-cause-closes | Craig Tiller | 2016-04-04 |
| | |\ | | |/ | |/| | |||
| | * | Add test to verify bad behavior | Craig Tiller | 2016-04-04 |
| |/ |/| | |||
| * | Add a failing test due to a head of line blocking bug in the server | Craig Tiller | 2016-04-02 |
|/ | |||
* | Merge pull request #5691 from ctiller/idempotent | Nicolas Noble | 2016-03-30 |
|\ | | | | | Idempotent request support for core | ||
* \ | Merge github.com:grpc/grpc into internal-canary | Craig Tiller | 2016-03-29 |
|\ \ | |||
| | * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-28 |
| | |\ | | |/ | |/| | |||
| | * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-28 |
| | |\ | |||
| * | | | Add uses clauses to filegroups to ease dependency management | Craig Tiller | 2016-03-28 |
| | |/ | |/| | |||
| * | | Add HTTP request parsing. | Matthew Iselin | 2016-03-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). | ||
| * | | removed uchannels | David Garcia Quintas | 2016-03-21 |
| | | | |||
| | * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-21 |
| | |\ | | |/ | |/| | |||
| * | | Merge pull request #5754 from ctiller/new_boring_ssl | Jan Tattermusch | 2016-03-21 |
| |\ \ | | | | | | | | | Reference github boringssl, move to chromium-stable branch head | ||
* | | | | Merge github.com:grpc/grpc into internal-canary | Craig Tiller | 2016-03-21 |
|\| | | | |||
| | | * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-21 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Merge github.com:grpc/grpc into filter-selection | Craig Tiller | 2016-03-17 |
| |\ \ \ | |||
| * | | | | Regenerate files | Craig Tiller | 2016-03-17 |
| | | | | | |||
| * | | | | Merge github.com:grpc/grpc into filter-selection | Craig Tiller | 2016-03-17 |
| |\ \ \ \ | |||
| | | | | * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-17 |
| | | | | |\ | | | |_|_|/ | | |/| | | | |||
| | | * | | | Merge github.com:grpc/grpc into backoff_lib | Craig Tiller | 2016-03-17 |
| | | |\ \ \ | | | |/ / / | | |/| | | | |||
| | * | | | | Merge pull request #5270 from dgquintas/codegen_lib | Nicolas Noble | 2016-03-16 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Added codegen_lib | ||
| | | | | | * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-16 |
| | | | | | |\ | |||
| | | | * | | \ | Merge github.com:grpc/grpc into backoff_lib | Craig Tiller | 2016-03-16 |
| | | | |\ \ \ \ | | | | | | |_|/ | | | | | |/| | |