Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Finish merge | Craig Tiller | 2016-06-13 |
| | |||
* | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-13 |
|\ | |||
| * | Expand corpus, make one-shot runners not self-check leaks (to give ASAN a ↵ | Craig Tiller | 2016-06-10 |
| | | | | | | | | chance) | ||
* | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-07 |
|\| | |||
| * | clang-format | David Garcia Quintas | 2016-06-06 |
| | | |||
| * | moar renamings | David Garcia Quintas | 2016-06-06 |
| | | |||
| * | s/grpc_pops/grpc_polling_entity | David Garcia Quintas | 2016-05-31 |
| | | |||
* | | Fix httpscli_test | Craig Tiller | 2016-05-12 |
| | | |||
* | | Progress converting to new error system | Craig Tiller | 2016-05-09 |
| | | |||
* | | Progress converting to new error system | Craig Tiller | 2016-05-07 |
| | | |||
* | | Convert tests to new error scheme | Craig Tiller | 2016-05-06 |
| | | |||
| * | allocate grpc_pops on the stack | David Garcia Quintas | 2016-05-04 |
| | | |||
| * | Introduced grpc_pops (pollset or pollset_set) | David Garcia Quintas | 2016-05-03 |
| | | |||
| * | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-04-27 |
| |\ | |/ |/| | |||
* | | Allow grpc_http_parser to optionally accept a wider range of line endings. | Matthew Iselin | 2016-04-21 |
| | | |||
| * | Changes across the board from pollset to pollset_set | David Garcia Quintas | 2016-04-18 |
|/ | |||
* | Expand corpus | Craig Tiller | 2016-04-04 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Fix includes | Craig Tiller | 2016-03-28 |
| | |||
* | Merge github.com:grpc/grpc into fuzzy-bits | Craig Tiller | 2016-03-28 |
|\ | |||
* \ | Merge github.com:grpc/grpc into fuzzy-bits | Craig Tiller | 2016-03-26 |
|\ \ | |||
| | * | Fix path | Craig Tiller | 2016-03-25 |
| | | | |||
| | * | Fix another path | Craig Tiller | 2016-03-25 |
| | | | |||
| | * | Fix includes | Craig Tiller | 2016-03-25 |
| |/ | |||
| * | Auto-changes | Craig Tiller | 2016-03-25 |
| | | |||
* | | clang-format | Craig Tiller | 2016-03-24 |
| | | |||
* | | Expand corpus | Craig Tiller | 2016-03-23 |
| | | |||
* | | Expand corpus | Craig Tiller | 2016-03-23 |
| | | |||
* | | Expand corpus, add test | Craig Tiller | 2016-03-23 |
| | | |||
* | | Expand corpus | Craig Tiller | 2016-03-23 |
| | | |||
* | | Expand corpus | Craig Tiller | 2016-03-23 |
| | | |||
* | | Merge fixes | Craig Tiller | 2016-03-23 |
| | | |||
* | | Merge github.com:grpc/grpc into fuzzy-bits | 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). |