index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
po
/
sk.po
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-17
in-addr-util: make in_addr_prefix_nth() refuse prefixlen larger than maximum ...
Yu Watanabe
1
-2
/
+3
2021-02-17
in-addr-util: make in_addr_prefix_nth() returns 0 on success
Yu Watanabe
2
-16
/
+14
2021-02-17
network: refuse IPv4 multipath route for IPv6 route
Yu Watanabe
1
-0
/
+11
2021-02-17
network: Route::gw_family may be AF_UNSPEC
Yu Watanabe
1
-2
/
+2
2021-02-17
logs-show: move show_journal_by_unit _BOOT_ID match
Vito Caputo
1
-4
/
+8
2021-02-17
resolved: include NSID support to DNS stub
Lennart Poettering
4
-12
/
+113
2021-02-17
hwdb: Add accel orientation quirk for the Trekstor Surftab Wintron 10.1 ST104...
Hans de Goede
1
-0
/
+4
2021-02-17
condition: add CPUFeature
Giedrius Statkevičius
6
-0
/
+224
2021-02-16
resolve: Fix build for cleanup function (SSL_free + BIO_free)
Benjamin Robin
1
-2
/
+2
2021-02-16
shared: use -EINVAL for _NETDEV_BRIDGE_STATE_INVALID
Benjamin Robin
1
-1
/
+1
2021-02-16
portable: use -EINVAL for _PORTABLE_CHANGE_TYPE_INVALID
Benjamin Robin
1
-1
/
+1
2021-02-16
libsystemd-network: use -EINVAL for _DUID_TYPE_INVALID
Benjamin Robin
1
-1
/
+1
2021-02-16
basic: use -EINVAL for _DUID_TYPE_INVALID
Benjamin Robin
1
-1
/
+1
2021-02-16
shared: Fix _DNS_CACHE_MODE_INVALID value: use -EINVAL
Benjamin Robin
1
-1
/
+1
2021-02-16
shared: use -EINVAL for _UNIT_FILE_CHANGE_TYPE_INVALID
Benjamin Robin
2
-3
/
+3
2021-02-16
shared: use -EINVAL for _EXEC_COMMAND_FLAGS_INVALID
Benjamin Robin
2
-5
/
+7
2021-02-16
basic: use -EINVAL for _MANAGED_OOM_PREFERENCE_INVALID
Benjamin Robin
2
-2
/
+2
2021-02-16
journal-file: fix archiving offline journals
Vito Caputo
1
-2
/
+7
2021-02-16
netlink: introduce sd_netlink_message_has_flag()
Yu Watanabe
2
-5
/
+32
2021-02-16
systemd: don't try to run as user manager when called without any arguments
Zbigniew Jędrzejewski-Szmek
1
-3
/
+7
2021-02-16
man: make clear that sd-journal notifications always come with extra latency
Lennart Poettering
1
-12
/
+12
2021-02-16
logind: Restore chvt as non-root user without polkit
Joshua Watt
6
-54
/
+44
2021-02-16
stat-util: fix dir_is_empty_at without path
Luca Boccassi
1
-5
/
+10
2021-02-16
resolved: unify code for trying a different DNS server
Lennart Poettering
1
-14
/
+32
2021-02-16
resolved: improve log message when retrying a transaction with a different se...
Lennart Poettering
1
-1
/
+6
2021-02-16
resolved: never go below DNSSEC feature level in DNSSEC strict mode
Lennart Poettering
2
-24
/
+50
2021-02-16
resolved: make feature level checks a bit more discriptive
Lennart Poettering
2
-3
/
+6
2021-02-16
resolved: when we can't parse a packet, downgrade feature level
Lennart Poettering
3
-5
/
+48
2021-02-16
netlink: drop sd_rtnl_message_{route,nexthop}_set_family()
Yu Watanabe
2
-36
/
+5
2021-02-16
network: drop unnecessary family setting
Yu Watanabe
1
-4
/
+0
2021-02-16
man: fix indentation
Yu Watanabe
1
-10
/
+9
2021-02-16
resolved: paranoia — ensure DNS reply came over stream we sent it to
Lennart Poettering
1
-1
/
+2
2021-02-16
Adding an explanation for CONFIG_NET requirement (#18600)
heretoenhance
1
-1
/
+1
2021-02-16
netlink: fix assertions
Yu Watanabe
1
-4
/
+15
2021-02-16
netlink: add nexthop related types
Yu Watanabe
1
-0
/
+8
2021-02-16
sd-netlink: add RTA_NH_ID attribute support
Yu Watanabe
1
-1
/
+2
2021-02-16
Rename unit_times_free to unit_times_free_array
Zbigniew Jędrzejewski-Szmek
1
-6
/
+6
2021-02-16
Rename strbuf_cleanup to strbuf_free
Zbigniew Jędrzejewski-Szmek
5
-6
/
+6
2021-02-16
fuzz-systemctl-parse-argv: call static destuctors
Zbigniew Jędrzejewski-Szmek
2
-0
/
+9
2021-02-16
systemctl: use free_and_replace on global variable
Zbigniew Jędrzejewski-Szmek
2
-4
/
+5
2021-02-16
tree-wide: reset the cleaned-up variable in cleanup functions
Zbigniew Jędrzejewski-Szmek
31
-56
/
+66
2021-02-16
tree-wide: return NULL from freeing functions
Zbigniew Jędrzejewski-Szmek
52
-165
/
+154
2021-02-16
resolved: reduce indentation level a bit
Lennart Poettering
1
-14
/
+14
2021-02-16
resolved: let's preferably route reverse lookups for local subnets to matchin...
Lennart Poettering
3
-1
/
+80
2021-02-16
Refactor strv_env_replace() into strv_env_replace_consume()
Zbigniew Jędrzejewski-Szmek
5
-38
/
+24
2021-02-16
shared/exec-util: fix minor memleak
Zbigniew Jędrzejewski-Szmek
1
-8
/
+2
2021-02-16
test-env-util: add tests for the two new functions
Zbigniew Jędrzejewski-Szmek
1
-0
/
+33
2021-02-16
basic/env-util: drop now-unused strv_env_set()
Zbigniew Jędrzejewski-Szmek
3
-48
/
+0
2021-02-16
basic/env-util: add strv_env_assign() helper
Zbigniew Jędrzejewski-Szmek
4
-69
/
+39
2021-02-16
shared/user-record: inline iterator variable declarations
Zbigniew Jędrzejewski-Szmek
1
-9
/
+6
[next]