summaryrefslogtreecommitdiff
path: root/src/load-dropin.c
AgeCommit message (Collapse)Author
2012-01-16unit: remove union UnitMichal Schmidt
Now that objects of all unit types are allocated the exact amount of memory they need, the Unit union has lost its purpose. Remove it. "Unit" is a more natural name for the base unit class than "Meta", so rename Meta to Unit. Access to members of the base class gets simplified.
2011-08-31dropin: don't fail if random files are stored in .wants directoriesLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=39957
2011-08-01util: more join() optimizationsLennart Poettering
2011-08-01util: use join() instead of asprintf() as an optimizationLennart Poettering
2011-08-01util: introduce join() to speed up simple string concatenationsLennart Poettering
2010-11-15load-dropin: add support for .requires directoriesLennart Poettering
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering
2010-07-11manager: introduce unit path cache to minimize disk accessesLennart Poettering
2010-06-15manager: split off path lookup logic into own .c fileLennart Poettering
2010-05-16build-sys: move source files to subdirectoryLennart Poettering