Age | Commit message (Expand) | Author |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-22 | import: don't claim we moved .nspawn file into place when in fact we did not | Lennart Poettering |
2015-10-22 | import: correct handling if .nspawn file could not be downloaded | Lennart Poettering |
2015-10-22 | import: when downloading images, create a subtree quota group for them | Lennart Poettering |
2015-10-22 | btrfs: beef-up btrfs support with a limited understanding of quota | Lennart Poettering |
2015-10-07 | import: hash URL in paths if they are too long | Jan Synacek |
2015-09-30 | basic: split out cpu set specific APIs into cpu-set-util.[ch] | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | 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-10 | tree-wide: never use the off_t unless glibc makes us use it | Lennart Poettering |
2015-09-09 | importd: fix typos | Daniel Mack |
2015-09-09 | Merge pull request #1210 from poettering/import-fixes | Daniel Mack |
2015-09-09 | tree-wide: drop {} from one-line if blocks | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-09-08 | importd: for .raw and .tar images, try to download .nspawn settings file too | Lennart Poettering |
2015-09-06 | bus-util: support details in CheckAuthorization calls | Michael Chapman |
2015-08-26 | Merge pull request #998 from vbatts/tar_nosparse_flag | Lennart Poettering |
2015-08-24 | util: make machine_name_is_valid() a macro and move it to hostname-util.h | Lennart Poettering |
2015-08-20 | import: don't create sparse tar archives | Vincent Batts |
2015-08-08 | Coverity #1299013 | reverendhomer |
2015-08-05 | Merge branch 'hostnamectl-dot-v2' | Zbigniew Jędrzejewski-Szmek |
2015-08-05 | hostname-util: add relax parameter to hostname_is_valid | Zbigniew Jędrzejewski-Szmek |
2015-07-31 | tree-wide: introduce mfree() | David Herrmann |
2015-07-24 | tree-wide: do not use _cleanup_free_ on const pointers | Daniel Mack |
2015-07-03 | sd-bus: introduce new sd_bus_flush_close_unref() call | Lennart Poettering |
2015-06-18 | import/pull: fix pulling by image digest | Pavel Odvody |
2015-06-15 | Merge pull request #214 from poettering/signal-rework-2 | Lennart Poettering |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-15 | util: when creating temporary file names, allow including extra id string in it | 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-05-25 | import: dkr - avoid NULL-pointer dereference | Tom Gundersen |
2015-05-21 | json: minor style fixessystemd/v220 | Lennart Poettering |
2015-05-19 | pull-dkr: fix memleak | Thomas Hindoe Paaboel Andersen |
2015-05-19 | import/pull-dkr: V2 image specification and manifest support | Pavel Odvody |
2015-05-19 | import/pull: Tag replaced with reference | Pavel Odvody |
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering |
2015-05-05 | treewide: fix typos | Torstein Husebø |
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 | util: merge change_attr_fd() and chattr_fd() | Lennart Poettering |
2015-04-08 | remove duplicated includes | Ronny Chevalier |
2015-04-07 | util: rework cunescape(), improve error handling | Lennart Poettering |
2015-04-06 | btrfs: add support for recursive btrfs snapshotting | Lennart Poettering |
2015-04-06 | btrfs: make btrfs_subvol_snapshot() parameters a flags field | Lennart Poettering |
2015-04-06 | btrfs: support recursively removing btrfs snapshots | Lennart Poettering |