summaryrefslogtreecommitdiff
path: root/src/import/import-raw.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-051-2/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out file attribute calls to chattr-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 IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-8/+10
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering2015-08-241-0/+1
* util: when creating temporary file names, allow including extra id string in itLennart Poettering2015-06-151-2/+2
* util: merge change_attr_fd() and chattr_fd()Lennart Poettering2015-04-081-2/+2
* btrfs: support recursively removing btrfs snapshotsLennart Poettering2015-04-061-4/+2
* util: rework rm_rf() logicLennart Poettering2015-04-061-1/+2
* util: add rename_noreplaceAlban Crequy2015-03-101-2/+3
* importd: add API for exporting container/VM imagesLennart Poettering2015-03-091-1/+8
* importd: add new bus calls for importing local tar and raw imagesLennart Poettering2015-03-051-0/+454
* import: rename download code from "import" to "pull"Lennart Poettering2015-03-051-518/+0
* importd: automatically grow /var/lib/machines/ loopback filesystem during dow...Lennart Poettering2015-03-031-0/+5
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* importd: when listing transfers, show progress percentageLennart Poettering2015-01-231-1/+83
* import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering2015-01-221-1/+2
* import: minor cleanups for the tar and raw importersLennart Poettering2015-01-211-9/+28
* import: make verification code generic, in preparation for using it pull-tarLennart Poettering2015-01-211-207/+14
* import: add image verification using gpgLennart Poettering2015-01-211-76/+185
* import: make image verification optionalLennart Poettering2015-01-201-16/+29
* import: add a simple scheme for validating the SHA256 sums of downloaded raw ...Lennart Poettering2015-01-201-27/+158
* import: port pull-raw to helper tools implemented for pull-tarLennart Poettering2015-01-201-763/+173
* import: add support for pulling raw tar balls as containersLennart Poettering2015-01-201-12/+2
* util: make http url validity checks more generic, and move them to util.cLennart Poettering2015-01-201-13/+2
* import: clarify when we are unpacking the qcow2 deviceLennart Poettering2015-01-191-0/+2
* import: make sure don't leak the LZMA contextLennart Poettering2015-01-191-0/+1
* import: when downloading raw files, show simple progress reportsLennart Poettering2015-01-191-0/+48
* import: simplify the code a bitLennart Poettering2015-01-191-60/+59
* import-raw: when downloading raw images, generate sparse files if we canLennart Poettering2015-01-191-1/+9
* import-raw: set NOCOW flag on all raw images we createLennart Poettering2015-01-191-1/+5
* import: support importing qcow2 imagesLennart Poettering2015-01-161-0/+48
* import: support downloading .xz compressed imagesLennart Poettering2015-01-161-27/+160
* import: rename "gpt" disk image type to "raw"Lennart Poettering2015-01-151-0/+719