aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport/metadata_test.c
Commit message (Collapse)AuthorAge
* Fix copyrightGravatar Craig Tiller2016-03-25
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Test metadata user dataGravatar Craig Tiller2015-12-09
|
* 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
|
* Remove metadata canonicalization, and fix some bugsGravatar Craig Tiller2015-09-25
|
* Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
|
* Canonicalize metadata keys in coreGravatar Craig Tiller2015-07-22
|
* Add metadata refcount debuggingGravatar Craig Tiller2015-07-06
|
* Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
|
* Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
|
* Make metadata_test test_things_stick_around use fewer stringsGravatar David Klempner2015-03-18
| | | | This test is quadratic in nstr and times out under tsan.
* 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.
* Spam cleanup, test speedupGravatar Craig Tiller2015-02-18
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Fix fling test leaksGravatar Craig Tiller2015-02-17
|
* Remove uses of sprintfGravatar Craig Tiller2015-01-23
|
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* Cache encoded binary data on the metadata string object.Gravatar ctiller2014-12-11
| | | | | | | Change on 2014/12/11 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81882793
* Initial import.Gravatar Nicolas Noble2014-11-26