index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
path-util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-02
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-19
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-04
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-04
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
|
\
[next]