summaryrefslogtreecommitdiff
path: root/src/import/pull-raw.c
Commit message (Expand)AuthorAgeFilesLines
* chattr: optionally, return the old flags when updating themLennart Poettering2018-10-081-3/+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
* macro: introduce new TAKE_FD() macroLennart Poettering2018-03-221-2/+1
* Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-241-3/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* importd: log more information when renaming filesLennart Poettering2017-06-261-1/+1
* import: remove misplaced assert()Lennart Poettering2017-06-261-1/+1
* only check signature job error if signature job exists (#6118)tblume2017-06-211-1/+1
* tree-wide: remove unused variablesThomas Hindoe Paaboel Andersen2017-04-281-1/+0
* importd: support SUSE style checksums (#5206)tblume2017-04-241-3/+9
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-2/+2
* importd: automatically download .roothash in addition to .nspawn for raw down...Lennart Poettering2016-12-211-79/+192
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* import: don't claim we had copied a settings file if we didn'tLennart Poettering2016-02-211-2/+4
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* import: report error before losing errnoMichal Schmidt2015-11-051-1/+2
* treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-051-3/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move web-related calls into web-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: split out file attribute calls to chattr-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 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-13/+15
* import: don't claim we moved .nspawn file into place when in fact we did notLennart Poettering2015-10-221-3/+3
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-1/+1
* importd: for .raw and .tar images, try to download .nspawn settings file tooLennart Poettering2015-09-081-17/+141
* 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-3/+3
* util: merge change_attr_fd() and chattr_fd()Lennart Poettering2015-04-081-3/+3
* btrfs: support recursively removing btrfs snapshotsLennart Poettering2015-04-061-4/+2
* util: rework rm_rf() logicLennart Poettering2015-04-061-1/+2
* util: add rename_noreplaceAlban Crequy2015-03-101-2/+2
* importd: add new bus calls for importing local tar and raw imagesLennart Poettering2015-03-051-8/+8
* import: rename download code from "import" to "pull"Lennart Poettering2015-03-051-0/+518