summaryrefslogtreecommitdiff
path: root/src/import/pull-job.c
Commit message (Expand)AuthorAgeFilesLines
* 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