Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |