summaryrefslogtreecommitdiff
path: root/src/import
Commit message (Expand)AuthorAgeFilesLines
* 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
* basic: split out cpu set specific APIs into cpu-set-util.[ch]Lennart Poettering2015-09-301-1/+2
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-293-27/+21
* tree-wide: port more code to use send_one_fd() and receive_one_fd()Lennart Poettering2015-09-291-4/+4
* importd: make sure we don't accidentally close fd 0Lennart Poettering2015-09-221-0/+1
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-1/+1
* importd: fix typosDaniel Mack2015-09-091-2/+2
* Merge pull request #1210 from poettering/import-fixesDaniel Mack2015-09-098-46/+411
|\
| * importd: for .raw and .tar images, try to download .nspawn settings file tooLennart Poettering2015-09-088-46/+411
* | tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-4/+1
* | tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-094-12/+6
|/
* bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-061-0/+6
* Merge pull request #998 from vbatts/tar_nosparse_flagLennart Poettering2015-08-261-1/+1
|\
| * import: don't create sparse tar archivesVincent Batts2015-08-201-1/+1
* | util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering2015-08-248-1/+9
|/