index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
analyze
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-18
dhcp: fix minor coding style issue
Yu Watanabe
1
-4
/
+3
2019-07-18
catalog: reference ExecCondition= in unit skipped str
Anita Zhang
1
-1
/
+2
2019-07-18
NEWS: bullet point for ExecCondition=
Anita Zhang
1
-0
/
+6
2019-07-18
core: never propagate reload failure to service result
Lennart Poettering
1
-1
/
+1
2019-07-17
resolved: switch cache option to a tri-state option (systemd#5552).
Jorge Niedbalski
11
-8
/
+49
2019-07-17
network: update state file after dhcp6 events
Yu Watanabe
1
-0
/
+2
2019-07-17
Revert "test-network: extend sleep time"
Yu Watanabe
1
-4
/
+4
2019-07-17
man: fix wrong section name
Yu Watanabe
1
-1
/
+1
2019-07-17
network: fix use after free()
Yu Watanabe
1
-1
/
+1
2019-07-17
network: drop unnecessary line breaks
Yu Watanabe
1
-2
/
+0
2019-07-17
network: drop fallback mechanism to assign DHCPv6 addresses with IFA_F_NOPREF...
Yu Watanabe
3
-14
/
+1
2019-07-17
test/TEST-16: don't copy systemd-notify or lib from $BUILD_DIR
Dan Streetman
1
-2
/
+0
2019-07-17
Rewrite IN_SET()
Zbigniew Jędrzejewski-Szmek
1
-1
/
+2
2019-07-17
Drop trailing slash from assert_cc() definition
Zbigniew Jędrzejewski-Szmek
6
-8
/
+8
2019-07-17
basic/macro: drop do {} while(0) from assert_not_reached
Zbigniew Jędrzejewski-Szmek
1
-3
/
+1
2019-07-17
firstboot: actually accept empty input to mean skip
Zbigniew Jędrzejewski-Szmek
1
-22
/
+17
2019-07-17
firstboot: fix hang waiting for second Enter on input
Zbigniew Jędrzejewski-Szmek
1
-1
/
+12
2019-07-17
firstboot: only list all options on demand
Zbigniew Jędrzejewski-Szmek
1
-27
/
+19
2019-07-17
firstboot: use free_and_strdup, free_and_replace
Zbigniew Jędrzejewski-Szmek
1
-11
/
+2
2019-07-17
mount-util: bind_remount: avoid calling statvfs
Jakob Unterwurzacher
1
-4
/
+27
2019-07-17
sd-device: voidify and simplify calls to ordered_hashmap_iterate()
Zbigniew Jędrzejewski-Szmek
1
-10
/
+2
2019-07-17
sd-bus: voidify two calls to hashmap_iterate()
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2019-07-17
test-networkd-conf: add missing assert
Zbigniew Jędrzejewski-Szmek
1
-1
/
+8
2019-07-17
shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE → EXTRAC...
Zbigniew Jędrzejewski-Szmek
4
-2
/
+28
2019-07-17
nspawn: fix misplaced parenthesis and merge two error handling paths
Zbigniew Jędrzejewski-Szmek
1
-7
/
+3
2019-07-17
nspawn: fix memleak in argument parsing
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2019-07-17
coredumpctl: check return value
Zbigniew Jędrzejewski-Szmek
1
-14
/
+16
2019-07-17
coredumpctl: use free_and_replace in one more place
Zbigniew Jędrzejewski-Szmek
1
-3
/
+1
2019-07-17
shared: voidify call to loop_write() and trim duplicate code
Zbigniew Jędrzejewski-Szmek
1
-48
/
+34
2019-07-17
shared: fix assert call
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2019-07-17
core: ExecCondition= for services
Anita Zhang
21
-23
/
+225
2019-07-17
nspawn: make use of SIGINT handling when copying files
Lennart Poettering
1
-27
/
+43
2019-07-17
btrfs-util: expose SIGINT behaviour in snapshot copy fallback, too
Lennart Poettering
2
-1
/
+2
2019-07-17
copy: optionally check for SIGINT regularly, and abort operation safely
Lennart Poettering
2
-1
/
+35
2019-07-17
test/test-functions: fix install_dmeventd to correctly install bin/libs
Dan Streetman
1
-28
/
+1
2019-07-17
Free up some resources on Azure Pipelines
Evgeny Vereshchagin
2
-71
/
+0
2019-07-17
test/test-functions: instmods call to find should use -type f
Dan Streetman
1
-1
/
+1
2019-07-17
test: when stripping binaries, ignore case in suppressing "File format not re...
Dan Streetman
1
-1
/
+1
2019-07-17
test: ignore errors during test cleanup, so cleanup can finish
Dan Streetman
2
-17
/
+18
2019-07-17
test: add create_empty_image_rootdir() to simplify testcase setup
Dan Streetman
32
-197
/
+76
2019-07-16
test-network: drop warn_about_firewalld() as it is not necessary any more
Yu Watanabe
1
-9
/
+0
2019-07-16
test-network: stop firewalld in setUpModule()
Yu Watanabe
1
-7
/
+14
2019-07-16
test-network: add tests for link state file vs resolvectl or timedatectl
Yu Watanabe
2
-0
/
+107
2019-07-16
resolve: fix memleak
Yu Watanabe
1
-0
/
+3
2019-07-16
bash-completion: support ntp-servers and revert command for timedatectl
Yu Watanabe
1
-0
/
+9
2019-07-16
timedatectl: add 'ntp-servers' and 'revert' commands to modify link NTP servers
Yu Watanabe
2
-0
/
+117
2019-07-16
resolvectl: support networkd managed interfaces
Yu Watanabe
2
-150
/
+253
2019-07-16
network: implement DBus methods to set DNS related properties
Yu Watanabe
10
-56
/
+865
2019-07-16
resolve: expose dns_server_address_valid()
Yu Watanabe
5
-18
/
+19
2019-07-16
network: introduce GetLinkByName and GetLinkByIndex bus methods
Yu Watanabe
2
-0
/
+79
[next]