summaryrefslogtreecommitdiff
path: root/server/IptablesBaseTest.cpp
AgeCommit message (Expand)Author
2022-06-23Fix use-after-free HWASAN crashKen Chen
2021-12-02[NETD-TC#6] Clean up the dependency between FirewallController andwaynema
2018-07-25Modernize codebase by replacing NULL with nullptrYi Kong
2018-06-07netd: Enable clang-tidy and fix all warningsBernie Innocenti
2018-04-23Rename <cutils/log.h> to <log/log.h>Logan Chien
2017-08-31Move all tethering functionality into TetherController.Lorenzo Colitti
2017-08-19Delete all remaining callers of iptables.Lorenzo Colitti
2017-08-19Convert NatController to iptables-restore.Lorenzo Colitti
2017-06-19Merge "Va_end should be used with va_start"Treehugger Robot
2017-03-27Use iptables-restore to set the incoming packet mark rule.Lorenzo Colitti
2017-03-23Va_end should be used with va_startMikhail Lappo
2017-02-28Support pretending that certain iptables commands failed.Lorenzo Colitti
2017-02-10Support reading output from IptablesRestoreController.Lorenzo Colitti
2016-07-10Add a test for NatController.Lorenzo Colitti
2016-07-08Add a test for getTetherStats.Lorenzo Colitti
2016-05-16Don't crash the test if expecting more commands than were run.Lorenzo Colitti
2016-03-30Use iptables-restore in StrictController startup.Lorenzo Colitti
2016-03-30Add a test for StrictController.Lorenzo Colitti
2016-03-28Move iptables test code to a new IptablesBaseTest class.Lorenzo Colitti