Age | Commit message (Expand) | Author |
2016-04-12 | core: introduce a "control" unit file directory | Lennart Poettering |
2016-04-12 | install: rename generator_paths() → generator_binary_paths() | Lennart Poettering |
2016-04-12 | core: move flushing of generated unit files to path-lookup.c | Lennart Poettering |
2016-04-12 | shared: add a temporary work-around for kernel header inclusion fuck-up | Lennart Poettering |
2016-04-12 | install: unify checking whether operations may be applied to a unit file in a... | Lennart Poettering |
2016-04-12 | install: introduce a new unit file state "transient" | Lennart Poettering |
2016-04-12 | install: fix root prefix handling | Lennart Poettering |
2016-04-12 | path-lookup: make user_runtime_dir() more generic | Lennart Poettering |
2016-04-12 | path-lookup: clean up user_config_home() and user_runtime_dir() | Lennart Poettering |
2016-04-12 | path-lookup: stop exporting two functions | Lennart Poettering |
2016-04-12 | core: rework logic to drop duplicate and non-existing items from search path | Lennart Poettering |
2016-04-12 | path-lookup: split out logic for mkdir/rmdir of generator dirs in their own f... | Lennart Poettering |
2016-04-12 | core: add a separate unit directory for transient units | Lennart Poettering |
2016-04-12 | path-lookup: add configured unit paths back into search path | Lennart Poettering |
2016-04-12 | install: add root directory to LookupPaths structure | Lennart Poettering |
2016-04-12 | install: change in_search_path() to take a LookupPaths structure | Lennart Poettering |
2016-04-12 | install: rename unit_file_is_generated() → path_is_generator() | Lennart Poettering |
2016-04-12 | install: be more accurate when checking whether something is runtime configur... | Lennart Poettering |
2016-04-12 | core: remove ManagerRunningAs enum | Lennart Poettering |
2016-04-12 | install: make use of configuration directory paths in LookupPaths | Lennart Poettering |
2016-04-12 | core: add configuration directories to LookupPaths | Lennart Poettering |
2016-04-12 | core: when enabling a generated unit file, return a clean error | Lennart Poettering |
2016-04-12 | core: add a new unit file state "generated" | Lennart Poettering |
2016-04-12 | core: rework generator dir logic, move the dirs into LookupPaths structure | Lennart Poettering |
2016-04-12 | core: drop SysV paths from path-lookup logic | Lennart Poettering |
2016-04-11 | Install: correctly report symlink creations | Martin Pitt |
2016-04-06 | Merge pull request #2962 from keszybz/value-option | Lennart Poettering |
2016-04-05 | machinectl: add --value option | Zbigniew Jędrzejewski-Szmek |
2016-04-05 | polkit: don't start polkit agent when running as root | Martin Pitt |
2016-04-04 | systemctl: add --value option | Zbigniew Jędrzejewski-Szmek |
2016-04-01 | bus-util: Fix reading uint32 properties | Martin Pitt |
2016-03-29 | Merge pull request #2905 from keszybz/gcrypt-compilation | Daniel Mack |
2016-03-29 | shared: fix a misspelling of "journalctl" | Biao Lu |
2016-03-27 | build-sys: fix build with libgrcypt disabled | Zbigniew Jędrzejewski-Szmek |
2016-03-22 | Ignore BOM in config files | Zbigniew Jędrzejewski-Szmek |
2016-03-14 | shared/machine-pool: fix another mkfs.btrfs checking | Evgeny Vereshchagin |
2016-03-14 | shared/machine-pool: fix mkfs.btrfs checking | Evgeny Vereshchagin |
2016-03-09 | Merge pull request #2755 from keszybz/more-tests | Martin Pitt |
2016-03-05 | tree-wide: use SET_FLAG() macro to make code more clear | Alexander Kuleshov |
2016-03-04 | shared/acpi-fpdt: use ENODATA for missing data and skip test | Zbigniew Jędrzejewski-Szmek |
2016-02-25 | Merge pull request #2671 from 0xAX/move-pager-open-to-one-place | Zbigniew Jędrzejewski-Szmek |
2016-02-26 | tree-wide: merge pager_open_if_enabled() to the pager_open() | Alexander Kuleshov |
2016-02-24 | treewide: fix typos and then/that use | Torstein Husebø |
2016-02-23 | tree-wide: minor formatting inconsistency cleanups | Vito Caputo |
2016-02-23 | Merge pull request #2709 from vcaputo/normalize_inc_dec_usage | Martin Pitt |
2016-02-22 | tree-wide: make ++/-- usage consistent WRT spacing | Vito Caputo |
2016-02-22 | build-sys: move shared/architecture.[ch] into basic/ | Lennart Poettering |
2016-02-20 | tree-wide: place #pragma once at the same place everywhere | Lennart Poettering |
2016-02-18 | Remove/add (un)needed includes | Nathan McSween |
2016-02-15 | systemctl: fix style to avoid modification of array passed by caller | Zbigniew Jędrzejewski-Szmek |