Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-06 | fileio: consolidate write_string_file*() | Daniel Mack | |
Merge write_string_file(), write_string_file_no_create() and write_string_file_atomic() into write_string_file() and provide a flags mask that allows combinations of atomic writing, newline appending and automatic file creation. Change all users accordingly. | |||
2015-06-23 | test: fix test-copy without /etc/os-release. | Dimitri John Ledkov | |
2015-06-10 | test-copy: test copy_bytes() | Zbigniew Jędrzejewski-Szmek | |
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 | |