aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/http/httpcli_test.c
Commit message (Collapse)AuthorAge
* zalloc grpc_pollsetGravatar Yuchen Zeng2017-02-22
|
* Fix broken shutdown, and cascading exec_ctx usage bugsGravatar Craig Tiller2017-02-14
|
* Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|
* Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
|\
| * Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-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
* | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/
* clang-formatGravatar Craig Tiller2016-10-18
|
* BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
|
* Make all tests build againGravatar Craig Tiller2016-09-28
|
* Update testsGravatar Craig Tiller2016-09-23
|
* 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
| |
* | Progress converting to new error systemGravatar Craig Tiller2016-05-09
| |
* | 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).