summaryrefslogtreecommitdiff
path: root/src/import/import.c
AgeCommit message (Expand)Author
2016-07-22import: don't log "fake" errno valuesZbigniew Jędrzejewski-Szmek
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
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-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-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-08-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
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-01-22importd: try to minimize confusion by renaming "systemd-import" binary to "sy...Lennart Poettering
2015-01-22import: rename --verify=sum to --verify=checksumLennart Poettering
2015-01-22import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering
2015-01-21import: simplify dkr importer, by making use of generic import-job logic, use...Lennart Poettering
2015-01-21import: support downloading bzip2-encoded imagesLennart Poettering
2015-01-21import: also add verification support to tar importerLennart Poettering
2015-01-21import: improve loggingLennart Poettering
2015-01-20import: add a couple of additional suffixes to remove from raw imagesLennart Poettering
2015-01-20import: make image verification optionalLennart Poettering
2015-01-20import: add a simple scheme for validating the SHA256 sums of downloaded raw ...Lennart 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
2015-01-20util: make http url validity checks more generic, and move them to util.cLennart Poettering
2015-01-16import: support importing qcow2 imagesLennart Poettering
2015-01-16import: support downloading .xz compressed imagesLennart Poettering
2015-01-15nspawn,machined: change default container image location from /var/lib/contai...Lennart Poettering
2015-01-15import: rename "gpt" disk image type to "raw"Lennart Poettering
2014-12-26import: make image root directory configurable, instead of hardcoding /var/li...Lennart Poettering
2014-12-26import: beef up gpt importer to optionally make writable copy of read-only ve...Lennart Poettering
2014-12-24import: add a new "pull-gpt" verb for downloading GPT disk images from the in...Lennart Poettering
2014-12-24import: three minor fixesLennart Poettering
2014-12-24import: make the dkr import URL a part of the import object, not the import n...Lennart Poettering
2014-12-23import: rename 'poll-dck' to 'pull-dkr'Lennart Poettering
2014-12-19import: Verb[] array can be static, tooLennart Poettering
2014-12-19import: add new minimal tool "systemd-import" for pulling down foreign contai...Lennart Poettering