Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file ↵ | Lennart Poettering | |
string-util.[ch] There are more than enough calls doing string manipulations to deserve its own files, hence do something about it. This patch also sorts the #include blocks of all files that needed to be updated, according to the sorting suggestions from CODING_STYLE. Since pretty much every file needs our string manipulation functions this effectively means that most files have sorted #include blocks now. Also touches a few unrelated include files. | |||
2014-12-25 | import: prefer usec_t over time_t | Lennart Poettering | |
2014-12-24 | import: add a new "pull-gpt" verb for downloading GPT disk images from the ↵ | Lennart Poettering | |
internet | |||
2014-12-19 | import: add new minimal tool "systemd-import" for pulling down foreign ↵ | Lennart Poettering | |
containers and install them locally This adds a simply but powerful tool for downloading container images from the most popular container solution used today. Use it like this: # systemd-import pull-dck mattdm/fedora # systemd-nspawn -M fedora This will donwload the layers for "mattdm/fedora", and make them available locally as /var/lib/container/fedora. The tool is pretty complete, as long as it's only about pulling down images, or updating them. Pushing or searching is not supported yet. |