aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common/channel_filter_test.cc
Commit message (Collapse)AuthorAge
* Revert "Add more filter priority levels"Gravatar Yang Gao2018-08-16
|
* Add more filter priority levelsGravatar yang-g2018-08-01
|
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Removing more exec_ctx instancesGravatar Yash Tibrewal2017-11-09
|
* Improvements to C++ filter API:Gravatar Mark D. Roth2017-06-29
| | | | | | | - Make sure all C-core parameters are passed into C++ methods. - Add Destroy() methods for ChannelData and CallData. - Use C++-style casts. - Add 'extern "C"' to iomgr/closure.h, which is used in C++ filters.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fix compileGravatar Craig Tiller2017-02-22
|
* clang-formatGravatar Mark D. Roth2016-12-14
|
* Fix bug.Gravatar Mark D. Roth2016-12-12
|
* Clean up C++ filter API.Gravatar Mark D. Roth2016-12-12
|
* Fix C++ filter API and add test for it.Gravatar Mark D. Roth2016-11-07