summaryrefslogtreecommitdiff
path: root/src/import/pull-common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* importd: add new bus calls for importing local tar and raw imagesLennart Poettering2015-03-051-121/+0
* import: rename download code from "import" to "pull"Lennart Poettering2015-03-051-0/+545