index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
analyze
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: simplify the BUILD_MODE conditional
Zbigniew Jędrzejewski-Szmek
2021-04-14
1
-1
/
+1
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
*
table: drop last SIZE_MAX from table_set_sort() and table_set_display()
Yu Watanabe
2021-03-04
2
-4
/
+4
*
Merge pull request #18596 from keszybz/systemctl-quiet-legend
Lennart Poettering
2021-02-17
1
-20
/
+7
|
\
|
*
tree-wide: add a helper to parse boolean optarg
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-20
/
+7
*
|
Rename unit_times_free to unit_times_free_array
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-6
/
+6
*
|
tree-wide: return NULL from freeing functions
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-7
/
+7
*
|
analyze: use typedefs for structs and inline iterator variable decls
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-79
/
+73
*
|
core: split out a few funcs into unit-serialize.[ch]
Zbigniew Jędrzejewski-Szmek
2021-02-12
1
-0
/
+1
*
|
sd-bus: standarize on NULL for empty signature in method calls
Zbigniew Jędrzejewski-Szmek
2021-02-12
1
-1
/
+1
|
/
*
Merge pull request #11484 from keszybz/udevadm-error-logs
Yu Watanabe
2021-02-10
1
-1
/
+1
|
\
|
*
tree-wide: propagate error code from _from_string() functions
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-1
/
+1
*
|
analyze: slightly reword PrivatTmp= message
Lennart Poettering
2021-02-10
1
-1
/
+1
|
/
*
tree-wide: enable colorized logging for daemons when run in console
Yu Watanabe
2021-01-31
1
-1
/
+1
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-7
/
+6
*
analyze: tighten variable scope used in loop
Susant Sahani
2021-01-20
1
-4
/
+2
*
Merge pull request #18300 from yuwata/analyze-verify-18252
Zbigniew Jędrzejewski-Szmek
2021-01-19
1
-2
/
+5
|
\
|
*
analyze: resolve executable path if it is relative
Yu Watanabe
2021-01-18
1
-2
/
+5
*
|
meson: move test or fuzzer definitions to relevant meson.build in subdirectories
Yu Watanabe
2021-01-18
1
-0
/
+10
|
/
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
9
-9
/
+9
*
analyze: show ungrouped syscalls separately (#17343)
Lennart Poettering
2020-10-14
1
-3
/
+28
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
2
-6
/
+5
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-3
/
+2
*
analyze: add 'capability' verb for dumping all known and unknown caps
Lennart Poettering
2020-08-28
1
-0
/
+49
*
analyze: fix error handling in one case
Lennart Poettering
2020-08-28
1
-1
/
+1
*
analyze: drop pointless zero initialization
fangxiuning
2020-08-25
1
-1
/
+1
*
analyze-verify: drop pointless zero initialization
fangxiuning
2020-08-25
1
-1
/
+1
*
analyze-security: check for ProtectProc=/ProcSubset=
Lennart Poettering
2020-08-24
1
-0
/
+62
*
core: remove support for ConditionNull=
Lennart Poettering
2020-08-20
1
-3
/
+1
*
analyze: rework condition testing
Lennart Poettering
2020-08-20
1
-77
/
+28
*
analyze-security: include an actual syscall name in the message
Zbigniew Jędrzejewski-Szmek
2020-08-17
1
-12
/
+21
*
analyze-security: do not assign badness to filtered-out syscalls
Zbigniew Jędrzejewski-Szmek
2020-08-01
1
-1
/
+1
*
bus: use bus_log_connect_error to print error message
fangxiuning
2020-07-21
1
-12
/
+12
*
analyze: CAP_RAWIO -> CAP_SYS_RAWIO
Anita Zhang
2020-07-16
1
-1
/
+1
*
analyze: make testing ConditionPathExistsGlob= work
Lennart Poettering
2020-07-14
1
-2
/
+5
*
shared: split out code that maps properties to local structs
Lennart Poettering
2020-06-30
2
-0
/
+2
*
shared: actually move all BusLocator related calls to bus-locator.c
Lennart Poettering
2020-06-30
1
-1
/
+1
*
tree-wide: avoid some loaded terms
Lennart Poettering
2020-06-25
1
-25
/
+25
*
log: introduce log_parse_environment_cli() and log_setup_cli()
Filipe Brandenburger
2020-06-24
1
-3
/
+1
*
core: create socket service instances with the correct name from the start
Zbigniew Jędrzejewski-Szmek
2020-06-10
1
-17
/
+7
*
condition: add ConditionEnvironment=
Lennart Poettering
2020-05-15
1
-2
/
+2
*
condition: add ConditionPathIsEncrypted=
Lennart Poettering
2020-05-15
1
-0
/
+2
*
Merge pull request #15681 from vcaputo/buslocator
Vito Caputo
2020-05-07
1
-87
/
+10
|
\
|
*
analyze: switch to BusLocator-oriented helpers
Vito Caputo
2020-05-07
1
-87
/
+10
*
|
basic/set: let set_put_strdup() create the set with string hash ops
Zbigniew Jędrzejewski-Szmek
2020-05-06
2
-13
/
+5
|
/
*
verify: ignore nonexistent executables if required
Giedrius Statkevičius
2020-04-14
3
-1
/
+25
*
analyze: fix table time output
Haochen Tong
2020-03-09
1
-10
/
+10
*
systemd: Fix busctl crash on aarch64 when setting output table format
Alin Popa
2020-02-15
2
-3
/
+3
*
analyze: Add ProtectClock= to analyze-security
Kevin Kuehler
2020-01-26
1
-0
/
+16
*
typo: "May modify to" -> "May modify"
Wieland Hoffmann
2020-01-18
1
-1
/
+1
[next]