index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
chase.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
chase: Fix shortcut
Daan De Meyer
2024-10-04
1
-1
/
+1
*
chase: Tighten "." and "./" check
Daan De Meyer
2024-06-11
1
-3
/
+3
*
various: use strdup_to() in various obvious cases
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-6
/
+1
*
fs-util: rename xopenat() -> xopanat_full()
Yu Watanabe
2024-02-15
1
-15
/
+15
*
chase: do not wrap xopenat() with RET_NERRNO()
Yu Watanabe
2024-02-15
1
-8
/
+8
*
chase: fix corner case when using CHASE_PARENT with a path ending in ".."
Lennart Poettering
2023-11-01
1
-1
/
+21
*
chase: propagate error in dir_fd_is_root()
Yu Watanabe
2023-07-29
1
-1
/
+12
*
chase: check root path in more detail
Yu Watanabe
2023-07-29
1
-1
/
+35
*
chase: carefully handle result of extracting parent directory
Yu Watanabe
2023-07-29
1
-2
/
+18
*
chase: add two more assertions
Yu Watanabe
2023-07-29
1
-0
/
+2
*
chase: drop CHASE_AT_RESOLVE_IN_ROOT earlier
Yu Watanabe
2023-07-29
1
-2
/
+7
*
chase: fix CHASE_STEP with ".."
Yu Watanabe
2023-07-29
1
-2
/
+8
*
chase: reuse "done" to open fd of starting point
Yu Watanabe
2023-07-29
1
-14
/
+11
*
Merge pull request #27885 from DaanDeMeyer/please-dont-make-me-write-more-ope...
Zbigniew Jędrzejewski-Szmek
2023-06-07
1
-1
/
+0
|
\
|
*
chase: Allow passing NULL as the empty path to chaseat()
Daan De Meyer
2023-06-06
1
-1
/
+0
*
|
Merge pull request #27918 from yuwata/chase-filename
Daan De Meyer
2023-06-06
1
-8
/
+45
|
\
\
|
|
/
|
/
|
|
*
chase: handle root path more carefully in chase_and_open()
Yu Watanabe
2023-06-05
1
-8
/
+45
*
|
chase: fix triggering assertion
Yu Watanabe
2023-06-05
1
-1
/
+1
|
/
*
fs-util: Add XOpenFlags with XO_LABEL flag to have xopenat() MAC label files/...
Daan De Meyer
2023-05-31
1
-3
/
+9
*
chase: replace path_prefix_root_cwd() with chaseat_prefix_root()
Yu Watanabe
2023-04-18
1
-0
/
+31
*
chase: prefix with the root directory only when it is not "/"
Yu Watanabe
2023-04-18
1
-8
/
+16
*
chase: drop repeated call of empty_to_root()
Yu Watanabe
2023-04-18
1
-13
/
+12
*
chase: update outdated comment about result path
Yu Watanabe
2023-04-18
1
-6
/
+20
*
chase: make the result absolute when a symlink is absolute
Yu Watanabe
2023-04-18
1
-0
/
+5
*
chase: make chaseat() provides absolute path also when dir_fd points to the r...
Yu Watanabe
2023-04-18
1
-2
/
+3
*
chase: CHASE_MKDIR_0755 requires CHASE_NONEXISTENT and/or CHASE_PARENT
Yu Watanabe
2023-04-14
1
-0
/
+1
*
chase: use FLAGS_SET() macro
Yu Watanabe
2023-04-14
1
-17
/
+17
*
chase: drop redundant call of delete_trailing_chars()
Yu Watanabe
2023-04-11
1
-8
/
+6
*
chase: use dir_fd_is_root() to check if fd points to the root directory
Yu Watanabe
2023-04-10
1
-3
/
+9
*
chase: use stat_inode_same() at one more place
Yu Watanabe
2023-04-10
1
-1
/
+1
*
chase: drop one redundant call of fstat()
Yu Watanabe
2023-04-10
1
-1
/
+1
*
chase: make struct stat always sync with the opened fd
Yu Watanabe
2023-04-10
1
-25
/
+21
*
chase: drop unnecessary conditions for buffer
Yu Watanabe
2023-04-10
1
-6
/
+4
*
fd-util: introduce dir_fd_is_root_or_cwd()
Yu Watanabe
2023-04-04
1
-4
/
+1
*
chase: fix error handling
Yu Watanabe
2023-04-04
1
-2
/
+2
*
Merge pull request #27064 from DaanDeMeyer/chase-fixes
Daan De Meyer
2023-03-30
1
-104
/
+25
|
\
|
*
chase: Simplify chase_and_open() and chase_and_openat()
Daan De Meyer
2023-03-30
1
-14
/
+12
|
*
chase: Fix error code check
Daan De Meyer
2023-03-30
1
-2
/
+2
|
*
chase: Fix formatting
Daan De Meyer
2023-03-30
1
-90
/
+13
*
|
Merge pull request #27063 from yuwata/chase-graceful
Daan De Meyer
2023-03-30
1
-3
/
+17
|
\
\
|
|
/
|
/
|
|
*
chase: add CHASE_AT_RESOLVE_IN_ROOT only when it is necessary
Yu Watanabe
2023-03-30
1
-3
/
+3
|
*
chase: drop CHASE_AT_RESOLVE_IN_ROOT when AT_FDCWD or root dir fd is specified
Yu Watanabe
2023-03-30
1
-0
/
+14
*
|
chase: fix indentation
Yu Watanabe
2023-03-30
1
-3
/
+3
*
|
chase: fix comment
Yu Watanabe
2023-03-30
1
-1
/
+1
|
/
*
chase-symlinks: Add chase_and_open_parent() + at() variant
Daan De Meyer
2023-03-26
1
-0
/
+29
*
chase-symlinks: Allow optional path with CHASE_EXTRACT_FILENAME
Daan De Meyer
2023-03-24
1
-3
/
+0
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-0
/
+1008