summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2016-05-09tree-wide: rename draw_special_char to special_glyphZbigniew Jędrzejewski-Szmek
2016-05-09shared/install: use "→" instead of "pointing to" for a symlinkZbigniew Jędrzejewski-Szmek
2016-05-09shared/install: do not print warning when a unit is already enabledZbigniew Jędrzejewski-Szmek
2016-05-09shared/install: handle dangling aliases as an explicit case, report nicelyZbigniew Jędrzejewski-Szmek
2016-05-09shared/install: add some more debug messages and commentsZbigniew Jędrzejewski-Szmek
2016-05-07shared/install: simplify error handling conditionals in a few placesZbigniew Jędrzejewski-Szmek
2016-05-07Merge pull request #3160 from htejun/cgroup-fixes-rev2Zbigniew Jędrzejewski-Szmek
2016-05-05tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering
2016-05-04core: fix segfault on "systemctl --set-property UNIT BlockIODeviceWeight=WEIGHT"Tejun Heo
2016-05-04treewide: fix typos (#3187)Torstein Husebø
2016-05-03Merge pull request #3183 from crawford/preset-arrayZbigniew Jędrzejewski-Szmek
2016-05-03install: cache the presets before evaluatingAlex Crawford
2016-05-02Merge pull request #3162 from keszybz/alias-refusalLennart Poettering
2016-05-02machined: support non-btrfs file systems with "machinectl clone"Lennart Poettering
2016-05-02tree-wide: fix invocations of chattr_path()Lennart Poettering
2016-05-02image: enable btrfs quotas on the clone destination, not the sourceLennart Poettering
2016-05-01shared/install: refuse template files for non-templateable unitsZbigniew Jędrzejewski-Szmek
2016-05-01shared/install: warn about DefaultInstance in non-template unitsZbigniew Jędrzejewski-Szmek
2016-05-01Move no_instances information to shared/Zbigniew Jędrzejewski-Szmek
2016-05-01shared/install: ignore Alias in [Install] of units which don't allow aliasesZbigniew Jędrzejewski-Szmek
2016-05-01Move no_alias information to shared/Zbigniew Jędrzejewski-Szmek
2016-04-30core: bus_append_unit_property_assignment() was using the wrong parse functionTejun Heo
2016-04-29core: Filter by unit name behind the D-Bus, instead on the client side (#3142)kayrus
2016-04-28install: upgrade message to a warningAlex Crawford
2016-04-28tree-wide: rename hidden_file to hidden_or_backup_file and optimizeZbigniew Jędrzejewski-Szmek
2016-04-26journal: when dumping journal contents, react nicer to lines we can't readLennart Poettering
2016-04-25core: fix description of "resources" service error (#3119)Lennart Poettering
2016-04-22journalctl: add --no-hostname switchLennart Poettering
2016-04-22journalctl: add output mode where time is shown in seconds since 1st Jan 1970...Lennart Poettering
2016-04-22shared: move output_mode_to_string() into output-mode.cLennart Poettering
2016-04-22path-lookup: optimize a common strv copy operation awayLennart Poettering
2016-04-22shared: move unit-specific code from bus-util.h to bus-unit-util.hLennart Poettering
2016-04-22shared: drop kernel_thread bool from cgroups show codeLennart Poettering
2016-04-22core,systemctl: add bus API to retrieve processes of a unitLennart Poettering
2016-04-22shared: fix minor memory leak in log display codeLennart Poettering
2016-04-22treewide: fix typos (#3092)Torstein Husebø
2016-04-22Merge pull request #3084 from keszybz/preset-fixesLennart Poettering
2016-04-21shared/install: always overwrite symlinks in .wants and .requiresZbigniew Jędrzejewski-Szmek
2016-04-21shared/install: rewrite unit_file_changes_add()Zbigniew Jędrzejewski-Szmek
2016-04-21shared/install: nicer error message is symlinking chokes on an existing fileZbigniew Jędrzejewski-Szmek
2016-04-21Merge pull request #3005 from keszybz/kill-user-procesesLennart Poettering
2016-04-21shared/logs-show: fix memleak in add_matches_for_unitZbigniew Jędrzejewski-Szmek
2016-04-19Merge pull request #3055 from keszybz/preset-fixesLennart Poettering
2016-04-19systemctl: warning about missing install info for template unitsZbigniew Jędrzejewski-Szmek
2016-04-19shared/install: change value of _UNIT_FILE_CHANGE_TYPE_INVALIDZbigniew Jędrzejewski-Szmek
2016-04-19shared/install,systemctl,core: report offending file on installation errorZbigniew Jędrzejewski-Szmek
2016-04-19sleep: Add debug feature to bypass hibernation memory checks. (#3064)Vittorio G (VittGam)
2016-04-18shared/install: add helper function unit_file_changes_have_modification()Zbigniew Jędrzejewski-Szmek
2016-04-18Various formatting and style fixesZbigniew Jędrzejewski-Szmek
2016-04-17conf-parser: Set EXTRACT_RETAIN_ESCAPE when extracting words (#2917)Dan Nicholson