summaryrefslogtreecommitdiff
path: root/src/import
AgeCommit message (Expand)AuthorFilesLines
2016-01-13tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek1-1/+1
2016-01-12capabilities: keep bounding set in non-inverted format.Ismo Puustinen1-2/+2
2015-12-10importd: drop dkr supportLennart Poettering5-1632/+7
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering4-11/+8
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen11-12/+18
2015-11-17tree-wide: make macros for converting fds to pointers and back generic and us...Lennart Poettering1-10/+8
2015-11-17Merge pull request #1923 from zonque/siphashLennart Poettering1-1/+1
2015-11-16siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack1-1/+1
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen3-2/+6
2015-11-16siphash24: change result argument to uint64_tMartin Pitt1-1/+1
2015-11-05import: report error before losing errnoMichal Schmidt1-1/+2
2015-11-05treewide: use the negative error codes returned by our functionsMichal Schmidt4-7/+7
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering15-3/+18
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering1-0/+1
2015-10-27util-lib: move web-related calls into web-util.[ch]Lennart Poettering6-0/+6
2015-10-27util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering1-0/+1
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2-2/+2
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2-1/+3
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering7-0/+7
2015-10-27util-lib: split out file attribute calls to chattr-util.[ch]Lennart Poettering2-0/+2
2015-10-27util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering1-1/+2
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering1-0/+1
2015-10-27util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering7-0/+7
2015-10-27util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering1-4/+4
2015-10-27util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering3-0/+3
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering4-0/+4
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering15-19/+34
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering15-62/+82
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering1-6/+7
2015-10-22import: don't claim we moved .nspawn file into place when in fact we did notLennart Poettering2-6/+6
2015-10-22import: correct handling if .nspawn file could not be downloadedLennart Poettering1-1/+2
2015-10-22import: when downloading images, create a subtree quota group for themLennart Poettering3-0/+6
2015-10-22btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering3-7/+13
2015-10-07import: hash URL in paths if they are too longJan Synacek1-6/+38
2015-09-30basic: split out cpu set specific APIs into cpu-set-util.[ch]Lennart Poettering1-1/+2
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering3-27/+21
2015-09-29tree-wide: port more code to use send_one_fd() and receive_one_fd()Lennart Poettering1-4/+4
2015-09-22importd: make sure we don't accidentally close fd 0Lennart Poettering1-0/+1
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering1-1/+1
2015-09-09importd: fix typosDaniel Mack1-2/+2
2015-09-09Merge pull request #1210 from poettering/import-fixesDaniel Mack8-46/+411
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering1-4/+1
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering4-12/+6
2015-09-08importd: for .raw and .tar images, try to download .nspawn settings file tooLennart Poettering8-46/+411
2015-09-06bus-util: support details in CheckAuthorization callsMichael Chapman1-0/+6
2015-08-26Merge pull request #998 from vbatts/tar_nosparse_flagLennart Poettering1-1/+1
2015-08-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering8-1/+9
2015-08-20import: don't create sparse tar archivesVincent Batts1-1/+1