summaryrefslogtreecommitdiff
path: root/src/import/pull-job.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* util: introduce format_bytes_full()Yu Watanabe2019-06-191-0/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+2
* pull: fix invalid error checkYu Watanabe2019-02-061-1/+1
* import: drop logic of setting up /var/lib/machines as btrfs loopback mountLennart Poettering2018-11-261-10/+0
* import: use structured initializersYu Watanabe2018-11-241-13/+18
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-28/+18
* import: sparse_write() returns negative errnoYu Watanabe2018-10-011-2/+5
* pull: initialize libgcrypt before calling any functions provided by libgcryptYu Watanabe2018-07-131-0/+3
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-3/+2
* importd: support SUSE style checksums supplementary (#5800)tblume2017-04-251-5/+3
* importd: support SUSE style checksums (#5206)tblume2017-04-241-0/+50
* import: bump image size safety limit for machinectl pull (#5535)Dax Kelson2017-03-051-1/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-271-1/+1
* importd: add new bus calls for importing local tar and raw imagesLennart Poettering2015-03-051-10/+4
* import: split out compression logic, so that we can share it with between imp...Lennart Poettering2015-03-051-138/+11
* import: rename download code from "import" to "pull"Lennart Poettering2015-03-051-0/+746