Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed include guards | David Garcia Quintas | 2016-03-15 |
| | |||
* | Added back trailing newlines | David Garcia Quintas | 2016-01-14 |
| | |||
* | Update copyrights | murgatroid99 | 2016-01-13 |
| | |||
* | Merged from master and resolved merge conflicts | murgatroid99 | 2016-01-08 |
|\ | |||
* | | Expose core metadata validation functions in public headers | murgatroid99 | 2016-01-06 |
| | | |||
| * | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
|/ | |||
* | Fix HPACK encoder test | Craig Tiller | 2015-12-02 |
| | |||
* | Remove metadata context entirely | Craig Tiller | 2015-11-20 |
| | |||
* | Remove metadata context from the channel stack | Craig Tiller | 2015-11-19 |
| | |||
* | Add commentary | Craig Tiller | 2015-11-19 |
| | |||
* | Use static metadata table in metadata.c | Craig Tiller | 2015-11-19 |
| | |||
* | Make metadata unref atomic | Craig Tiller | 2015-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 bugs | Craig Tiller | 2015-09-25 |
| | |||
* | Outlaw illegal metadata characters | Craig Tiller | 2015-08-21 |
| | |||
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Canonicalize metadata keys in core | Craig Tiller | 2015-07-22 |
| | |||
* | 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 |