Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Progress converting to new error system | Craig Tiller | 2016-05-09 |
| | |||
* | Convert tests to new error scheme | Craig Tiller | 2016-05-06 |
| | |||
* | Allow grpc_http_parser to optionally accept a wider range of line endings. | Matthew Iselin | 2016-04-21 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Merge github.com:grpc/grpc into fuzzy-bits | Craig Tiller | 2016-03-28 |
|\ | |||
| * | Fix includes | Craig Tiller | 2016-03-25 |
| | | |||
* | | clang-format | Craig Tiller | 2016-03-24 |
| | | |||
* | | Expand corpus, add test | Craig Tiller | 2016-03-23 |
|/ | |||
* | 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). |