index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
path-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
path-util: simplify final path for find_executable()
Mike Yuan
2024-07-23
1
-0
/
+2
*
path-util: trivial cleanup for find_executable_full()
Mike Yuan
2024-07-23
1
-27
/
+26
*
path-util: take char* const* for strv where appropriate
Mike Yuan
2024-05-09
1
-4
/
+11
*
Merge pull request #32389 from keszybz/bin-sbin-merge
Luca Boccassi
2024-04-22
1
-1
/
+29
|
\
|
*
Try path without sbin even if compiled with split-bin=true
Zbigniew Jędrzejewski-Szmek
2024-04-22
1
-1
/
+29
*
|
path-util: Add a helper for checking paths
Krzesimir Nowak
2024-04-19
1
-0
/
+12
|
/
*
various: use strdup_to() in various obvious cases
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-7
/
+2
*
path-util: add helper that checks if a path definitely refers to a dir
Lennart Poettering
2024-03-14
1
-0
/
+14
*
tree-wide: add path_simplify_alloc() and use it
Zbigniew Jędrzejewski-Szmek
2023-09-22
1
-6
/
+4
*
basic/path-util: make path_simplify() skip leading '/..'
Zbigniew Jędrzejewski-Szmek
2023-09-21
1
-4
/
+12
*
basic: indent prototypes of two functions with many arguments
Zbigniew Jędrzejewski-Szmek
2023-09-18
1
-1
/
+8
*
basic/path-util: change 'char *func' to 'char* func'
Zbigniew Jędrzejewski-Szmek
2023-09-18
1
-8
/
+8
*
basic/path-util: do not say that /dev and /sys are device paths
Zbigniew Jędrzejewski-Szmek
2023-09-18
1
-2
/
+9
*
path-util: Add path_simplify_full()
Daan De Meyer
2023-08-17
1
-2
/
+7
*
path-util: Make ret argument optional for path_extract_directory()
Daan De Meyer
2023-08-14
1
-1
/
+3
*
path-util: make path_equal_or_inode_same static inline
Mike Yuan
2023-07-11
1
-4
/
+0
*
path-util: split filename_is_valid() in two
Lennart Poettering
2023-06-20
1
-4
/
+15
*
stat-util: rename files_same() → inode_same()
Lennart Poettering
2023-05-19
1
-2
/
+2
*
path-util: use _cleanup_
David Tardon
2023-04-27
1
-5
/
+3
*
chase: replace path_prefix_root_cwd() with chaseat_prefix_root()
Yu Watanabe
2023-04-18
1
-28
/
+0
*
path-util: introduce path_prefix_root_cwd()
Yu Watanabe
2023-04-10
1
-0
/
+28
*
path-util: make iterator for path_find_last_component() always finish with th...
Yu Watanabe
2023-04-10
1
-0
/
+8
*
path-util: introduce path_compare_filename()
Yu Watanabe
2023-04-07
1
-16
/
+24
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-8
/
+5
*
basic: reword some comments
Zbigniew Jędrzejewski-Szmek
2023-02-01
1
-6
/
+6
*
path-util: rework file_in_same_dir() on top of path_extract_directory()
Lennart Poettering
2023-01-24
1
-17
/
+21
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-2
/
+2
*
path-util: Drop path_make_relative_cwd()
Daan De Meyer
2022-11-11
1
-27
/
+0
*
path-util: Add path_make_relative_cwd()
Daan De Meyer
2022-11-09
1
-0
/
+27
*
generator: skip fsck if fsck command is missing
Jonas Kümmerlin
2022-09-30
1
-1
/
+10
*
path-util: add examples for path_make_relative() and path_make_relative_parent()
Yu Watanabe
2022-09-18
1
-1
/
+11
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-3
/
+1
*
path-util: introduce path_make_relative_parent()
Yu Watanabe
2022-09-02
1
-0
/
+18
*
path-util: return error if fnmatch() fails
Lennart Poettering
2022-08-31
1
-1
/
+4
*
path-util: drop the now unused dirname_malloc()
Lennart Poettering
2022-08-23
1
-27
/
+0
*
path-util: introduce path_glob_can_match()
Yu Watanabe
2022-08-17
1
-0
/
+62
*
tree-wide: trivial tweaks
Lennart Poettering
2022-07-11
1
-2
/
+2
*
Move path_simplify_and_warn() to new shared/parse-helpers.c
Zbigniew Jędrzejewski-Szmek
2022-04-07
1
-47
/
+0
*
Move systemd_installation_has_version() to src/nspawn/
Zbigniew Jędrzejewski-Szmek
2022-04-07
1
-71
/
+0
*
path-util: use STR_IN_SET() where appropriate
Lennart Poettering
2022-04-01
1
-3
/
+4
*
process-util: refactor APIs for reading /proc/self/xyz symlinks
Lennart Poettering
2022-04-01
1
-5
/
+5
*
path-util: use PTR_SUB1() macro in path_find_last_component()
Yu Watanabe
2022-03-23
1
-9
/
+7
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-13
/
+7
*
basic: adjust wording and wrapping of comments
Zbigniew Jędrzejewski-Szmek
2022-01-03
1
-19
/
+19
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-0
/
+1
*
core: Add ExecSearchPath parameter to specify the directory relative to which...
alexlzhu
2021-09-28
1
-3
/
+23
*
path-util: make find_executable() work without /proc mounted
Yu Watanabe
2021-08-23
1
-1
/
+5
*
path-util: split out common part in find_executable_full()
Yu Watanabe
2021-08-23
1
-56
/
+37
*
path-util: teach find_executable_full how to look into the root directory
Maanya Goenka
2021-08-10
1
-1
/
+37
*
path-util: make path_compare() accept NULL
Lennart Poettering
2021-07-08
1
-2
/
+4
[next]