aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/metadata.h
Commit message (Collapse)AuthorAge
* Removing mdctx from the credentials.Gravatar Julien Boeuf2015-05-29
|
* Validate that headers contain legal bytesGravatar Craig Tiller2015-05-06
|
* Batch unref metadata in HTTP/2 stream encoderGravatar Craig Tiller2015-04-14
| | | | | Moves us from one metadata lock per metadata element to one metadata lock per HTTP/2 frame output.
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* 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
|
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Fix mixing function, and make it universally used.Gravatar ctiller2014-12-15
| | | | | | | Change on 2014/12/15 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82155669
* 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