Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-06 | util: rework rm_rf() logic | Lennart Poettering | |
- Move to its own file rm-rf.c - Change parameters into a single flags parameter - Remove "honour sticky" logic, it's unused these days | |||
2014-09-19 | test: warn if we could not parse the loop count argument | Thomas Hindoe Paaboel Andersen | |
Found by coverity. Fixes: CID#1237512 | |||
2014-07-31 | Always prefer our headers to system headers | Zbigniew Jędrzejewski-Szmek | |
In practice this shouldn't make much difference, but sometimes our headers might be newer, and we want to test them. | |||
2013-08-02 | tests: add a program for repetitive opening and closing of the journal | Zbigniew Jędrzejewski-Szmek | |
Basically wraps an example provided by George McCollister. Should help with leaks in the future. |