summaryrefslogtreecommitdiff
path: root/src/basic/path-util.h
Commit message (Expand)AuthorAgeFilesLines
...
* basic/path-util: line-break PATH_FOREACH_PREFIX macrosZbigniew Jędrzejewski-Szmek2018-12-101-4/+16
* path-util: allow NULLs in arguments to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-2/+2
* tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-2/+2
* tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek2018-11-301-5/+0
* path-util: port path_join() over to path_join_many()Lennart Poettering2018-11-291-1/+5
* path-util: add new path_join_many() APILennart Poettering2018-11-291-0/+3
* path-util: add helper for extracting last filename from pathLennart Poettering2018-11-261-0/+1
* path-util: beef up PATH_STARTSWITH_SET() macro a bitLennart Poettering2018-11-261-7/+7
* basic/path-util: add missing headerZbigniew Jędrzejewski-Szmek2018-11-231-0/+1
* path-util: add new path_is_valid() helperLennart Poettering2018-10-171-0/+1
* path-util: avoid name clashesLennart Poettering2018-07-201-3/+3
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* core: rework how we validate DeviceAllow= settingsLennart Poettering2018-06-111-1/+3
* path-util: introduce path_simplify_and_warn()Yu Watanabe2018-06-031-0/+8
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-3/+3
* path-util: introduce empty_to_root() and use it many placesYu Watanabe2018-05-111-0/+3
* nspawn: when running nspawn, set a $PATH including both bin + sbin by default...Lennart Poettering2018-04-201-4/+11
* util-lib: introduce new empty_or_root() helper (#8746)Lennart Poettering2018-04-181-1/+3
* path-util: Finish DEFAULT_PATH_NULSTR with an extra NUL (#8745)Filipe Brandenburger2018-04-181-6/+6
* Merge pull request #8575 from keszybz/non-absolute-pathsLennart Poettering2018-04-171-0/+6
|\
| * systemd: do not require absolute paths in ExecStartZbigniew Jędrzejewski-Szmek2018-04-161-0/+6
* | tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
|/
* Remove /sbin from paths if split-bin is false (#8324)Zbigniew Jędrzejewski-Szmek2018-03-011-2/+8
* path-util: introduce new safe_getcwd() wrapperLennart Poettering2018-01-171-0/+1
* util-lib: use trailing slash in chase_symlinks, fd_is_mount_point, path_is_mo...Zbigniew Jędrzejewski-Szmek2017-11-301-0/+1
* Merge pull request #7198 from poettering/stdin-stdoutLennart Poettering2017-11-191-1/+1
|\
| * fs-util: rename path_is_safe() → path_is_normalized()Lennart Poettering2017-11-171-1/+1
* | Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
|/
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* util-lib: add a new skip_dev_prefix() helperLennart Poettering2017-08-091-0/+10
* basic/path-util: allow flags for path_equal_or_files_sameZbigniew Jędrzejewski-Szmek2017-06-171-1/+1
* fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering2017-02-021-0/+2
* core: rework logic to determine when we decide to add automatic deps for mountsLennart Poettering2016-12-141-0/+12
* machine-id-setup: `--print --commit` respects the --root optionEvgeny Vereshchagin2016-12-131-0/+1
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2016-12-011-2/+2
* Allow block and char classes in DeviceAllow bus properties (#4353)Zbigniew Jędrzejewski-Szmek2016-10-121-0/+1
* path-util: add a function to peek into a container and guess systemd versionZbigniew Jędrzejewski-Szmek2016-10-081-0/+2
* tree-wide: rename hidden_file to hidden_or_backup_file and optimizeZbigniew Jędrzejewski-Szmek2016-04-281-2/+1
* install: allow paths like LookupPath.generator to be NULLZbigniew Jędrzejewski-Szmek2016-04-161-0/+4
* tree-wide: introduce PATH_IN_SET macroZbigniew Jędrzejewski-Szmek2016-04-161-0/+13
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+2
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-3/+0
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+7
* util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering2015-10-271-0/+3
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-2/+0
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-1/+2
* path-util: unify how we process paths specified on the command lineLennart Poettering2015-10-241-0/+2
* util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering2015-10-241-3/+3