summaryrefslogtreecommitdiff
path: root/server/IptablesBaseTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NETD-TC#6] Clean up the dependency between FirewallController andwaynema2021-12-021-1/+1
* Modernize codebase by replacing NULL with nullptrYi Kong2018-07-251-2/+2
* netd: Enable clang-tidy and fix all warningsBernie Innocenti2018-06-071-1/+1
* Rename <cutils/log.h> to <log/log.h>Logan Chien2018-04-231-1/+1
* Move all tethering functionality into TetherController.Lorenzo Colitti2017-08-311-5/+1
* Delete all remaining callers of iptables.Lorenzo Colitti2017-08-191-77/+0
* Convert NatController to iptables-restore.Lorenzo Colitti2017-08-191-4/+4
* Merge "Va_end should be used with va_start"Treehugger Robot2017-06-191-0/+1
|\
| * Va_end should be used with va_startMikhail Lappo2017-03-231-0/+1
* | Use iptables-restore to set the incoming packet mark rule.Lorenzo Colitti2017-03-271-1/+11
|/
* Support pretending that certain iptables commands failed.Lorenzo Colitti2017-02-281-2/+17
* Support reading output from IptablesRestoreController.Lorenzo Colitti2017-02-101-1/+14
* Add a test for NatController.Lorenzo Colitti2016-07-101-1/+13
* Add a test for getTetherStats.Lorenzo Colitti2016-07-081-0/+17
* Don't crash the test if expecting more commands than were run.Lorenzo Colitti2016-05-161-1/+14
* Use iptables-restore in StrictController startup.Lorenzo Colitti2016-03-301-4/+14
* Add a test for StrictController.Lorenzo Colitti2016-03-301-4/+46
* Move iptables test code to a new IptablesBaseTest class.Lorenzo Colitti2016-03-281-0/+68