index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-path-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try path without sbin even if compiled with split-bin=true
Zbigniew Jędrzejewski-Szmek
2024-04-22
1
-2
/
+2
*
ASSERT_STREQ for simple cases
Ivan Kruglov
2024-04-15
1
-101
/
+101
*
ASSERT_NULL/ASSERT_NOT_NULL
Ivan Kruglov
2024-04-10
1
-2
/
+2
*
Drop unnecessary path_equal_ptr() wrapper
Zbigniew Jędrzejewski-Szmek
2024-03-23
1
-12
/
+14
*
Added more ASSERT macro and also make some test file to use them
Unique-Usman
2024-03-22
1
-4
/
+4
*
path-util: add helper that checks if a path definitely refers to a dir
Lennart Poettering
2024-03-14
1
-0
/
+24
*
test: minix fsck not found on alpha
Luca Boccassi
2023-11-17
1
-2
/
+2
*
basic/path-util: make path_simplify() skip leading '/..'
Zbigniew Jędrzejewski-Szmek
2023-09-21
1
-1
/
+41
*
basic/path-util: do not say that /dev and /sys are device paths
Zbigniew Jędrzejewski-Szmek
2023-09-18
1
-14
/
+14
*
test-path-util: add simple test for is_path() and is_device_path()
Zbigniew Jędrzejewski-Szmek
2023-09-18
1
-4
/
+94
*
path-util: Add path_simplify_full()
Daan De Meyer
2023-08-17
1
-20
/
+23
*
test: add more test cases about path_startswith()
Yu Watanabe
2023-06-05
1
-0
/
+11
*
stat-util: rename files_same() → inode_same()
Lennart Poettering
2023-05-19
1
-20
/
+20
*
chase: replace path_prefix_root_cwd() with chaseat_prefix_root()
Yu Watanabe
2023-04-18
1
-39
/
+0
*
path-util: introduce path_prefix_root_cwd()
Yu Watanabe
2023-04-10
1
-0
/
+39
*
test: add tests about iterator position for path_find_{first,last}_component()
Yu Watanabe
2023-04-10
1
-4
/
+23
*
path-util: introduce path_compare_filename()
Yu Watanabe
2023-04-07
1
-5
/
+49
*
path-util: rework file_in_same_dir() on top of path_extract_directory()
Lennart Poettering
2023-01-24
1
-10
/
+6
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-2
/
+2
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
tree-wide: use STRERROR()
Zbigniew Jędrzejewski-Szmek
2022-10-11
1
-8
/
+8
*
generator: skip fsck if fsck command is missing
Jonas Kümmerlin
2022-09-30
1
-3
/
+3
*
path-util: introduce path_make_relative_parent()
Yu Watanabe
2022-09-02
1
-0
/
+27
*
path-util: introduce path_glob_can_match()
Yu Watanabe
2022-08-17
1
-0
/
+38
*
Move systemd_installation_has_version() to src/nspawn/
Zbigniew Jędrzejewski-Szmek
2022-04-07
1
-15
/
+0
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
test: Use TEST macro
Jan Janssen
2021-11-25
1
-122
/
+36
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-1
/
+1
*
core: Add ExecSearchPath parameter to specify the directory relative to which...
alexlzhu
2021-09-28
1
-5
/
+23
*
path-util: teach find_executable_full how to look into the root directory
Maanya Goenka
2021-08-10
1
-5
/
+5
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-2
/
+2
*
test-path-util: check that dot components are irrelevant for path comparisons
Zbigniew Jędrzejewski-Szmek
2021-06-23
1
-0
/
+8
*
tree-wide: add missing whitespace at the end of comments
Yu Watanabe
2021-06-15
1
-1
/
+1
*
path-util: make path_simplify() use path_find_first_component()
Yu Watanabe
2021-05-28
1
-28
/
+55
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-19
/
+12
*
path-util: make path_extract_filename/directory() handle "." gracefully
Yu Watanabe
2021-05-28
1
-20
/
+24
*
path-util: introduce path_find_last_component()
Yu Watanabe
2021-05-28
1
-0
/
+80
*
path-util: make path_compare() and path_hash_func() ignore "."
Yu Watanabe
2021-05-28
1
-34
/
+43
*
path-util: use path_find_first_component() in path_make_relative()
Yu Watanabe
2021-05-28
1
-19
/
+22
*
path-util: use path_find_first_component() in path_startswith()
Yu Watanabe
2021-05-28
1
-39
/
+32
*
path-util: introduce path_is_safe()
Yu Watanabe
2021-05-28
1
-19
/
+31
*
path-util: introduce path_find_first_component()
Yu Watanabe
2021-05-28
1
-0
/
+85
*
path-util: fix off by one issue to detect slash at the end in path_extend()
Yu Watanabe
2021-05-28
1
-2
/
+8
*
path-util: add path_extend(), inspired by strextend(), but using path_join()
Lennart Poettering
2021-05-27
1
-0
/
+22
*
basic: add path_equal_filename helper
Luca Boccassi
2021-04-07
1
-0
/
+5
*
test: output FILENAME_MAX vs. PATH_MAX sizes
Lennart Poettering
2021-03-08
1
-0
/
+9
*
path-util: return O_DIRECTORY from path_extract_filename() when path ends in ...
Lennart Poettering
2021-03-02
1
-6
/
+9
*
path-util: add path_extract_directory(), to match path_extract_filename()
Lennart Poettering
2021-03-02
1
-0
/
+59
*
test: add more tests for path_startswith()
Yu Watanabe
2021-02-20
1
-0
/
+3
*
path-util: tighten path_is_valid() checks
Lennart Poettering
2021-02-03
1
-5
/
+36
[next]