index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test-functions
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-22
verity: re-use already open devices if the hashes match
Luca Boccassi
5
-25
/
+174
2020-07-22
dm-util: use CRYPT_DEACTIVATE_DEFERRED instead of ioctl
Luca Boccassi
4
-38
/
+2
2020-07-21
coredump: port to use common add_acls_for_user()
Lennart Poettering
1
-24
/
+4
2020-07-21
acl-util: fix error handling in add_acls_for_user()
Lennart Poettering
1
-4
/
+10
2020-07-21
offline-passwd: use chase_symlinks()
Lennart Poettering
1
-4
/
+10
2020-07-21
update TODO
Lennart Poettering
1
-0
/
+3
2020-07-21
man: update docs with the new functions and other enhancements
Zbigniew Jędrzejewski-Szmek
2
-77
/
+171
2020-07-21
homectl: fix warning about unused function
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2020-07-21
TODO: add entry for XZ
Zbigniew Jędrzejewski-Szmek
1
-1
/
+2
2020-07-21
journal/compress: remove loop in decompress_startswith_zstd()
Zbigniew Jędrzejewski-Szmek
2
-26
/
+19
2020-07-21
journal/compress: fix zstd decompression with capped output size
Zbigniew Jędrzejewski-Szmek
1
-28
/
+30
2020-07-21
journal: use -EPROTONOSUPPORT for unknown compression
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2020-07-21
sd-journal: when enumerating, continue even after an inaccessible field
Zbigniew Jędrzejewski-Szmek
4
-4
/
+45
2020-07-21
user-util: indentation fix
Lennart Poettering
1
-1
/
+1
2020-07-21
core: don't acquire dual timestamp needlessly if we don't need it in .timer h...
Lennart Poettering
1
-8
/
+9
2020-07-21
test: add basic test for clock mapping
Lennart Poettering
1
-0
/
+33
2020-07-21
time-util: rework clock conversion logic
Lennart Poettering
2
-22
/
+66
2020-07-21
update NEWS
Lennart Poettering
1
-0
/
+12
2020-07-21
import: always prefer GNU tar, to avoid cmdline incompatibilities
Lennart Poettering
1
-4
/
+34
2020-07-21
fileio: add brief explanations for flags
Lennart Poettering
1
-5
/
+5
2020-07-21
tree-wide: use READ_FULL_FILE_CONNECT_SOCKET at various places
Lennart Poettering
8
-47
/
+52
2020-07-21
fileio: allow to read base64/hex data as strings
Lennart Poettering
1
-6
/
+14
2020-07-21
fileio: add support for read_full_file() on AF_UNIX stream sockets
Lennart Poettering
3
-9
/
+104
2020-07-21
fileio: add explicit flag for generating world executable warning when readin...
Lennart Poettering
4
-6
/
+7
2020-07-21
udev: drop unnecessary checks
Yu Watanabe
1
-7
/
+3
2020-07-21
udev: save ID_RENAMING= property to database before renaming network interface
Yu Watanabe
1
-5
/
+16
2020-07-21
network: update one log message
Yu Watanabe
1
-1
/
+1
2020-07-21
test: run systemd-dissect and systemd-run with log level debug in TEST-50-DIS...
Luca Boccassi
1
-0
/
+5
2020-07-21
logind: Fix org.freedesktop.login1.set-reboot-to-boot-loader-menu saving to t...
Hans de Goede
1
-2
/
+2
2020-07-21
bus: use bus_log_connect_error to print error message
fangxiuning
11
-21
/
+24
2020-07-20
man: update explanation about the format to specify DNS servers
Yu Watanabe
3
-14
/
+32
2020-07-20
resolvectl: use bus_message_read_in_addr_auto()
Yu Watanabe
1
-50
/
+30
2020-07-20
network, resolve: use bus_message_read_ifindex() or friends
Yu Watanabe
2
-29
/
+14
2020-07-20
util: introduce bus_message_read_ifindex()
Yu Watanabe
2
-0
/
+21
2020-07-20
util: introduce bus_mesage_read_dns_servers()
Yu Watanabe
4
-149
/
+128
2020-07-20
util: introduce helper functions to read in_addr from bus message
Yu Watanabe
3
-0
/
+61
2020-07-20
util: drop duplicated inclusion of sd-bus.h
Yu Watanabe
1
-2
/
+0
2020-07-20
test-network: add tests for DNS= with port number and SNI
Yu Watanabe
2
-6
/
+6
2020-07-20
resolvectl: show DNS servers with port and SNI
Yu Watanabe
1
-39
/
+96
2020-07-20
resolvectl: make DNS servers can be specified with port number and SNI
Yu Watanabe
1
-8
/
+27
2020-07-20
resolve: add DBus properties which support DNS SNI and port number
Yu Watanabe
3
-23
/
+160
2020-07-20
resolve: add DBus method to set DNS server with port number and SNI
Yu Watanabe
3
-32
/
+88
2020-07-20
network: add DBus method to set DNS server with port number and SNI
Yu Watanabe
3
-5
/
+35
2020-07-20
network: save DNS servers specified by DBus interface
Yu Watanabe
1
-4
/
+10
2020-07-20
network: do not save DNS= entries not match link ifindex
Yu Watanabe
1
-3
/
+6
2020-07-20
network: support port number and SNI in [Network] DNS=
Yu Watanabe
8
-54
/
+83
2020-07-20
resolve: read/save port number and SNI from/into link state file
Yu Watanabe
4
-19
/
+48
2020-07-20
resolve: compare port and SNI in dns_server_hash_ops
Yu Watanabe
1
-1
/
+8
2020-07-20
resolve: also compare port and SNI in dns_server_find()
Yu Watanabe
5
-6
/
+13
2020-07-20
resolve: support port specifier in DNS= setting
Yu Watanabe
8
-14
/
+35
[prev]
[next]