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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
various: move const ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-1
/
+1
*
path-util: take char* const* for strv where appropriate
Mike Yuan
2024-05-09
1
-3
/
+3
*
Merge pull request #32389 from keszybz/bin-sbin-merge
Luca Boccassi
2024-04-22
1
-16
/
+15
|
\
|
*
Try path without sbin even if compiled with split-bin=true
Zbigniew Jędrzejewski-Szmek
2024-04-22
1
-16
/
+15
*
|
path-util: Add a helper for checking paths
Krzesimir Nowak
2024-04-19
1
-1
/
+2
|
/
*
Drop unnecessary path_equal_ptr() wrapper
Zbigniew Jędrzejewski-Szmek
2024-03-23
1
-4
/
+0
*
Merge pull request #31754 from YHNdnzj/journal-fd-namespace
Yu Watanabe
2024-03-14
1
-0
/
+4
|
\
|
*
path-util: introduce skip_leading_slash and use it where appropriate
Mike Yuan
2024-03-14
1
-0
/
+4
*
|
path-util: add helper that checks if a path definitely refers to a dir
Lennart Poettering
2024-03-14
1
-0
/
+2
|
/
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-1
/
+1
*
tree-wide: add path_simplify_alloc() and use it
Zbigniew Jędrzejewski-Szmek
2023-09-22
1
-0
/
+16
*
basic/path-util: change 'char *func' to 'char* func'
Zbigniew Jędrzejewski-Szmek
2023-09-18
1
-4
/
+4
*
path-util: Add path_simplify_full()
Daan De Meyer
2023-08-17
1
-1
/
+8
*
Drop split-usr and unmerged-usr support
Luca Boccassi
2023-07-28
1
-12
/
+2
*
path-util: make path_equal_or_inode_same static inline
Mike Yuan
2023-07-11
1
-1
/
+4
*
path-util: split filename_is_valid() in two
Lennart Poettering
2023-06-20
1
-0
/
+1
*
stat-util: rename files_same() → inode_same()
Lennart Poettering
2023-05-19
1
-1
/
+1
*
chase: replace path_prefix_root_cwd() with chaseat_prefix_root()
Yu Watanabe
2023-04-18
1
-1
/
+0
*
path-util: introduce path_prefix_root_cwd()
Yu Watanabe
2023-04-10
1
-0
/
+1
*
path-util: introduce path_compare_filename()
Yu Watanabe
2023-04-07
1
-3
/
+6
*
path-util: rework file_in_same_dir() on top of path_extract_directory()
Lennart Poettering
2023-01-24
1
-1
/
+1
*
bootctl: honor $KERNEL_INSTALL_CONF_ROOT
Ludwig Nussel
2023-01-10
1
-0
/
+1
*
path-util: Drop path_make_relative_cwd()
Daan De Meyer
2022-11-11
1
-1
/
+0
*
path-util: Add path_make_relative_cwd()
Daan De Meyer
2022-11-09
1
-0
/
+1
*
generator: skip fsck if fsck command is missing
Jonas Kümmerlin
2022-09-30
1
-1
/
+2
*
path-util: introduce path_make_relative_parent()
Yu Watanabe
2022-09-02
1
-0
/
+1
*
path-util: drop the now unused dirname_malloc()
Lennart Poettering
2022-08-23
1
-1
/
+0
*
path-util: introduce path_glob_can_match()
Yu Watanabe
2022-08-17
1
-0
/
+2
*
tree-wide: trivial tweaks
Lennart Poettering
2022-07-11
1
-2
/
+2
*
path-util: NULL strings are definitely not valid paths
Lennart Poettering
2022-07-08
1
-2
/
+6
*
Move path_simplify_and_warn() to new shared/parse-helpers.c
Zbigniew Jędrzejewski-Szmek
2022-04-07
1
-8
/
+0
*
Move systemd_installation_has_version() to src/nspawn/
Zbigniew Jędrzejewski-Szmek
2022-04-07
1
-2
/
+0
*
core: Add ExecSearchPath parameter to specify the directory relative to which...
alexlzhu
2021-09-28
1
-2
/
+2
*
path-util: teach find_executable_full how to look into the root directory
Maanya Goenka
2021-08-10
1
-2
/
+2
*
path-util: make path_equal() an inline wrapper around path_compare()
Lennart Poettering
2021-06-18
1
-1
/
+5
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-3
/
+3
*
path-util: make path_extract_filename/directory() handle "." gracefully
Yu Watanabe
2021-05-28
1
-2
/
+2
*
path-util: introduce path_find_last_component()
Yu Watanabe
2021-05-28
1
-0
/
+1
*
path-util: use path_equal() in empty_or_root()
Yu Watanabe
2021-05-28
1
-1
/
+1
*
path-util: use path_find_first_component() in path_make_relative()
Yu Watanabe
2021-05-28
1
-1
/
+1
*
path-util: use path_find_first_component() in path_startswith()
Yu Watanabe
2021-05-28
1
-1
/
+4
*
path-util: introduce path_is_safe()
Yu Watanabe
2021-05-28
1
-1
/
+7
*
path-util: introduce path_find_first_component()
Yu Watanabe
2021-05-28
1
-0
/
+1
*
path-util: add path_extend(), inspired by strextend(), but using path_join()
Lennart Poettering
2021-05-27
1
-2
/
+4
*
basic: add path_equal_filename helper
Luca Boccassi
2021-04-07
1
-0
/
+2
*
util: add creds-util.[ch] with helpers for dealing with credentials
Lennart Poettering
2021-03-26
1
-2
/
+0
*
path-util: add path_extract_directory(), to match path_extract_filename()
Lennart Poettering
2021-03-02
1
-0
/
+1
*
Move and rename parse_path_argument() function
Zbigniew Jędrzejewski-Szmek
2021-02-15
1
-2
/
+0
*
Merge pull request #17079 from keszybz/late-exec-resolution
Lennart Poettering
2020-12-03
1
-3
/
+3
|
\
|
*
basic/path-util: let find_executable_full() optionally return an fd
Zbigniew Jędrzejewski-Szmek
2020-11-06
1
-3
/
+3
[next]