index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: call find_program() once and reuse the variable everywhere
Zbigniew Jędrzejewski-Szmek
2021-05-14
8
-31
/
+26
*
Merge pull request #19590 from keszybz/comments-and-service-modernization
Yu Watanabe
2021-05-13
6
-35
/
+26
|
\
|
*
core/service: modernization
Zbigniew Jędrzejewski-Szmek
2021-05-12
1
-12
/
+9
|
*
test-bpf-foreign-programs: fix message
Zbigniew Jędrzejewski-Szmek
2021-05-12
1
-1
/
+1
|
*
sd-event: tweak comments
Zbigniew Jędrzejewski-Szmek
2021-05-12
1
-4
/
+3
|
*
timedated: make ntp_synced() static
Zbigniew Jędrzejewski-Szmek
2021-05-12
3
-18
/
+13
*
|
Merge pull request #19567 from poettering/ipv4-ipv6-lowercase
Zbigniew Jędrzejewski-Szmek
2021-05-12
9
-35
/
+48
|
\
\
|
*
|
cgroup: drop explicit NULL comparisons
Lennart Poettering
2021-05-11
1
-1
/
+1
|
*
|
tree-wide: move variables to innermost scope
Lennart Poettering
2021-05-11
1
-3
/
+1
|
*
|
tree-wide: use af_to_ipv4_ipv6() + af_from_ipv4_ipv6() helpers at various places
Lennart Poettering
2021-05-11
6
-27
/
+27
|
*
|
af-list: add helpers mapping AF_INET/AF_INET6 to "ipv4"/"ipv6"
Lennart Poettering
2021-05-11
2
-0
/
+15
|
*
|
socket-bind: use lowercase "ipv4"/"ipv6" spelling
Lennart Poettering
2021-05-11
5
-14
/
+14
*
|
|
resolved.conf.in: add missing Quad9 servers
Michael Catanzaro
2021-05-12
1
-1
/
+1
*
|
|
resolved: be more careful with weird links with low MTUs
Lennart Poettering
2021-05-12
1
-4
/
+13
*
|
|
Merge pull request #19533 from yuwata/network-queue
Zbigniew Jędrzejewski-Szmek
2021-05-12
29
-1150
/
+2118
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
network: make route_configure() return all created routes
Yu Watanabe
2021-05-12
1
-12
/
+38
|
*
|
network: make log_route_debug() show multipath routes and Gateway=_dhcp4 or _...
Yu Watanabe
2021-05-12
1
-6
/
+27
|
*
|
network: use request queue to configure addresses, routes, and nexthops
Yu Watanabe
2021-05-12
16
-572
/
+896
|
*
|
network: use request queue to configure neighbors
Yu Watanabe
2021-05-12
6
-36
/
+94
|
*
|
network: use request queue to configure routing policy rules
Yu Watanabe
2021-05-12
8
-63
/
+144
|
*
|
network: introduce link_is_ready_to_configure() helper function
Yu Watanabe
2021-05-12
2
-0
/
+21
|
*
|
network: add skeleton of request queue
Yu Watanabe
2021-05-12
6
-2
/
+192
|
*
|
network: nexthop: add NextHop object before sending netlink request
Yu Watanabe
2021-05-12
1
-6
/
+6
|
*
|
network: split out common part of route or address handlers
Yu Watanabe
2021-05-12
8
-171
/
+155
|
*
|
network: change order of dropping network configs
Yu Watanabe
2021-05-12
1
-8
/
+8
|
*
|
network: simplify and rename routing_policy_rule_copy()
Yu Watanabe
2021-05-12
1
-38
/
+20
|
*
|
network: introduce route_dup()
Yu Watanabe
2021-05-12
2
-0
/
+39
|
*
|
sd-netlink: introduce multipath_route_dup()
Yu Watanabe
2021-05-12
2
-0
/
+31
|
*
|
network: introduce manager_address_is_reachable()
Yu Watanabe
2021-05-12
2
-0
/
+41
|
*
|
network: introduce link_has_route()
Yu Watanabe
2021-05-12
2
-5
/
+68
|
*
|
network: delay resolving interface specifier in MultiPathRoute=
Yu Watanabe
2021-05-12
3
-29
/
+53
|
*
|
network: introduce manager_has_address()
Yu Watanabe
2021-05-12
2
-0
/
+58
|
*
|
ordered-set: introduce ordered_set_clear/free_with_destructor()
Yu Watanabe
2021-05-12
1
-0
/
+11
|
*
|
hashmap,set: make hashmap_clear_with_destructor() or friends safer
Yu Watanabe
2021-05-12
2
-23
/
+20
|
*
|
network: use IPV4_ADDRESS_FMT_STR/VAL macros and in6_addr_to_string() or friends
Yu Watanabe
2021-05-12
5
-128
/
+121
|
*
|
in-addr-util: move IPV4_ADDRESS_FMT_STR/VAL macros from networkd-address.h
Yu Watanabe
2021-05-12
2
-7
/
+7
|
*
|
in-addr-util: introduce in6_addr_to_string() or friends
Yu Watanabe
2021-05-12
1
-0
/
+6
|
*
|
network: use in6_addr_is_link_local() or friends
Yu Watanabe
2021-05-12
1
-4
/
+4
|
*
|
network: rename routing_policy_rule_configure_internal() and make it take cal...
Yu Watanabe
2021-05-12
1
-55
/
+62
|
*
|
network: make nexthop_configure() take callback
Yu Watanabe
2021-05-12
1
-33
/
+39
|
*
|
network: make neighbor_configure() take callback
Yu Watanabe
2021-05-12
1
-30
/
+35
|
|
/
*
|
Merge pull request #18986 from poettering/oomd-varlink-fix
Zbigniew Jędrzejewski-Szmek
2021-05-12
2
-26
/
+11
|
\
\
|
*
|
core: don't accidentally unref a varlink connection twice
Lennart Poettering
2021-05-11
1
-2
/
+5
|
*
|
Revert "varlink: avoid using dangling ref in varlink_close_unref()"
Lennart Poettering
2021-05-11
1
-24
/
+6
|
|
/
*
|
Merge pull request #19506 from xnox/ship-stub-elf
Zbigniew Jędrzejewski-Szmek
2021-05-12
1
-19
/
+22
|
\
\
|
*
|
meson: rework test-efi-disk.img creation to not require variables
Zbigniew Jędrzejewski-Szmek
2021-05-10
1
-21
/
+20
|
*
|
boot/efi: add --build-id=sha1 to ELF efi objects
Dimitri John Ledkov
2021-05-10
1
-0
/
+1
|
*
|
boot/efi: install ELF linux.elf.stub in addition to PE linux.efi.stub
Dimitri John Ledkov
2021-05-10
1
-4
/
+7
*
|
|
Merge pull request #19581 from yuwata/specifier-refuse-too-long-results
Lennart Poettering
2021-05-12
22
-135
/
+169
|
\
\
\
|
*
|
|
tree-wide: refuse too long strings earlier in specifier_printf()
Yu Watanabe
2021-05-12
15
-88
/
+113
[next]