summaryrefslogtreecommitdiff
path: root/src/basic/unit-name.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-1/+1
* tests: add some tests for unit_name_is_valid() and related functionsZbigniew Jędrzejewski-Szmek2018-04-241-1/+1
* util-lib: introduce new empty_or_root() helper (#8746)Lennart Poettering2018-04-181-1/+1
* basic/unit-name: remove duplicate checkZbigniew Jędrzejewski-Szmek2018-04-171-2/+0
* unit-name: add new unit_name_build_from_type() helperLennart Poettering2018-04-131-5/+25
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* When mangling names, optionally emit a warning (#8400)Zbigniew Jędrzejewski-Szmek2018-03-211-18/+26
* tree-wide: use SPECIAL_ROOT_SLICEZbigniew Jędrzejewski-Szmek2017-12-151-4/+5
* Merge pull request #7198 from poettering/stdin-stdoutLennart Poettering2017-11-191-2/+2
|\
| * fs-util: rename path_is_safe() → path_is_normalized()Lennart Poettering2017-11-171-2/+2
* | Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
|/
* string-util: add delete_trailing_chars() and skip_leading_chars() helpersLennart Poettering2017-11-131-7/+2
* basic: split unit-name.[ch] into two (#7065)Lennart Poettering2017-10-111-268/+0
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* swap: adjust swap.c in a similar way to what we just did to mount.cLennart Poettering2017-09-261-2/+0
* mount: rework mount state engineLennart Poettering2017-09-261-2/+0
* Drop busname unit typeZbigniew Jędrzejewski-Szmek2017-07-231-15/+0
* core: make NotifyAccess= and FileDescriptorStoreMax= available to transient s...Lennart Poettering2017-06-261-0/+9
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: don't append suffixes to unit name glob expressionsLennart Poettering2016-01-271-11/+34
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-1/+1
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-2/+4
* core: remove support for RequiresOverridable= and RequisiteOverridable=Lennart Poettering2015-11-121-4/+0
* Remove snapshot unit typeZbigniew Jędrzejewski-Szmek2015-11-101-9/+0
* doc: correct punctuation and improve typography in documentationJan Engelhardt2015-11-061-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-2/+3
* util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+4
* Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek2015-09-281-0/+153
* Move UnitActiveState to basic/Zbigniew Jędrzejewski-Szmek2015-09-281-0/+11
* core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering2015-08-281-1/+37
* unit-name: fix memory leakDaniel Mack2015-07-301-1/+3
* tree-wide: use free_and_strdup()Daniel Mack2015-07-301-5/+4
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+834