index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
resolve
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #29586 from poettering/read-stripped-line
Luca Boccassi
2023-10-17
3
-22
/
+17
|
\
|
*
tree-wide: port various parsers over to read_stripped_line()
Lennart Poettering
2023-10-17
3
-22
/
+17
*
|
meson: add build option for install path of main config files
Franck Bui
2023-10-17
1
-1
/
+1
*
|
Merge pull request #29242 from fbuihuu/update-main-config-file-headers
Zbigniew Jędrzejewski-Szmek
2023-10-17
1
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
config files: update their header to reflect that they can be installed in /usr
Franck Bui
2023-09-21
1
-3
/
+5
*
|
resolve: fix no mDNS announcement after probing
Vishal Chillara Srinivas
2023-10-16
1
-1
/
+1
*
|
tree-wide: make all our Varlink APIs introspectable
Lennart Poettering
2023-10-06
1
-0
/
+10
*
|
resolve: tolerate merging a zero-ttl RR and a nonzero-ttl RR if not mDNS
Benjamin Peterson
2023-10-02
4
-16
/
+32
*
|
resolved: register ipv4only.arpa are private domain
Bertrand Jacquin
2023-09-28
1
-1
/
+9
*
|
Merge pull request #29296 from keszybz/make-cryptsetup-offical-and-add-docs
Luca Boccassi
2023-09-27
1
-0
/
+1
|
\
\
|
*
|
meson: add comments to compat symlinks
Zbigniew Jędrzejewski-Szmek
2023-09-26
1
-0
/
+1
|
|
/
*
|
resolved: rename varlink function to match exposed method name
Lennart Poettering
2023-09-25
1
-2
/
+2
*
|
resolved: also expose interface index in server JSON data
Lennart Poettering
2023-09-25
2
-3
/
+15
|
/
*
treewide: fix typos
Joerg Behrmann
2023-09-19
1
-1
/
+1
*
Revert "tree-wide: Mount file descriptors via /proc/<pid>/fd"
Lennart Poettering
2023-09-08
1
-2
/
+1
*
tree-wide: use json_variant_append_arrayb() at many places
Lennart Poettering
2023-08-24
3
-26
/
+18
*
various: use _NEG_ macros to reduce indentation
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-14
/
+9
*
tree-wide: use cocinnelle to apply _NEG_ macros
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-1
/
+1
*
resolved: fixed bugs reported in varlink statistics (#28796)
Kiran Vemula
2023-08-15
6
-59
/
+43
*
tree-wide: Always include <net/if.h> before related linux headers
Daan De Meyer
2023-08-14
1
-1
/
+2
*
Merge pull request #28727 from yuwata/proc-cmdline-cleanups
Luca Boccassi
2023-08-09
1
-2
/
+10
|
\
|
*
tree-wise: drop unnecessary use of proc_cmdline_key_streq()
Yu Watanabe
2023-08-08
1
-2
/
+3
|
*
resolve: ignore nameserver= and domain= kernel command line options without v...
Yu Watanabe
2023-08-08
1
-0
/
+7
*
|
meson: use install_emptydir() and drop meson-make-symlink.sh
Yu Watanabe
2023-08-08
1
-7
/
+8
|
/
*
openssl: add rsa_pkey_new(), rsa_pkey_from_n_e(), rsa_pkey_to_n_e()
Dan Streetman
2023-08-04
1
-1
/
+1
*
meson: also merge declarations of fuzzers with other executables
Yu Watanabe
2023-08-03
1
-25
/
+13
*
meson: merge declarations of normal and test executables
Yu Watanabe
2023-08-03
1
-50
/
+48
*
meson: move declarations of resolved and friends
Yu Watanabe
2023-07-31
1
-2
/
+40
*
resolvectl: initialize the server state
Frantisek Sumsal
2023-07-31
1
-1
/
+1
*
resolve: initialize 'current' when SD_RESOLVED_NO_STALE is set
Yu Watanabe
2023-07-31
1
-2
/
+3
*
resolved: added show-server-state verb and DumpStatistics varlink method
Kiran Vemula
2023-07-30
9
-57
/
+494
*
Merge pull request #28428 from ldv-alt/ERRNO_IS
Luca Boccassi
2023-07-30
1
-1
/
+1
|
\
|
*
resolved: cleanup use of ERRNO_IS_DISCONNECT()
Dmitry V. Levin
2023-07-28
1
-1
/
+1
*
|
Drop split-usr and unmerged-usr support
Luca Boccassi
2023-07-28
1
-1
/
+1
|
/
*
test-resolved-stream: Use a random port number
Daan De Meyer
2023-07-18
1
-1
/
+2
*
resolved: fix use of ERRNO_IS_DISCONNECT()
Dmitry V. Levin
2023-07-16
1
-15
/
+12
*
resolved: fix the canonical name returned by hosts lookup by name
Dmitry V. Levin
2023-07-14
1
-5
/
+39
*
resolved: fix the canonical name returned by hosts lookup by address
Dmitry V. Levin
2023-07-14
1
-10
/
+23
*
resolved: keep track of first names listed for each address in /etc/hosts
Dmitry V. Levin
2023-07-14
3
-3
/
+33
*
treewide: fix "an" before consonant U sounds
Joerg Behrmann
2023-07-06
2
-2
/
+2
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-1
/
+1
*
replace basename() with path_extract_filename() in resolved-resolv-conf.c (#2...
Steven Luo
2023-06-27
1
-1
/
+7
*
Merge pull request #27843 from yuwata/usleep_safe
Lennart Poettering
2023-06-23
1
-1
/
+1
|
\
|
*
time-util: introduce usleep_safe()
Yu Watanabe
2023-06-22
1
-1
/
+1
*
|
resolved: if ipv6 is off patch hostname→address query with unspec family to...
Lennart Poettering
2023-06-23
1
-0
/
+6
|
/
*
resolved: Initialize until_valid while storing negative/NXDOMAIN response in...
Kiran Vemula
2023-06-16
1
-1
/
+1
*
resolved: added serve stale feature implementation of RFC 8767
Kiran Vemula
2023-06-16
12
-19
/
+92
*
resolvectl: fix double free issue
Lennart Poettering
2023-06-14
1
-1
/
+1
*
Merge pull request #28012 from poettering/resolvectl-dump-cache
Lennart Poettering
2023-06-14
8
-32
/
+327
|
\
|
*
resolvectl: add resolvectl command for dumping cache contents
Lennart Poettering
2023-06-12
1
-0
/
+153
[next]