Age | Commit message (Expand) | Author |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-08-24 | util: make machine_name_is_valid() a macro and move it to hostname-util.h | Lennart Poettering |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-10 | tree-wide: whenever we fork off a foreign child process reset signal mask/han... | Lennart Poettering |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-03-09 | importd: add API for exporting container/VM images | Lennart Poettering |
2015-03-05 | importd: add new bus calls for importing local tar and raw images | Lennart Poettering |
2015-01-22 | importd: try to minimize confusion by renaming "systemd-import" binary to "sy... | Lennart Poettering |
2015-01-22 | import: rename --verify=sum to --verify=checksum | Lennart Poettering |
2015-01-22 | import: introduce new mini-daemon systemd-importd, and make machinectl a clie... | Lennart Poettering |
2015-01-21 | import: simplify dkr importer, by making use of generic import-job logic, use... | Lennart Poettering |
2015-01-21 | import: support downloading bzip2-encoded images | Lennart Poettering |
2015-01-21 | import: also add verification support to tar importer | Lennart Poettering |
2015-01-21 | import: improve logging | Lennart Poettering |
2015-01-20 | import: add a couple of additional suffixes to remove from raw images | Lennart Poettering |
2015-01-20 | import: make image verification optional | Lennart Poettering |
2015-01-20 | import: add a simple scheme for validating the SHA256 sums of downloaded raw ... | Lennart Poettering |
2015-01-20 | import: port pull-raw to helper tools implemented for pull-tar | Lennart Poettering |
2015-01-20 | import: add support for pulling raw tar balls as containers | Lennart Poettering |
2015-01-20 | util: make http url validity checks more generic, and move them to util.c | Lennart Poettering |
2015-01-16 | import: support importing qcow2 images | Lennart Poettering |
2015-01-16 | import: support downloading .xz compressed images | Lennart Poettering |
2015-01-15 | nspawn,machined: change default container image location from /var/lib/contai... | Lennart Poettering |
2015-01-15 | import: rename "gpt" disk image type to "raw" | Lennart Poettering |
2014-12-26 | import: make image root directory configurable, instead of hardcoding /var/li... | Lennart Poettering |
2014-12-26 | import: beef up gpt importer to optionally make writable copy of read-only ve... | Lennart Poettering |
2014-12-24 | import: add a new "pull-gpt" verb for downloading GPT disk images from the in... | Lennart Poettering |
2014-12-24 | import: three minor fixes | Lennart Poettering |
2014-12-24 | import: make the dkr import URL a part of the import object, not the import n... | Lennart Poettering |
2014-12-23 | import: rename 'poll-dck' to 'pull-dkr' | Lennart Poettering |
2014-12-19 | import: Verb[] array can be static, too | Lennart Poettering |
2014-12-19 | import: add new minimal tool "systemd-import" for pulling down foreign contai... | Lennart Poettering |