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
...
*
|
resolve: fix error handling of dns_name_is_valid()
Yu Watanabe
2018-08-06
1
-2
/
+8
|
/
*
resolve: openssl: make dnstls_stream_{write,read}() may return zero
Yu Watanabe
2018-08-03
1
-17
/
+14
*
resolve: fix error handling of SSL_shutdown()
Yu Watanabe
2018-08-03
1
-8
/
+24
*
resolve: fix typo and coding style cleanups
Yu Watanabe
2018-08-02
1
-14
/
+8
*
resolve: clear error queue before calling SSL_*()
Yu Watanabe
2018-08-02
1
-0
/
+6
*
resolve: fix error handling of dns_stream_read()
Yu Watanabe
2018-08-02
1
-2
/
+2
*
Merge pull request #9770 from keszybz/etc-resolved-no-address
Yu Watanabe
2018-08-02
5
-97
/
+224
|
\
|
*
resolved: change error handling for manager_etc_hosts_read()
Zbigniew Jędrzejewski-Szmek
2018-08-01
1
-7
/
+3
|
*
resolved: keep addresses mapped to ::0 in a separate set
Zbigniew Jędrzejewski-Szmek
2018-08-01
3
-21
/
+41
|
*
test-resolved-etc-hosts: add tests for /etc/hosts parsing
Zbigniew Jędrzejewski-Szmek
2018-08-01
4
-16
/
+115
|
*
resolved: put /etc/hosts hashmaps in a structure and pass that around
Zbigniew Jędrzejewski-Szmek
2018-08-01
2
-58
/
+70
*
|
meson: drop parens when appending to list
Zbigniew Jędrzejewski-Szmek
2018-07-31
1
-4
/
+6
|
/
*
resolve: support address with ifname in /etc/hosts
Yu Watanabe
2018-07-31
1
-1
/
+1
*
resolve: use in_addr_data type for storing address
Yu Watanabe
2018-07-31
2
-146
/
+71
*
Merge pull request #9734 from irtimmer/feature/dns-over-tls-openssl
Lennart Poettering
2018-07-30
11
-167
/
+675
|
\
|
*
resolved: TCP Fast Open and TLS Session Tickets for OpenSSL
Iwan Timmer
2018-07-27
5
-18
/
+142
|
*
resolved: basic OpenSSL support for DNS-over-TLS
Iwan Timmer
2018-07-27
7
-5
/
+254
|
*
resolved: set io events after receiving EAGAIN for TLS
Iwan Timmer
2018-07-27
3
-6
/
+25
|
*
resolved: refactor GnuTLS specific code in separate source file
Iwan Timmer
2018-07-27
9
-167
/
+283
*
|
resolve: add option to toggle reading /etc/hosts
Yu Watanabe
2018-07-28
5
-0
/
+7
*
|
resolve: make manager_etc_hosts_read() static
Yu Watanabe
2018-07-28
2
-2
/
+1
|
/
*
resolve: use structured initialization and use new() instead of new0()
Yu Watanabe
2018-07-26
1
-4
/
+6
*
resolve: fix memleak
Yu Watanabe
2018-07-26
1
-1
/
+3
*
resolve: add assert_not_reached()
Yu Watanabe
2018-07-24
1
-0
/
+2
*
test: add more string-table tests in test-resolve-tables
Yu Watanabe
2018-07-23
1
-0
/
+7
*
resolve: define _DNS_SERVER_TYPE_MAX in enum
Yu Watanabe
2018-07-23
1
-1
/
+2
*
tree-wide: drop empty lines in comments
Yu Watanabe
2018-07-23
1
-1
/
+0
*
resolve: voidify sd_event_add_signal() and sd_event_set_watchdog()
Yu Watanabe
2018-07-20
1
-3
/
+3
*
resolve: drop unused slot
Yu Watanabe
2018-07-19
3
-5
/
+1
*
resolvectl: Take empty string argument to clear lists in "dns", "domain" and ...
Filipe Brandenburger
2018-07-17
1
-39
/
+53
*
resolve: use structured initializer
Yu Watanabe
2018-07-12
1
-18
/
+36
*
resolve: unref stream after completion processes
Yu Watanabe
2018-07-12
1
-1
/
+2
*
resolved: fix typo in log message
Zbigniew Jędrzejewski-Szmek
2018-07-03
1
-2
/
+2
*
tree-wide: use instead of #ifdef for HAVE_*
Yu Watanabe
2018-06-29
1
-1
/
+1
*
resolve: update log message
Yu Watanabe
2018-06-29
1
-2
/
+2
*
tree-wide: drop double newline
Yu Watanabe
2018-06-29
8
-8
/
+0
*
tree-wide: drop empty comments
Yu Watanabe
2018-06-29
3
-6
/
+0
*
resolve: warn when our stub listener is disabled but resolv.conf uses it
Yu Watanabe
2018-06-28
3
-1
/
+44
*
resolve: reduce number of conversions between ifname and ifindex
Yu Watanabe
2018-06-27
3
-159
/
+142
*
resolvconf: fixes for the compatibility interface
Filipe Brandenburger
2018-06-27
2
-2
/
+4
*
resolved: assert t->server is set in dns_transaction_emit_tcp.
Filipe Brandenburger
2018-06-25
1
-1
/
+3
*
resolve: drop dead code
Yu Watanabe
2018-06-25
1
-10
/
+6
*
resolve: drop dead code
Yu Watanabe
2018-06-25
1
-7
/
+2
*
resolve: fix return value type of dns_answer_has_dname_for_cname()
Yu Watanabe
2018-06-25
2
-3
/
+2
*
resolve: dns_scope_network_good() does not returns negative errno
Yu Watanabe
2018-06-25
1
-4
/
+1
*
tree-wide: add multiple inclusion guard
Yu Watanabe
2018-06-25
2
-0
/
+2
*
meson: make DNS-over-TLS support optional
Yu Watanabe
2018-06-20
8
-22
/
+27
*
Merge pull request #9348 from keszybz/copyright-removal
Lennart Poettering
2018-06-20
14
-42
/
+0
|
\
|
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
14
-42
/
+0
*
|
resolve: fix log message
Yu Watanabe
2018-06-20
1
-1
/
+1
[prev]
[next]