aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/channel
Commit message (Collapse)AuthorAge
* Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
|
* clang-formatGravatar Craig Tiller2015-04-24
|
* Make the things compile againGravatar Craig Tiller2015-04-23
|
* Switching to batch oriented metadata passingGravatar Craig Tiller2015-04-16
|
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
| | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
* 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
|
* Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | fixing all subsequent errors.
* sync up with masterGravatar Yang Gao2015-01-27
|\
* | run clang-formatGravatar Yang Gao2015-01-26
| |
| * Remove use of sprintfGravatar Craig Tiller2015-01-23
| |
| * Remove use of sprintfGravatar Craig Tiller2015-01-23
|/
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
|
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Tell call/channel op handlers who is invoking them.Gravatar ctiller2014-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.Gravatar Nicolas Noble2014-11-26