summaryrefslogtreecommitdiff
path: root/src/import/pull-common.c
AgeCommit message (Expand)Author
2016-07-02treewide: use stdio_unset_cloexec() functionAlexander Kuleshov
2016-05-02util: rework sigkill_wait() to not require pid_t pointerLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-16siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack
2015-11-16siphash24: change result argument to uint64_tMartin Pitt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move web-related calls into web-util.[ch]Lennart Poettering
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-22import: correct handling if .nspawn file could not be downloadedLennart Poettering
2015-10-22btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering
2015-10-07import: hash URL in paths if they are too longJan Synacek
2015-09-09importd: fix typosDaniel Mack
2015-09-08importd: for .raw and .tar images, try to download .nspawn settings file tooLennart Poettering
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering
2015-04-06btrfs: make btrfs_subvol_snapshot() parameters a flags fieldLennart Poettering
2015-04-06btrfs: support recursively removing btrfs snapshotsLennart Poettering
2015-04-06util: rework rm_rf() logicLennart Poettering
2015-03-05importd: add new bus calls for importing local tar and raw imagesLennart Poettering
2015-03-05import: rename download code from "import" to "pull"Lennart Poettering