Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add metadata refcount debugging | Craig Tiller | 2015-07-06 |
| | |||
* | Removing mdctx from the credentials. | Julien Boeuf | 2015-05-29 |
| | |||
* | Validate that headers contain legal bytes | Craig Tiller | 2015-05-06 |
| | |||
* | Batch unref metadata in HTTP/2 stream encoder | Craig Tiller | 2015-04-14 |
| | | | | | Moves us from one metadata lock per metadata element to one metadata lock per HTTP/2 frame output. | ||
* | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | |||
* | Fix use-after-free. | Craig Tiller | 2015-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 file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | () --> (void) | Craig Tiller | 2015-01-15 |
| | |||
* | clang-format codebase | Craig Tiller | 2015-01-13 |
| | |||
* | Fix mixing function, and make it universally used. | ctiller | 2014-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. | ctiller | 2014-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. | Nicolas Noble | 2014-11-26 |