Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove all uses of __FUNCTION__ | Craig Tiller | 2015-05-24 |
| | |||
* | clang-format | Craig Tiller | 2015-04-24 |
| | |||
* | Make the things compile again | Craig Tiller | 2015-04-23 |
| | |||
* | Switching to batch oriented metadata passing | Craig Tiller | 2015-04-16 |
| | |||
* | Introduce slowdown factor for unit test deadlines | Craig Tiller | 2015-02-25 |
| | | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs. | ||
* | 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 |
| | |||
* | Re-enabling errors on warning, disabling unused parameter warning, and ↵ | Nicolas "Pixel" Noble | 2015-01-30 |
| | | | | fixing all subsequent errors. | ||
* | sync up with master | Yang Gao | 2015-01-27 |
|\ | |||
* | | run clang-format | Yang Gao | 2015-01-26 |
| | | |||
| * | Remove use of sprintf | Craig Tiller | 2015-01-23 |
| | | |||
| * | Remove use of sprintf | Craig Tiller | 2015-01-23 |
|/ | |||
* | Use clang-format-3.5 | Craig Tiller | 2015-01-18 |
| | |||
* | () --> (void) | Craig Tiller | 2015-01-15 |
| | |||
* | clang-format codebase | Craig Tiller | 2015-01-13 |
| | |||
* | Tell call/channel op handlers who is invoking them. | ctiller | 2014-12-11 |
| | | | | | | | | | | This change adds a parameter to all op handlers specifying the invoking filter. It will be used to allow client_channel to distinguish which child channel is disconnecting or going away. Change on 2014/12/10 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81823231 | ||
* | Initial import. | Nicolas Noble | 2014-11-26 |