summaryrefslogtreecommitdiffstats
path: root/src/import/importd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-171-4/+2
* treewide: use stdio_unset_cloexec() functionAlexander Kuleshov2016-07-021-3/+1
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-051-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* importd: drop dkr supportLennart Poettering2015-12-101-118/+5
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* 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-271-0/+1
* util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-8/+10
* 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: drop {} from one-line if blocksLennart Poettering2015-09-091-4/+1
* bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-051-0/+6
* util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering2015-08-241-0/+1
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-031-2/+1
* everywhere: port everything to sigprocmask_many() and friendsLennart Poettering2015-06-151-1/+1
* util: introduce CMSG_FOREACH() macro and make use of it everywhereLennart Poettering2015-06-101-1/+1
* 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
* sd-bus: allow passing NULL as bus parameter to sd_bus_send()Lennart Poettering2015-04-291-1/+1
* sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-291-13/+14
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* remove duplicated includesRonny Chevalier2015-04-081-1/+0
* importd: simplify expressionLennart Poettering2015-03-261-1/+1
* importd: add API for exporting container/VM imagesLennart Poettering2015-03-091-12/+104
* importd: add new bus calls for importing local tar and raw imagesLennart Poettering2015-03-051-36/+149
* machined: also set up /var/lib/machines as btrfs, if "machinectl set-limit" i...Lennart Poettering2015-03-021-2/+2
* importd: split out setup logic for /var/lib/machines into its own API fileLennart Poettering2015-03-021-262/+1
* importd: enable btrfs quota in /var/lib/machines, if necessaryLennart Poettering2015-02-241-0/+9
* importd: create a loopback btrfs file system for /var/lib/machines, if necessaryLennart Poettering2015-02-241-4/+240
* import: print nice warning if we need btrfs but /var/lib/machines is not btrfsLennart Poettering2015-02-241-1/+28
* shared: introduce cmsg_close_all() callLennart Poettering2015-02-181-5/+3
* logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-181-0/+4
* networkd: exit on idleTom Gundersen2015-02-051-0/+1
* importd: when listing transfers, show progress percentageLennart Poettering2015-01-231-4/+151
* import: only define the _to_string() enum mapping function, thus making gcc s...Lennart Poettering2015-01-221-1/+1
* import: now that the worker binary is called "systemd-pull" we can shorten th...Lennart Poettering2015-01-221-3/+1
* importd: try to minimize confusion by renaming "systemd-import" binary to "sy...Lennart Poettering2015-01-221-2/+2
* importd: minor log improvementsLennart Poettering2015-01-221-2/+2
* import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering2015-01-221-0/+958