index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
import
/
import-raw.c
Age
Commit message (
Expand
)
Author
2016-10-16
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-11-05
treewide: use the negative error codes returned by our functions
Michal Schmidt
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-27
util-lib: split out file attribute calls to chattr-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-26
util-lib: split out IO related calls to io-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-09
tree-wide: use coccinelle to patch a lot of code to use mfree()
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
util: when creating temporary file names, allow including extra id string in it
Lennart Poettering
2015-04-08
util: merge change_attr_fd() and chattr_fd()
Lennart Poettering
2015-04-06
btrfs: support recursively removing btrfs snapshots
Lennart Poettering
2015-04-06
util: rework rm_rf() logic
Lennart Poettering
2015-03-10
util: add rename_noreplace
Alban Crequy
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-03-05
import: rename download code from "import" to "pull"
Lennart Poettering
2015-03-03
importd: automatically grow /var/lib/machines/ loopback filesystem during dow...
Lennart Poettering
2015-02-03
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-01-23
importd: when listing transfers, show progress percentage
Lennart Poettering
2015-01-22
import: introduce new mini-daemon systemd-importd, and make machinectl a clie...
Lennart Poettering
2015-01-21
import: minor cleanups for the tar and raw importers
Lennart Poettering
2015-01-21
import: make verification code generic, in preparation for using it pull-tar
Lennart Poettering
2015-01-21
import: add image verification using gpg
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-19
import: clarify when we are unpacking the qcow2 device
Lennart Poettering
2015-01-19
import: make sure don't leak the LZMA context
Lennart Poettering
2015-01-19
import: when downloading raw files, show simple progress reports
Lennart Poettering
2015-01-19
import: simplify the code a bit
Lennart Poettering
2015-01-19
import-raw: when downloading raw images, generate sparse files if we can
Lennart Poettering
2015-01-19
import-raw: set NOCOW flag on all raw images we create
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
import: rename "gpt" disk image type to "raw"
Lennart Poettering