summaryrefslogtreecommitdiff
path: root/src/import/export-raw.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* tree-wide: say "ratelimit" not "rate_limit"Zbigniew Jędrzejewski-Szmek2019-09-201-3/+3
* Drop RATELIMIT macrosZbigniew Jędrzejewski-Szmek2019-09-201-2/+1
* copy: don't synthesize a 'user.crtime_usec' xattr on copy unless explicitly r...Lennart Poettering2019-03-011-1/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-1/+1
* import: use structured initializersYu Watanabe2018-11-241-5/+8
* tree-wide: port various bits over to open_parent()Lennart Poettering2018-07-231-5/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* Rename ratelimit_test to ratelimit_belowZbigniew Jędrzejewski-Szmek2018-05-131-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* macro: introduce new TAKE_FD() macroLennart Poettering2018-03-221-7/+4
* stat-util: unify code that checks whether something is a regular fileLennart Poettering2018-02-201-2/+4
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* importd/export-raw: needs missing.h for O_TMPFILEYann E. MORIN2016-08-291-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-0/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+5
* util: when creating temporary file names, allow including extra id string in itLennart Poettering2015-06-151-1/+1
* importd: add API for exporting container/VM imagesLennart Poettering2015-03-091-0/+345