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
*
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
*
path-util: make path_equal() an inline wrapper around path_compare()
Lennart Poettering
2021-06-18
1
-4
/
+0
*
various: don't say that the timestamp 'changed' on initial load
Zbigniew Jędrzejewski-Szmek
2021-06-02
1
-3
/
+5
*
path-util: add missing varargs cleanup
Yu Watanabe
2021-05-28
1
-2
/
+3
*
path-util: make path_simplify() use path_find_first_component()
Yu Watanabe
2021-05-28
1
-37
/
+27
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-9
/
+9
*
path-util: make path_extract_filename/directory() handle "." gracefully
Yu Watanabe
2021-05-28
1
-40
/
+39
*
path-util: introduce path_find_last_component()
Yu Watanabe
2021-05-28
1
-0
/
+103
*
path-util: use path_equal() in empty_or_root()
Yu Watanabe
2021-05-28
1
-3
/
+3
*
path-util: make path_compare() and path_hash_func() ignore "."
Yu Watanabe
2021-05-28
1
-23
/
+28
*
path-util: use path_find_first_component() in path_make_relative()
Yu Watanabe
2021-05-28
1
-60
/
+63
*
path-util: use path_find_first_component() in path_startswith()
Yu Watanabe
2021-05-28
1
-15
/
+12
*
path-util: use path_is_safe() in path_is_normalized()
Yu Watanabe
2021-05-28
1
-9
/
+2
*
path-util: introduce path_is_safe()
Yu Watanabe
2021-05-28
1
-2
/
+2
*
path-util: use path_find_first_component() in path_is_valid()
Yu Watanabe
2021-05-28
1
-12
/
+5
*
path-util: introduce path_find_first_component()
Yu Watanabe
2021-05-28
1
-0
/
+84
*
path-util: fix off by one issue to detect slash at the end in path_extend()
Yu Watanabe
2021-05-28
1
-1
/
+1
*
tree-wide: make use of path_extend() at many places
Lennart Poettering
2021-05-27
1
-5
/
+4
*
path-util: add path_extend(), inspired by strextend(), but using path_join()
Lennart Poettering
2021-05-27
1
-19
/
+34
*
basic: add path_equal_filename helper
Luca Boccassi
2021-04-07
1
-0
/
+21
*
util: add creds-util.[ch] with helpers for dealing with credentials
Lennart Poettering
2021-03-26
1
-6
/
+0
*
path-util: return O_DIRECTORY from path_extract_filename() when path ends in ...
Lennart Poettering
2021-03-02
1
-5
/
+16
*
path-util: add path_extract_directory(), to match path_extract_filename()
Lennart Poettering
2021-03-02
1
-0
/
+42
*
Move and rename parse_path_argument() function
Zbigniew Jędrzejewski-Szmek
2021-02-15
1
-32
/
+0
*
path-util: tighten path_is_valid() checks
Lennart Poettering
2021-02-03
1
-4
/
+19
*
path-util: tighten path_extract_filename()
Lennart Poettering
2021-02-03
1
-12
/
+13
*
path-util: simplify check_x_access()
Yu Watanabe
2021-01-20
1
-23
/
+11
*
path-util: also check absolute path is a directory or not in find_executable()
Yu Watanabe
2021-01-18
1
-29
/
+28
*
Merge pull request #17079 from keszybz/late-exec-resolution
Lennart Poettering
2020-12-03
1
-8
/
+44
|
\
|
*
basic/path-util: let find_executable_full() optionally return an fd
Zbigniew Jędrzejewski-Szmek
2020-11-06
1
-8
/
+44
*
|
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
|
macro: introduce POINTER_MAX as define for (void*) -1
Lennart Poettering
2020-10-22
1
-2
/
+2
|
/
*
basic/path-util: enhance find_executable() for the fixed path case
Zbigniew Jędrzejewski-Szmek
2020-09-18
1
-4
/
+6
*
basic/path-util: inline two trivial functions
Zbigniew Jędrzejewski-Szmek
2020-09-18
1
-8
/
+0
*
Rename find_binary to find_executable
Zbigniew Jędrzejewski-Szmek
2020-09-18
1
-13
/
+7
*
path: Improve $PATH search directory case
Chris Down
2020-08-27
1
-7
/
+18
*
Merge pull request #16568 from poettering/creds-store
Zbigniew Jędrzejewski-Szmek
2020-08-26
1
-0
/
+7
|
\
|
*
core: add credentials logic
Lennart Poettering
2020-08-25
1
-0
/
+7
[next]