summaryrefslogtreecommitdiff
path: root/src/import/import-tar.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: say "ratelimit" not "rate_limit"Zbigniew Jędrzejewski-Szmek2019-09-201-3/+3
* Drop RATELIMIT macrosZbigniew Jędrzejewski-Szmek2019-09-201-2/+1
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* import: properly fail if tar exited non-zero, not just when it segfaulted or ...Lennart Poettering2018-11-261-0/+2
* import: drop logic of setting up /var/lib/machines as btrfs loopback mountLennart Poettering2018-11-261-13/+0
* import: rerrange tarball/fs imports that have a single top-level directory co...Lennart Poettering2018-11-261-0/+4
* import: use structured initializersYu Watanabe2018-11-241-11/+18
* 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
* Rename ratelimit_test to ratelimit_belowZbigniew Jędrzejewski-Szmek2018-05-131-1/+1
* 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
* process-util: rework wait_for_terminate_and_warn() to take a flags parameterLennart Poettering2018-01-041-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: fix incorrect uses of %mZbigniew Jędrzejewski-Szmek2017-05-131-2/+2
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-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
* treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-051-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[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-9/+11
* import: when downloading images, create a subtree quota group for themLennart Poettering2015-10-221-0/+2
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering2015-08-241-0/+1
* util: when creating temporary file names, allow including extra id string in itLennart Poettering2015-06-151-1/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* btrfs: support recursively removing btrfs snapshotsLennart Poettering2015-04-061-6/+3
* util: rework rm_rf() logicLennart Poettering2015-04-061-2/+3
* util: add rename_noreplaceAlban Crequy2015-03-101-2/+3
* importd: add API for exporting container/VM imagesLennart Poettering2015-03-091-4/+11
* importd: add new bus calls for importing local tar and raw imagesLennart Poettering2015-03-051-0/+374
* import: rename download code from "import" to "pull"Lennart Poettering2015-03-051-414/+0
* importd: automatically grow /var/lib/machines/ loopback filesystem during dow...Lennart Poettering2015-03-031-0/+5
* import: remove unused variableThomas Hindoe Paaboel Andersen2015-02-171-1/+0
* importd: when listing transfers, show progress percentageLennart Poettering2015-01-231-0/+77
* import: drop all capabilities when invoking tarLennart Poettering2015-01-221-52/+3
* import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering2015-01-221-1/+2
* impot: minor cleanupsLennart Poettering2015-01-221-3/+6
* import: minor cleanups for the tar and raw importersLennart Poettering2015-01-211-10/+30
* import: also add verification support to tar importerLennart Poettering2015-01-211-13/+62
* import: improve loggingLennart Poettering2015-01-211-0/+1
* import: port pull-raw to helper tools implemented for pull-tarLennart Poettering2015-01-201-17/+29
* import: add support for pulling raw tar balls as containersLennart Poettering2015-01-201-0/+296