Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixup tests | Craig Tiller | 2017-04-17 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-03-17 |
|\ | |||
* \ | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-03-17 |
|\ \ | |||
| | * | zalloc grpc_pollset | Yuchen Zeng | 2017-02-22 |
| |/ | |||
| * | Fix broken shutdown, and cascading exec_ctx usage bugs | Craig Tiller | 2017-02-14 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-02-01 |
|\| | |||
| * | Replace timeout/scaling macros with functions. | Robbie Shade | 2017-01-31 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into cares_buildin | Yuchen Zeng | 2017-01-18 |
|\| | |||
| * | Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures | Craig Tiller | 2017-01-03 |
| |\ | |||
| | * | Changes to exec_ctx/closure/combiner/workqueue interfaces | Craig Tiller | 2016-12-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks | ||
* | | | Fix httpcli_test and httpscli_test | Yuchen Zeng | 2016-11-18 |
| |/ |/| | |||
| * | Progress towards making grpc_slice_unref_internal take an exec_ctx | Craig Tiller | 2016-10-31 |
|/ | |||
* | clang-format | Craig Tiller | 2016-10-18 |
| | |||
* | BufferPool --> ResourceQuota | Craig Tiller | 2016-10-17 |
| | |||
* | Make all tests build again | Craig Tiller | 2016-09-28 |
| | |||
* | Update tests | Craig Tiller | 2016-09-23 |
| | |||
* | 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 |
| | | |||
* | | 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 |
| | | |||
| * | Changes across the board from pollset to pollset_set | David Garcia Quintas | 2016-04-18 |
|/ | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Fix includes | Craig Tiller | 2016-03-25 |
| | |||
* | 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). |