aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/http
Commit message (Collapse)AuthorAge
...
* | Allow grpc_http_parser to optionally accept a wider range of line endings.Gravatar Matthew Iselin2016-04-21
| |
| * Changes across the board from pollset to pollset_setGravatar David Garcia Quintas2016-04-18
|/
* Expand corpusGravatar Craig Tiller2016-04-04
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-28
|
* Merge github.com:grpc/grpc into fuzzy-bitsGravatar Craig Tiller2016-03-28
|\
* \ Merge github.com:grpc/grpc into fuzzy-bitsGravatar Craig Tiller2016-03-26
|\ \
| | * Fix pathGravatar Craig Tiller2016-03-25
| | |
| | * Fix another pathGravatar Craig Tiller2016-03-25
| | |
| | * Fix includesGravatar Craig Tiller2016-03-25
| |/
| * Auto-changesGravatar Craig Tiller2016-03-25
| |
* | clang-formatGravatar Craig Tiller2016-03-24
| |
* | Expand corpusGravatar Craig Tiller2016-03-23
| |
* | Expand corpusGravatar Craig Tiller2016-03-23
| |
* | Expand corpus, add testGravatar Craig Tiller2016-03-23
| |
* | Expand corpusGravatar Craig Tiller2016-03-23
| |
* | Expand corpusGravatar Craig Tiller2016-03-23
| |
* | Merge fixesGravatar Craig Tiller2016-03-23
| |
* | Merge github.com:grpc/grpc into fuzzy-bitsGravatar Craig Tiller2016-03-23
|/
* Add HTTP request parsing.Gravatar Matthew Iselin2016-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).