Age | Commit message (Expand) | Author |
2016-05-05 | tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhere | Lennart Poettering |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2015-12-10 | importd: drop dkr support | Lennart Poettering |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | user-util: move UID/GID related macros from macro.h to user-util.h | Lennart Poettering |
2015-10-27 | util-lib: move web-related calls into web-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out syslog-related calls into syslog-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-09-29 | tree-wide: port more code to use send_one_fd() and receive_one_fd() | Lennart Poettering |
2015-09-22 | importd: make sure we don't accidentally close fd 0 | Lennart Poettering |
2015-09-09 | tree-wide: drop {} from one-line if blocks | Lennart Poettering |
2015-09-06 | bus-util: support details in CheckAuthorization calls | Michael Chapman |
2015-08-24 | util: make machine_name_is_valid() a macro and move it to hostname-util.h | Lennart Poettering |
2015-07-03 | sd-bus: introduce new sd_bus_flush_close_unref() call | Lennart Poettering |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-10 | util: introduce CMSG_FOREACH() macro and make use of it everywhere | Lennart Poettering |
2015-06-10 | tree-wide: whenever we fork off a foreign child process reset signal mask/han... | Lennart Poettering |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-04-29 | sd-bus: allow passing NULL as bus parameter to sd_bus_send() | Lennart Poettering |
2015-04-29 | sd-bus: drop bus parameter from message callback prototype | Lennart Poettering |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-04-08 | remove duplicated includes | Ronny Chevalier |
2015-03-26 | importd: simplify expression | Lennart Poettering |
2015-03-09 | importd: add API for exporting container/VM images | Lennart Poettering |
2015-03-05 | importd: add new bus calls for importing local tar and raw images | Lennart Poettering |
2015-03-02 | machined: also set up /var/lib/machines as btrfs, if "machinectl set-limit" i... | Lennart Poettering |
2015-03-02 | importd: split out setup logic for /var/lib/machines into its own API file | Lennart Poettering |
2015-02-24 | importd: enable btrfs quota in /var/lib/machines, if necessary | Lennart Poettering |
2015-02-24 | importd: create a loopback btrfs file system for /var/lib/machines, if necessary | Lennart Poettering |
2015-02-24 | import: print nice warning if we need btrfs but /var/lib/machines is not btrfs | Lennart Poettering |
2015-02-18 | shared: introduce cmsg_close_all() call | Lennart Poettering |
2015-02-18 | logind: open up most bus calls for unpriviliged processes, using PolicyKit | Lennart Poettering |
2015-02-05 | networkd: exit on idle | Tom Gundersen |
2015-01-23 | importd: when listing transfers, show progress percentage | Lennart Poettering |
2015-01-22 | import: only define the _to_string() enum mapping function, thus making gcc s... | Lennart Poettering |
2015-01-22 | import: now that the worker binary is called "systemd-pull" we can shorten th... | Lennart Poettering |
2015-01-22 | importd: try to minimize confusion by renaming "systemd-import" binary to "sy... | Lennart Poettering |
2015-01-22 | importd: minor log improvements | Lennart Poettering |
2015-01-22 | import: introduce new mini-daemon systemd-importd, and make machinectl a clie... | Lennart Poettering |