summaryrefslogtreecommitdiff
path: root/src/import/import-raw.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-20tree-wide: say "ratelimit" not "rate_limit"Zbigniew Jędrzejewski-Szmek1-3/+3
2019-09-20Drop RATELIMIT macrosZbigniew Jędrzejewski-Szmek1-2/+1
2019-03-27tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering1-1/+1
2019-03-01copy: don't synthesize a 'user.crtime_usec' xattr on copy unless explicitly r...Lennart Poettering1-1/+1
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering1-1/+1
2018-11-26import: drop logic of setting up /var/lib/machines as btrfs loopback mountLennart Poettering1-13/+0
2018-11-24import: use structured initializersYu Watanabe1-11/+18
2018-10-08chattr: optionally, return the old flags when updating themLennart Poettering1-2/+2
2018-10-01import: sparse_write() returns negative errnoYu Watanabe1-1/+1
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-13Rename ratelimit_test to ratelimit_belowZbigniew Jędrzejewski-Szmek1-1/+1
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-2/+1
2018-03-22macro: introduce new TAKE_FD() macroLennart Poettering1-2/+1
2017-11-24Replace free and reassignment with free_and_replaceDaniel Lockyer1-3/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-05-13tree-wide: fix incorrect uses of %mZbigniew Jędrzejewski-Szmek1-2/+2
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-1/+1
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek1-3/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-05treewide: use the negative error codes returned by our functionsMichal Schmidt1-2/+2
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split out file attribute calls to chattr-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering1-0/+1
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-8/+10
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering1-2/+1
2015-08-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering1-0/+1
2015-06-15util: when creating temporary file names, allow including extra id string in itLennart Poettering1-2/+2
2015-04-08util: merge change_attr_fd() and chattr_fd()Lennart Poettering1-2/+2
2015-04-06btrfs: support recursively removing btrfs snapshotsLennart Poettering1-4/+2
2015-04-06util: rework rm_rf() logicLennart Poettering1-1/+2
2015-03-10util: add rename_noreplaceAlban Crequy1-2/+3
2015-03-09importd: add API for exporting container/VM imagesLennart Poettering1-1/+8
2015-03-05importd: add new bus calls for importing local tar and raw imagesLennart Poettering1-0/+454
2015-03-05import: rename download code from "import" to "pull"Lennart Poettering1-518/+0
2015-03-03importd: automatically grow /var/lib/machines/ loopback filesystem during dow...Lennart Poettering1-0/+5
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2015-01-23importd: when listing transfers, show progress percentageLennart Poettering1-1/+83
2015-01-22import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering1-1/+2
2015-01-21import: minor cleanups for the tar and raw importersLennart Poettering1-9/+28
2015-01-21import: make verification code generic, in preparation for using it pull-tarLennart Poettering1-207/+14
2015-01-21import: add image verification using gpgLennart Poettering1-76/+185
2015-01-20import: make image verification optionalLennart Poettering1-16/+29
2015-01-20import: add a simple scheme for validating the SHA256 sums of downloaded raw ...Lennart Poettering1-27/+158
2015-01-20import: port pull-raw to helper tools implemented for pull-tarLennart Poettering1-763/+173
2015-01-20import: add support for pulling raw tar balls as containersLennart Poettering1-12/+2