Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-21 | wip | Luke Shumaker | |
2016-07-27 | fix | Luke Shumaker | |
2016-03-04 | Move test-loopback to normal tests | Zbigniew Jędrzejewski-Szmek | |
In the normal case lo should be already configured and this should be a noop, even when run under root. | |||
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack | |
This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file. | |||
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen | |
Sort the includes accoding to the new coding style. | |||
2015-09-09 | tree-wide: don't do assignments within if checks | Lennart Poettering | |
Turn this: if ((r = foo()) < 0) { ... into this: r = foo(); if (r < 0) { ... | |||
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
2014-12-29 | test: loopback - parse logging env var | Tom Gundersen | |
2012-04-12 | test: test tools should still be in the src/ directory | Lennart Poettering | |