index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
basic/escape: allow truncation mode where "…" is always appended
Zbigniew Jędrzejewski-Szmek
2021-05-05
2
-28
/
+34
*
basic/escape: flagsify xescape_full()
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-1
/
+2
*
test-fileio: modernization
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-13
/
+44
*
basic/fileio: add a mode to read_full_virtual_file() where not the whole file...
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-4
/
+6
*
basic/escape: escape control characters, but not utf-8, in shell quoting
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-6
/
+15
*
basic/escape: always escape newlines in shell_escape()
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-0
/
+1
*
basic/escape: add mode where empty arguments are still shown as ""
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-0
/
+4
*
Flagsify EscapeStyle and make ESCAPE_BACKSLASH_ONELINE implicit
Zbigniew Jędrzejewski-Szmek
2021-04-01
1
-37
/
+24
*
test-process-util: getpid_cached() → 0
Zbigniew Jędrzejewski-Szmek
2021-04-01
1
-35
/
+35
*
test-fileio: test for read_full_virtual_file()
Zbigniew Jędrzejewski-Szmek
2021-03-30
1
-0
/
+20
*
test-random-util: add stochastic test for random_u64_range()
Zbigniew Jędrzejewski-Szmek
2021-03-26
1
-2
/
+50
*
test-random-util: modernization
Zbigniew Jędrzejewski-Szmek
2021-03-26
1
-6
/
+6
*
test-firewall-util: add more asserts on allocated variables
Luca Boccassi
2021-03-25
1
-0
/
+6
*
Merge pull request #19076 from yuwata/firewall-util-modernizations
Luca Boccassi
2021-03-25
1
-78
/
+74
|
\
|
*
test-firewall-util: use assert_se() at most places
Yu Watanabe
2021-03-24
1
-78
/
+74
*
|
process-util: dont allocate max length to read /proc/PID/cmdline
Anita Zhang
2021-03-24
1
-0
/
+5
*
|
Merge pull request #19075 from keszybz/calendarspec-loop
Zbigniew Jędrzejewski-Szmek
2021-03-23
1
-26
/
+25
|
\
\
|
|
/
|
/
|
|
*
shared/calendarspec: when mktime() moves us backwards, jump forward
Zbigniew Jędrzejewski-Szmek
2021-03-23
1
-0
/
+3
|
*
test-calendarspec: do not convert timezone "" to ":"
Zbigniew Jędrzejewski-Szmek
2021-03-22
1
-1
/
+1
|
*
test-calendarspec: print offending line in output
Zbigniew Jędrzejewski-Szmek
2021-03-22
1
-26
/
+22
*
|
tree-wide: coccinelle fixes
Frantisek Sumsal
2021-03-18
1
-1
/
+1
|
/
*
Merge pull request #18955 from keszybz/fstab-escaping
Zbigniew Jędrzejewski-Szmek
2021-03-11
3
-68
/
+144
|
\
|
*
shared/fstab-util: teach fstab_filter_options() a mode where all values are r...
Zbigniew Jędrzejewski-Szmek
2021-03-11
1
-58
/
+81
|
*
shared/fstab-util: pass through the escape character
Zbigniew Jędrzejewski-Szmek
2021-03-11
1
-0
/
+4
|
*
basic/extract-word: rename flag
Zbigniew Jędrzejewski-Szmek
2021-03-11
2
-13
/
+13
|
*
basic/extract-word: allow escape character to be escaped
Zbigniew Jędrzejewski-Szmek
2021-03-11
1
-0
/
+24
|
*
basic/extract_word: try to explain what the various options do
Zbigniew Jędrzejewski-Szmek
2021-03-11
1
-0
/
+21
|
*
shared/fstab-util: immediately drop empty options again
Zbigniew Jędrzejewski-Szmek
2021-03-11
1
-1
/
+5
*
|
basic/group-util: optimize alloca use
Zbigniew Jędrzejewski-Szmek
2021-03-11
1
-0
/
+6
|
/
*
socket-util: refuse ifnames with embedded '%' as invalid
Lennart Poettering
2021-03-10
1
-1
/
+1
*
test: output FILENAME_MAX vs. PATH_MAX sizes
Lennart Poettering
2021-03-08
1
-0
/
+9
*
test: add one more test for system call filter with errno
Yu Watanabe
2021-03-08
1
-0
/
+1
*
test: parse_syscall_and_errno() accepts zero errno
Yu Watanabe
2021-03-08
1
-0
/
+6
*
test: move test_parse_syscall_and_errno() to test-seccomp.c
Yu Watanabe
2021-03-08
3
-61
/
+54
*
socket-util: add helper for checking if IPv6 is enabled
Lennart Poettering
2021-03-05
1
-0
/
+6
*
Merge pull request #18852 from yuwata/tree-wide-use-UINT64_MAX
Zbigniew Jędrzejewski-Szmek
2021-03-05
9
-47
/
+47
|
\
|
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
9
-47
/
+47
*
|
strv: introduce strv_split_newlines_full()
Yu Watanabe
2021-03-05
2
-0
/
+35
|
/
*
New directives PrivateIPC and IPCNamespacePath
Xℹ Ruoyao
2021-03-03
1
-1
/
+1
*
Refactor network namespace specific functions in generic helpers
Xℹ Ruoyao
2021-03-03
2
-11
/
+25
*
tmpfile: port tempfn_*() to path_extract_*()
Lennart Poettering
2021-03-02
2
-0
/
+104
*
path-util: return O_DIRECTORY from path_extract_filename() when path ends in ...
Lennart Poettering
2021-03-02
1
-6
/
+9
*
path-util: add path_extract_directory(), to match path_extract_filename()
Lennart Poettering
2021-03-02
1
-0
/
+59
*
test-signal-util: add test for signal_is_blocked()
Lennart Poettering
2021-03-02
1
-16
/
+9
*
test-socket-util: fix test for address parsing w/o IPv6 support
Zbigniew Jędrzejewski-Szmek
2021-03-01
1
-2
/
+4
*
copy: handle copy_file_range() weirdness on procfs/sysfs
Lennart Poettering
2021-02-26
1
-0
/
+17
*
signal-util: make -1 termination of ignore_signals() argument list unnecessary
Lennart Poettering
2021-02-25
1
-3
/
+3
*
Merge pull request #18018 from bluca/mount_images_overlay
Zbigniew Jędrzejewski-Szmek
2021-02-25
2
-0
/
+4
|
\
|
*
Add ExtensionImages directive to form overlays
Luca Boccassi
2021-02-23
2
-0
/
+4
*
|
test: skip tests if cgroup isn't mounted
Dan Streetman
2021-02-25
3
-5
/
+12
[next]