summaryrefslogtreecommitdiff
path: root/src/shared/path-lookup.c
AgeCommit message (Expand)Author
2017-02-21Merge pull request #5131 from keszybz/environment-generatorsLennart Poettering
2017-02-20environment-generator: new generator to peruse environment.dZbigniew Jędrzejewski-Szmek
2017-02-10path-lookup: if $HOME can be determined but $XDG_RUNTIME_DIR can't, is itLennart Poettering
2017-02-10path-lookup: drop redundant strv_isempty() checkLennart Poettering
2017-02-10path-lookup: try harder acquiring them $HOME of a userLennart Poettering
2017-01-03path-lookup: use correct cleanup function for strv (#5007)Thomas H. P. Andersen
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-04-22path-lookup: optimize a common strv copy operation awayLennart Poettering
2016-04-13shared/path-lookup: fix leakZbigniew Jędrzejewski-Szmek
2016-04-13tree-wide: remove useless NULLs from strjoinaZbigniew Jędrzejewski-Szmek
2016-04-12systemctl: don't confuse sysv code with generated unitsLennart Poettering
2016-04-12path-lookup: move generator_binary_paths() to end of fileLennart Poettering
2016-04-12core: introduce a "control" unit file directoryLennart Poettering
2016-04-12install: rename generator_paths() → generator_binary_paths()Lennart Poettering
2016-04-12core: move flushing of generated unit files to path-lookup.cLennart Poettering
2016-04-12path-lookup: make user_runtime_dir() more genericLennart Poettering
2016-04-12path-lookup: clean up user_config_home() and user_runtime_dir()Lennart Poettering
2016-04-12path-lookup: stop exporting two functionsLennart Poettering
2016-04-12core: rework logic to drop duplicate and non-existing items from search pathLennart Poettering
2016-04-12path-lookup: split out logic for mkdir/rmdir of generator dirs in their own f...Lennart Poettering
2016-04-12core: add a separate unit directory for transient unitsLennart Poettering
2016-04-12path-lookup: add configured unit paths back into search pathLennart Poettering
2016-04-12install: add root directory to LookupPaths structureLennart Poettering
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-04-12core: add configuration directories to LookupPathsLennart Poettering
2016-04-12core: rework generator dir logic, move the dirs into LookupPaths structureLennart Poettering
2016-04-12core: drop SysV paths from path-lookup logicLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering
2015-10-07ask-password: add support for caching passwords in the kernel keyringLennart Poettering
2015-09-09tree-wide: make use of the fact that strv_free() returns NULLLennart Poettering
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-03-14sysv-generator: initialize LookupPaths just onceZbigniew Jędrzejewski-Szmek
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-11path-lookup: allow /run to override /etc in generator searchZbigniew Jędrzejewski-Szmek
2015-01-11Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek
2015-01-05path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/ins...Ivan Shapovalov
2014-10-02Fix order and document user unit dirsZbigniew Jędrzejewski-Szmek
2014-10-02Rename user_runtime to user_runtime_dirZbigniew Jędrzejewski-Szmek
2014-10-02add a transient user unit directorySteven Allen
2014-07-21Merge systemd-verify with systemd-analyzeZbigniew Jędrzejewski-Szmek
2014-07-20path-lookup: make SYSTEMD_UNIT_PATH more flexibleZbigniew Jędrzejewski-Szmek
2014-07-19core: remove systemd_running_as lookup functionsZbigniew Jędrzejewski-Szmek
2014-07-13path-lookup: don't make ~/.local/share/systemd/user a symlinkTanu Kaskinen
2014-06-20shared: rename path_strv_canonicalize_absolute functionsMichael Marineau