aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/debug.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: remove remaining tools referencesJason A. Donenfeld2019-12-261-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* debug: add better insert targetJason A. Donenfeld2017-10-021-4/+4
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* device: remove icmp conntrack hacksJason A. Donenfeld2017-06-261-2/+0
| | | | | | This logic belongs upstream. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ratelimiter: rewrite from scratchJason A. Donenfeld2017-06-261-2/+0
| | | | | | | | | This not only removes the depenency on x_tables, but it also gives us much better performance and memory usage. Now, systems are able to have millions of WireGuard interfaces, without having to worry about a thundering herd of garbage collection. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* debug: cleanupsJason A. Donenfeld2017-04-081-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* remote-run: reflect recent makefile changesJason A. Donenfeld2016-09-291-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* tests: add crypto-RP filter testJason A. Donenfeld2016-08-121-0/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* tests: use makefile and expand greatlyJason A. Donenfeld2016-08-081-1/+6
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* tests: improve test suite and add qemu testerJason A. Donenfeld2016-07-181-0/+70
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>