summaryrefslogtreecommitdiff
path: root/src/unit-name.c
Commit message (Collapse)AuthorAge
* util: various optimizations, using join()Lennart Poettering2011-08-01
|
* unit: when loading symlinked template units, properly add all names on the ↵Lennart Poettering2011-06-28
| | | | way to the unit
* Spelling CorrectionsHarald Hoyer2011-02-28
| | | | Just some lame spelling corrections with no functionality.
* unit-name: Fix unescapingTom Gundersen2010-10-21
| | | | | Invalid characters in unit names are escaped as \xFF. However, when unescaping we were looking for \FF.
* unit: introduce %f specifier to decode file namesLennart Poettering2010-10-20
|
* mount: hook in q fsck@.service instance for all mount points with passno > 0Lennart Poettering2010-10-13
|
* systemctl: fix 'systemctl enable getty@.service'Lennart Poettering2010-10-08
|
* systemctl: require correctly formed unit names when enabling unitsLennart Poettering2010-10-06
|
* unit-name: fix unit name escapingMike Kelly2010-10-05
| | | | we want to do a bitwise shift, not a greater-than comparision
* emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering2010-08-14
|
* build-sys: move source files to subdirectoryLennart Poettering2010-05-16