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 | |||
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering | |
After all it is now much more like strjoin() than strappend(). At the same time, add support for NULL sentinels, even if they are normally not necessary. | |||
2015-01-08 | machined: when cloning a raw disk image, also set the NOCOW flag | Lennart Poettering | |
2014-12-12 | copy: use btrfs reflinking only whe we know we copy full files | Lennart Poettering | |
2014-11-07 | copy: teach copy_bytes() sendfile() support, and then replace ↵ | Lennart Poettering | |
sendfile_full() by it | |||
2014-10-31 | tests: add test-copy | Ronny Chevalier | |