aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/http/httpscli_test.c
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
|\
| * clang-formatGravatar David Garcia Quintas2016-06-06
| |
| * moar renamingsGravatar David Garcia Quintas2016-06-06
| |
| * s/grpc_pops/grpc_polling_entityGravatar David Garcia Quintas2016-05-31
| |
* | Fix httpscli_testGravatar Craig Tiller2016-05-12
| |
* | Progress converting to new error systemGravatar Craig Tiller2016-05-07
| |
* | Convert tests to new error schemeGravatar Craig Tiller2016-05-06
| |
| * allocate grpc_pops on the stackGravatar David Garcia Quintas2016-05-04
| |
| * Introduced grpc_pops (pollset or pollset_set)Gravatar David Garcia Quintas2016-05-03
| |
| * Changes across the board from pollset to pollset_setGravatar David Garcia Quintas2016-04-18
|/
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* 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).