Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Changed writing code to honor the peer's header size limit setting. | Mark D. Roth | 2016-05-02 |
| | | | | | | Changed large_metadata test to only cover the case where both the client and server support large metadata; I will cover the other cases in separate tests in a subsequent commit. | ||
* | Mark stream as cancelled if we exceed the metadata size limit. | Mark D. Roth | 2016-04-28 |
| | | | | Also take this opportunity to convert the seen_error field to a bool. | ||
* | Initial attempt at adding support for max metadata size. Currently, the | Mark D. Roth | 2016-04-27 |
| | | | | | code does not seem to be properly causing the RPC to fail when the max size is exceeded. | ||
* | Merge pull request #6160 from ctiller/api_fuzzer | Nicolas Noble | 2016-04-25 |
|\ | | | | | Core API fuzzer | ||
* \ | Merge pull request #6277 from ctiller/shutdown_proper_like | Nicolas Noble | 2016-04-25 |
|\ \ | | | | | | | Properly shutdown pollsets before destroying them | ||
* \ \ | Merge pull request #6105 from miselin/http-parser-allow-more-newlines | Jan Tattermusch | 2016-04-25 |
|\ \ \ | | | | | | | | | Allow grpc_http_parser to optionally accept a wider range of line endings | ||
| | * | | Properly shutdown pollsets before destroying them | Craig Tiller | 2016-04-25 |
| |/ / |/| | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | Fix bug | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | Fix inf loop | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | Fix test bugs, expand corpus | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | API dictionary | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-24 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-23 |
| | | | |||
| | * | Fix msan bug | Craig Tiller | 2016-04-23 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-23 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-23 |
| | |\ | |_|/ |/| | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-23 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-23 |
| | | | |||
| | * | Enable squelch | Craig Tiller | 2016-04-23 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-23 |
| | | | |||
| | * | Expand corpora | Craig Tiller | 2016-04-23 |
| | | | |||
| | * | Fix hanging call bug | Craig Tiller | 2016-04-22 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-22 |
| | | | |||
| | * | Expand api corpus | Craig Tiller | 2016-04-22 |
| | | | |||
| | * | Fix bug causing calls to never complete | Craig Tiller | 2016-04-22 |
| | | | |||
| | * | Fix bugs in test infra | Craig Tiller | 2016-04-22 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-21 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-21 |
| | | | |||
| | * | Crash fix | Craig Tiller | 2016-04-21 |
| | | | |||
| | * | Expand corpus | Craig Tiller | 2016-04-21 |
| | | | |||
| | * | Fixup API changes | Craig Tiller | 2016-04-21 |
| | | | |||
* | | | Merge pull request #6147 from ctiller/strong-includes | Nicolas Noble | 2016-04-21 |
|\ \ \ | | | | | | | | | Rollup of changes from latest import | ||
* \ \ \ | Merge pull request #6252 from vjpai/empty_driver_wall | Jan Tattermusch | 2016-04-21 |
|\ \ \ \ | | | | | | | | | | | Keep out performance tests that don't have scenarios | ||
| | * \ \ | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-21 |
| | |\ \ \ | |||
* | | \ \ \ | Merge github.com:grpc/grpc into expandification | Craig Tiller | 2016-04-21 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||
| | | | | * | Merge github.com:grpc/grpc into api_fuzzer | Craig Tiller | 2016-04-21 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
| | | | | * | clang-fmt | Craig Tiller | 2016-04-21 |
| | | | | | | |||
| | | | | * | Initial corpus | Craig Tiller | 2016-04-21 |
| | | | | | | |||
| | | | | * | Fix inf loop | Craig Tiller | 2016-04-21 |
| | | | | | | |||
| | * | | | | Make sure that there is at least one scenario, otherwise indicates malformed | Vijay Pai | 2016-04-21 |
| |/ / / / | | | | | | | | | | | | | | | | input |