aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/metadata.h
Commit message (Collapse)AuthorAge
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25
|
* Fixed include guardsGravatar David Garcia Quintas2016-03-15
|
* Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
|
* Update copyrightsGravatar murgatroid992016-01-13
|
* Merged from master and resolved merge conflictsGravatar murgatroid992016-01-08
|\
* | Expose core metadata validation functions in public headersGravatar murgatroid992016-01-06
| |
| * Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|/
* Fix HPACK encoder testGravatar Craig Tiller2015-12-02
|
* Remove metadata context entirelyGravatar Craig Tiller2015-11-20
|
* Remove metadata context from the channel stackGravatar Craig Tiller2015-11-19
|
* Add commentaryGravatar Craig Tiller2015-11-19
|
* Use static metadata table in metadata.cGravatar Craig Tiller2015-11-19
|
* Make metadata unref atomicGravatar Craig Tiller2015-10-09
| | | | | | We used to need to lock the metadata context to unref an mdelem. This change makes it possible to lock only when the mdelem refcount would reach zero.
* Remove metadata canonicalization, and fix some bugsGravatar Craig Tiller2015-09-25
|
* Outlaw illegal metadata charactersGravatar Craig Tiller2015-08-21
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Canonicalize metadata keys in coreGravatar Craig Tiller2015-07-22
|
* Add metadata refcount debuggingGravatar Craig Tiller2015-07-06
|
* 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