summaryrefslogtreecommitdiff
path: root/src/import/import-tar.c
AgeCommit message (Expand)Author
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-05treewide: use the negative error codes returned by our functionsMichal Schmidt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-22import: when downloading images, create a subtree quota group for themLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-08-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering
2015-06-15util: when creating temporary file names, allow including extra id string in itLennart Poettering
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-04-06btrfs: support recursively removing btrfs snapshotsLennart Poettering
2015-04-06util: rework rm_rf() logicLennart Poettering
2015-03-10util: add rename_noreplaceAlban Crequy
2015-03-09importd: add API for exporting container/VM imagesLennart Poettering
2015-03-05importd: add new bus calls for importing local tar and raw imagesLennart Poettering
2015-03-05import: rename download code from "import" to "pull"Lennart Poettering
2015-03-03importd: automatically grow /var/lib/machines/ loopback filesystem during dow...Lennart Poettering
2015-02-17import: remove unused variableThomas Hindoe Paaboel Andersen
2015-01-23importd: when listing transfers, show progress percentageLennart Poettering
2015-01-22import: drop all capabilities when invoking tarLennart Poettering
2015-01-22import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering
2015-01-22impot: minor cleanupsLennart Poettering
2015-01-21import: minor cleanups for the tar and raw importersLennart Poettering
2015-01-21import: also add verification support to tar importerLennart Poettering
2015-01-21import: improve loggingLennart Poettering
2015-01-20import: port pull-raw to helper tools implemented for pull-tarLennart Poettering
2015-01-20import: add support for pulling raw tar balls as containersLennart Poettering