summaryrefslogtreecommitdiff
path: root/src/import/pull-common.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace strjoina() with prefix_roota()Yu Watanabe2019-06-251-1/+1
* tree-wide: use _cleanup_ attribute and strv_consume() + TAKE_PTR()Yu Watanabe2019-06-241-5/+3
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocationsLennart Poettering2018-12-011-0/+3
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-8/+6
* import: drop unnecessary conditionYu Watanabe2018-06-251-2/+1
* 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 TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* tree-wide: port various places over to use new rearrange_stdio()Lennart Poettering2018-03-021-17/+2
* tree-wide: use EXIT_SUCCESS when comparing child process exit statusesLennart Poettering2018-01-041-1/+1
* process-util: rework wait_for_terminate_and_warn() to take a flags parameterLennart Poettering2018-01-041-1/+1
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-2/+2
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-8/+4
* Remove NULL as last parameter to strjoinDaniel Lockyer2017-11-241-2/+2
* Merge pull request #7198 from poettering/stdin-stdoutLennart Poettering2017-11-191-10/+6
|\
| * fd-util: add new helper move_fd() and make use of itLennart Poettering2017-11-171-10/+6
* | Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
|/
* tree-wide: remove unused variablesThomas Hindoe Paaboel Andersen2017-04-281-1/+0
* importd: support SUSE style checksums (#5206)tblume2017-04-241-6/+27
* importd: automatically download .roothash in addition to .nspawn for raw down...Lennart Poettering2016-12-211-58/+63
* nspawn: add fallback top normal copy/reflink when we cannot btrfs snapshotLennart Poettering2016-11-221-6/+6
* treewide: use stdio_unset_cloexec() functionAlexander Kuleshov2016-07-021-3/+1
* util: rework sigkill_wait() to not require pid_t pointerLennart Poettering2016-05-021-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack2015-11-161-1/+1
* siphash24: change result argument to uint64_tMartin Pitt2015-11-161-1/+1
* 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
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-271-1/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util: move filename_is_valid() and path_is_safe() to path-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-0/+1
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-6/+7
* import: correct handling if .nspawn file could not be downloadedLennart Poettering2015-10-221-1/+2
* btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering2015-10-221-1/+1
* import: hash URL in paths if they are too longJan Synacek2015-10-071-6/+38
* importd: fix typosDaniel Mack2015-09-091-2/+2
* importd: for .raw and .tar images, try to download .nspawn settings file tooLennart Poettering2015-09-081-6/+91
* tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering2015-06-101-2/+2
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* util: rework cunescape(), improve error handlingLennart Poettering2015-04-071-3/+3
* btrfs: make btrfs_subvol_snapshot() parameters a flags fieldLennart Poettering2015-04-061-1/+1
* btrfs: support recursively removing btrfs snapshotsLennart Poettering2015-04-061-4/+2
* util: rework rm_rf() logicLennart Poettering2015-04-061-2/+3