Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-25 | import: dkr - avoid NULL-pointer dereference | Tom Gundersen | |
A malformed manifest could in principle cause a NULL pointer dereference of. Check for this and fail early. Fixes CID 1299642. | |||
2015-05-21 | json: minor style fixessystemd/v220 | Lennart Poettering | |
2015-05-19 | pull-dkr: fix memleak | Thomas Hindoe Paaboel Andersen | |
2015-05-19 | import/pull-dkr: V2 image specification and manifest support | Pavel Odvody | |
The maximum number of layers changed to 127, as in Dkr. | |||
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering | |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier | |
2015-04-06 | btrfs: make btrfs_subvol_snapshot() parameters a flags field | Lennart Poettering | |
2015-04-06 | btrfs: support recursively removing btrfs snapshots | Lennart Poettering | |
2015-04-06 | util: rework rm_rf() logic | Lennart Poettering | |
- Move to its own file rm-rf.c - Change parameters into a single flags parameter - Remove "honour sticky" logic, it's unused these days | |||
2015-03-09 | importd: add API for exporting container/VM images | Lennart Poettering | |
Also, expose it in machinectl. | |||
2015-03-05 | importd: add new bus calls for importing local tar and raw images | Lennart Poettering | |
This also adds "machinectl import-raw" and "machinectl import-tar" to wrap these new bus calls. THe commands basically do for local files that "machinectl pull-raw" and friends do for remote files. | |||
2015-03-05 | import: rename download code from "import" to "pull" | Lennart Poettering | |
That way we can call the code for local container/VM imports "import" without confusion. |