aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport/chttp2/hpack_parser_test.c
Commit message (Collapse)AuthorAge
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Make everything compile for clang & gccGravatar Craig Tiller2016-11-23
|
* Get core compiling againGravatar Craig Tiller2016-11-18
|
* Begin moving mdelem to be a value typeGravatar Craig Tiller2016-11-18
|
* All core tests compile without grpc_mdstrGravatar Craig Tiller2016-11-17
|
* Finish moving to new APIsGravatar Craig Tiller2016-11-09
|
* clang-formatGravatar Craig Tiller2016-10-26
|
* s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
|
* Bulk update #includesGravatar Craig Tiller2016-10-26
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* fixesGravatar Craig Tiller2016-08-22
|
* Fix socket_utils_test, clang-fmtGravatar Craig Tiller2016-05-12
|
* Fixed hpack_parser_test and hpack_table_test.Gravatar Mark D. Roth2016-05-12
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Move chttp2 related files under ext/Gravatar Craig Tiller2016-03-28
|
* Fix copyrightGravatar Craig Tiller2016-03-25
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Merge github.com:grpc/grpc into no-transport-metadataGravatar Craig Tiller2015-11-20
|\
* | Remove metadata context entirelyGravatar Craig Tiller2015-11-20
| |
* | Remove metadata context from the channel stackGravatar Craig Tiller2015-11-19
| |
* | Use static metadata table in metadata.cGravatar Craig Tiller2015-11-19
| |
| * Small fixesGravatar Craig Tiller2015-11-11
| |
| * Small fixesGravatar Craig Tiller2015-11-10
|/
* Add metadata refcount debuggingGravatar Craig Tiller2015-07-06
|
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
| | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
* Fix use-after-free.Gravatar Craig Tiller2015-02-18
| | | | | | | Transport and channel have different lifetimes, but share a metadata context. Make the metadata context ref counted, and have transport take a ref.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* run clang-formatGravatar Yang Gao2015-01-26
|
* Initial import.Gravatar Nicolas Noble2014-11-26