summaryrefslogtreecommitdiff
path: root/src/import
Commit message (Expand)AuthorAgeFilesLines
* nspawn: add fallback top normal copy/reflink when we cannot btrfs snapshotLennart Poettering2016-11-221-6/+6
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-232-2/+2
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-169-28/+10
* importd/export-raw: needs missing.h for O_TMPFILEYann E. MORIN2016-08-291-0/+1
* import: don't log "fake" errno valuesZbigniew Jędrzejewski-Szmek2016-07-222-4/+4
* treewide: use stdio_unset_cloexec() functionAlexander Kuleshov2016-07-023-12/+4
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-051-1/+1
* util: rework sigkill_wait() to not require pid_t pointerLennart Poettering2016-05-021-1/+1
* import: drop unused definitionLennart Poettering2016-04-121-9/+0
* import: use (void) moreZbigniew Jędrzejewski-Szmek2016-04-081-2/+2
* import: Preserve xattrs in tar filesMike Gilbert2016-04-041-2/+2
* import: don't claim we had copied a settings file if we didn'tLennart Poettering2016-02-212-4/+8
* build-sys: drop aufs-util.[ch]Lennart Poettering2016-02-132-95/+0
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-1031-62/+0
* tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek2016-01-131-1/+1
* capabilities: keep bounding set in non-inverted format.Ismo Puustinen2016-01-121-2/+2
* importd: drop dkr supportLennart Poettering2015-12-105-1632/+7
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-274-11/+8
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-1811-12/+18
* tree-wide: make macros for converting fds to pointers and back generic and us...Lennart Poettering2015-11-171-10/+8
* Merge pull request #1923 from zonque/siphashLennart Poettering2015-11-171-1/+1
|\
| * siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack2015-11-161-1/+1
* | tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-163-2/+6
|/
* siphash24: change result argument to uint64_tMartin Pitt2015-11-161-1/+1
* import: report error before losing errnoMichal Schmidt2015-11-051-1/+2
* treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-054-7/+7
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-2715-3/+18
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move web-related calls into web-util.[ch]Lennart Poettering2015-10-276-0/+6
* util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering2015-10-271-0/+1
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-272-2/+2
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-272-1/+3
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-277-0/+7
* util-lib: split out file attribute calls to chattr-util.[ch]Lennart Poettering2015-10-272-0/+2
* util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering2015-10-271-1/+2
* 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: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-277-0/+7
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-4/+4
* util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-273-0/+3
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-264-0/+4
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-2515-19/+34
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-2415-62/+82
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-6/+7
* import: don't claim we moved .nspawn file into place when in fact we did notLennart Poettering2015-10-222-6/+6
* import: correct handling if .nspawn file could not be downloadedLennart Poettering2015-10-221-1/+2
* import: when downloading images, create a subtree quota group for themLennart Poettering2015-10-223-0/+6
* btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering2015-10-223-7/+13
* import: hash URL in paths if they are too longJan Synacek2015-10-071-6/+38