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
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: use PATH_STARTSWITH_SET() at two more places
Lennart Poettering
2018-06-11
1
-4
/
+2
*
core: rework how we validate DeviceAllow= settings
Lennart Poettering
2018-06-11
1
-4
/
+25
*
basic/path-util: fix ordering in error message
Zbigniew Jędrzejewski-Szmek
2018-06-11
1
-3
/
+3
*
basic/path-util: use FLAGS_SET in one more place
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-4
/
+2
*
path-util: introduce path_simplify_and_warn()
Yu Watanabe
2018-06-03
1
-0
/
+50
*
path-util: make path_make_relative() support path including dots
Yu Watanabe
2018-06-03
1
-36
/
+32
*
path-util: introduce path_simplify()
Yu Watanabe
2018-06-03
1
-18
/
+34
*
Merge pull request #8993 from keszybz/sd-resolve-coverity-and-related-fixes
Lennart Poettering
2018-05-18
1
-1
/
+1
|
\
|
*
tree-wide: do not wrap assert_se in extra parentheses
Zbigniew Jędrzejewski-Szmek
2018-05-14
1
-1
/
+1
*
|
path-util: one more empty_or_root() change
Lennart Poettering
2018-05-17
1
-1
/
+2
|
/
*
util-lib: introduce new empty_or_root() helper (#8746)
Lennart Poettering
2018-04-18
1
-1
/
+12
*
path-util: document a few other special cases for last_path_component()
Lennart Poettering
2018-04-12
1
-4
/
+11
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
path-util: don't insert duplicate "/" in path_make_absolute_cwd()
Lennart Poettering
2018-01-17
1
-1
/
+4
*
tree-wide: port all code to use safe_getcwd()
Lennart Poettering
2018-01-17
1
-3
/
+4
*
path-util: introduce new safe_getcwd() wrapper
Lennart Poettering
2018-01-17
1
-0
/
+18
*
path-util: don't add extra "/" when prefix already is suffixed by slash
Lennart Poettering
2018-01-17
1
-1
/
+4
*
path-util: do something useful if the prefix is "" in path_make_absolute()
Lennart Poettering
2018-01-17
1
-1
/
+1
*
tree-wide: drop a few == NULL and != NULL comparison
Lennart Poettering
2017-12-11
1
-1
/
+1
*
Merge pull request #7419 from keszybz/tmpfiles-fixes
Lennart Poettering
2017-12-06
1
-2
/
+2
|
\
|
*
util-lib: kill duplicate slashes in lookup paths
Zbigniew Jędrzejewski-Szmek
2017-12-06
1
-2
/
+2
*
|
path-util: when checking systemd versions, check both lib and lib64
Lennart Poettering
2017-12-05
1
-1
/
+3
|
/
*
util-lib: handle empty string in last_path_component
Zbigniew Jędrzejewski-Szmek
2017-11-30
1
-0
/
+3
*
util-lib: use trailing slash in chase_symlinks, fd_is_mount_point, path_is_mo...
Zbigniew Jędrzejewski-Szmek
2017-11-30
1
-0
/
+28
*
Merge pull request #7198 from poettering/stdin-stdout
Lennart Poettering
2017-11-19
1
-2
/
+1
|
\
|
*
fs-util: rename path_is_safe() → path_is_normalized()
Lennart Poettering
2017-11-17
1
-2
/
+1
*
|
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
|
/
*
path-util: some updates to path_make_relative()
Lennart Poettering
2017-10-02
1
-8
/
+17
*
basic/path-util: allow flags for path_equal_or_files_same
Zbigniew Jędrzejewski-Szmek
2017-06-17
1
-2
/
+2
*
fs-util: unify code we use to check if dirent's d_name is "." or ".."
Lennart Poettering
2017-02-02
1
-6
/
+19
*
fs-util: add flags parameter to chase_symlinks()
Lennart Poettering
2016-12-01
1
-1
/
+1
*
tree-wide: stop using canonicalize_file_name(), use chase_symlinks() instead
Lennart Poettering
2016-12-01
1
-23
/
+22
*
Merge pull request #4510 from keszybz/tree-wide-cleanups
Lennart Poettering
2016-11-03
1
-7
/
+5
|
\
|
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-7
/
+5
*
|
tests: clarify test_path_startswith return value (#4508)
Zbigniew Jędrzejewski-Szmek
2016-10-30
1
-0
/
+10
|
/
*
tree-wide: introduce free_and_replace helper
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-3
/
+1
*
Allow block and char classes in DeviceAllow bus properties (#4353)
Zbigniew Jędrzejewski-Szmek
2016-10-12
1
-3
/
+8
*
path-util: add a function to peek into a container and guess systemd version
Zbigniew Jędrzejewski-Szmek
2016-10-08
1
-0
/
+68
*
path-util: also support ".old" and ".new" suffixes and recommend them
Zbigniew Jędrzejewski-Szmek
2016-04-29
1
-3
/
+5
*
path-util: document that we shouldn't add further entries to hidden_or_backup...
Lennart Poettering
2016-04-29
1
-1
/
+15
*
tree-wide: rename hidden_file to hidden_or_backup_file and optimize
Zbigniew Jędrzejewski-Szmek
2016-04-28
1
-26
/
+26
*
path-util: Add hidden suffixes for ucf (#3131)
Martin Pitt
2016-04-27
1
-0
/
+3
*
tree-wide: introduce PATH_IN_SET macro
Zbigniew Jędrzejewski-Szmek
2016-04-17
1
-4
/
+4
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
Use negative_errno() to assert errno is positive after a few system calls
Zbigniew Jędrzejewski-Szmek
2016-01-18
1
-1
/
+1
*
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-12-01
1
-2
/
+2
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-6
/
+4
[next]