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
*
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
*
|
path: Skip directories when finalising $PATH search
Chris Down
2020-08-26
1
-0
/
+3
|
/
*
shared: introduce mkfs-util.c/.h
Lennart Poettering
2020-08-24
1
-12
/
+0
*
path-util: make use of TAKE_PTR() where we can
Lennart Poettering
2020-07-30
1
-4
/
+2
*
journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...
Lennart Poettering
2020-05-19
1
-1
/
+1
*
namespace: ignore prefix chars when comparing paths
Topi Miettinen
2020-03-10
1
-0
/
+16
*
path-util: introduce path_strv_contains() helper
Lennart Poettering
2020-01-09
1
-0
/
+10
*
tree-wide: drop stat.h or statfs.h when stat-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+0
*
basic/fs-util: change CHASE_OPEN flag into a separate output parameter
Zbigniew Jędrzejewski-Szmek
2019-10-24
1
-1
/
+1
*
util-lib: Don't propagate EACCES from find_binary PATH lookup to caller
Chris Down
2019-09-26
1
-1
/
+3
*
basic/path-util: move two path_simplify* functions to be adjacent
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-46
/
+46
*
path-util: add path_startswith_strv()
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-0
/
+12
*
Merge pull request #12836 from yuwata/tree-wide-replace-strjoin
Lennart Poettering
2019-06-22
1
-5
/
+2
|
\
|
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-5
/
+2
*
|
path-util: get rid of prefix_root()
Lennart Poettering
2019-06-21
1
-36
/
+2
|
/
*
util: split out nulstr related stuff to nulstr-util.[ch]
Lennart Poettering
2019-03-14
1
-0
/
+1
*
user-util: use SYNTHETIC_ERRNO() where we can
Lennart Poettering
2019-03-12
1
-28
/
+18
*
path-util: minimize variable scope
Lennart Poettering
2019-03-12
1
-1
/
+3
*
path-util: check validity before normalization in path_simplify_and_warn()
Lennart Poettering
2019-03-12
1
-6
/
+6
*
When parsing paths, reject anything above PATH_MAX
Zbigniew Jędrzejewski-Szmek
2018-12-10
1
-0
/
+7
*
path-util: allow NULLs in arguments to path_join()
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-17
/
+11
*
tree-wide: rename path_join_many() to path_join()
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-5
/
+5
*
tree-wide: replace path_join with path_join_many
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-1
/
+1
*
path-util: port path_join() over to path_join_many()
Lennart Poettering
2018-11-29
1
-14
/
+0
*
path-util: add new path_join_many() API
Lennart Poettering
2018-11-29
1
-0
/
+64
*
path-util: add helper for extracting last filename from path
Lennart Poettering
2018-11-26
1
-0
/
+31
*
path-util: handle NULL inputs in last_path_component()
Lennart Poettering
2018-11-26
1
-0
/
+3
*
tree-wide: port various places over to STARTSWITH_SET()
Lennart Poettering
2018-11-26
1
-2
/
+1
*
path-util: add new path_is_valid() helper
Lennart Poettering
2018-10-17
1
-5
/
+13
*
path-util: fix path_simplify() with kill_dots and "."
Thomas Haller
2018-10-05
1
-7
/
+15
[next]