summaryrefslogtreecommitdiff
path: root/src/import/pull-tar.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-28util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering1-1/+1
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering1-1/+1
2018-11-26import: drop logic of setting up /var/lib/machines as btrfs loopback mountLennart Poettering1-6/+0
2018-11-24import: use structured initializersYu Watanabe1-13/+23
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-2/+1
2018-01-04tree-wide: use EXIT_SUCCESS when comparing child process exit statusesLennart Poettering1-1/+1
2018-01-04process-util: rework wait_for_terminate_and_warn() to take a flags parameterLennart Poettering1-1/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-06-26importd: log more information when renaming filesLennart Poettering1-2/+2
2017-06-26import: remove misplaced assert()Lennart Poettering1-4/+6
2017-06-21only check signature job error if signature job exists (#6118)tblume1-1/+1
2017-04-24importd: support SUSE style checksums (#5206)tblume1-3/+9
2017-02-17copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering1-1/+1
2016-12-21importd: automatically download .roothash in addition to .nspawn for raw down...Lennart Poettering1-41/+45
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek1-3/+1
2016-02-21import: don't claim we had copied a settings file if we didn'tLennart Poettering1-2/+4
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-1/+1
2015-11-05treewide: use the negative error codes returned by our functionsMichal Schmidt1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move web-related calls into web-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-10/+12
2015-10-22import: don't claim we moved .nspawn file into place when in fact we did notLennart Poettering1-3/+3
2015-10-22import: when downloading images, create a subtree quota group for themLennart Poettering1-0/+2
2015-09-08importd: for .raw and .tar images, try to download .nspawn settings file tooLennart Poettering1-14/+156
2015-08-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering1-1/+2
2015-08-08Coverity #1299013reverendhomer1-7/+1
2015-06-15util: when creating temporary file names, allow including extra id string in itLennart Poettering1-1/+1
2015-04-10shared: add process-util.[ch]Ronny Chevalier1-0/+1
2015-04-06btrfs: support recursively removing btrfs snapshotsLennart Poettering1-2/+1
2015-04-06util: rework rm_rf() logicLennart Poettering1-1/+2
2015-03-10util: add rename_noreplaceAlban Crequy1-2/+3
2015-03-09importd: add API for exporting container/VM imagesLennart Poettering1-1/+1
2015-03-05importd: add new bus calls for importing local tar and raw imagesLennart Poettering1-3/+4
2015-03-05import: rename download code from "import" to "pull"Lennart Poettering1-0/+414