AdGuardHome/internal/home
Eugene Burkov 4fd7fad2e5 Pull request: 2280 dns timeout
Updates #2280.

Squashed commit of the following:

commit d8c6aacb664361a13dde8522de2470dd137bed00
Merge: 84df492b 12f1e4ed
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Tue Jun 15 17:21:41 2021 +0300

    Merge branch 'master' into 2280-dns-timeout

commit 84df492b0134e88e031f586333437f503b90b7ae
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Tue Jun 15 16:49:41 2021 +0300

    home: fix docs & naming

commit af44a86a60ea815ca7100edc34db8acbdcc2cccf
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Tue Jun 15 15:55:12 2021 +0300

    all: imp docs & tests

commit 6ed6599fa0024cc7d14dc7c75ddda62e5179fe00
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Tue Jun 15 15:26:22 2021 +0300

    home: imp duration tests

commit 8fe7cb099dccfce3f9329d7207ef48f488f07e83
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Tue Jun 15 15:04:16 2021 +0300

    all: imp code, docs & tests

commit a989e8a5a6acede0063141cdbfc103b150b33d97
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Sat Jun 12 19:02:23 2021 +0300

    WIP

commit b0362e22040a1d38f81dcc775c5ef6f7d1e94eee
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Sat Jun 12 18:58:09 2021 +0300

    all: imp docs & tests

commit 64b00fd0854f3ddcb0189f3c93f3ffa2a31a98be
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Sat Jun 12 03:44:29 2021 +0300

    home: introduce marshalable duration

commit bfb1a5706c37fcd27bccce4a5aec37dca3cf238b
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Sat Jun 12 01:56:10 2021 +0300

    all: add upstream timeout setting
2021-06-15 17:36:49 +03:00
..
auth.go Pull request: 2826 auth block 2021-04-27 18:56:32 +03:00
auth_test.go Pull request: 2826 auth block 2021-04-27 18:56:32 +03:00
authglinet.go Pull request: replace agherr with golibs' errors 2021-05-24 17:28:11 +03:00
authglinet_test.go Pull request: all: update go and backend tools 2021-05-21 14:55:42 +03:00
authratelimiter.go Pull request: 2280 dns timeout 2021-06-15 17:36:49 +03:00
authratelimiter_test.go Pull request: 2826 auth block 2021-04-27 18:56:32 +03:00
clients.go Pull request: 2280 dns timeout 2021-06-15 17:36:49 +03:00
clients_test.go Pull request: 3166 fix dhcp 2021-06-10 14:54:47 +03:00
clientshttp.go Pull request: home: imp client http api, docs 2021-05-06 16:41:33 +03:00
clientstags.go Pull request: all: fix lint and naming issues vol. 3 2020-12-07 16:04:53 +03:00
config.go Pull request: 2280 dns timeout 2021-06-15 17:36:49 +03:00
control.go Pull request: 3172 fix mobileconfig 2021-06-01 21:06:55 +03:00
control_test.go Pull request: 2639 use testify require vol.4 2021-03-11 17:32:58 +03:00
controlfiltering.go Pull request: 2875 fix client filtering settings 2021-05-24 14:48:42 +03:00
controlinstall.go Pull request: 3172 fix mobileconfig 2021-06-01 21:06:55 +03:00
controlupdate.go Pull request: replace agherr with golibs' errors 2021-05-24 17:28:11 +03:00
dns.go Pull request: 2280 dns timeout 2021-06-15 17:36:49 +03:00
duration.go Pull request: 2280 dns timeout 2021-06-15 17:36:49 +03:00
duration_test.go Pull request: 2280 dns timeout 2021-06-15 17:36:49 +03:00
filter.go Pull request: all: rework file perms 2021-05-28 18:45:11 +03:00
filter_test.go Pull request: home: rm unnecessary func 2021-04-22 14:18:20 +03:00
home.go Pull request: all: support setgid, setuid on unix 2021-06-04 16:35:34 +03:00
i18n.go Pull request: all: update go and backend tools 2021-05-21 14:55:42 +03:00
memory.go Pull request:* all: fix all staticcheck simplification and unused warnings 2020-11-06 12:15:08 +03:00
middlewares.go Pull request: replace agherr with golibs' errors 2021-05-24 17:28:11 +03:00
middlewares_test.go Pull request: all: update go and backend tools 2021-05-21 14:55:42 +03:00
mobileconfig.go Pull request: 3172 fix mobileconfig 2021-06-01 21:06:55 +03:00
mobileconfig_test.go Pull request: 3172 fix mobileconfig 2021-06-01 21:06:55 +03:00
options.go Pull request: all: update go and backend tools 2021-05-21 14:55:42 +03:00
options_test.go Pull request: 2639 use testify require vol.4 2021-03-11 17:32:58 +03:00
rdns.go Pull request: 3184 disable private ptr 2021-05-26 17:55:19 +03:00
rdns_test.go Pull request: 3184 disable private ptr 2021-05-26 17:55:19 +03:00
service.go Pull request: 3172 fix mobileconfig 2021-06-01 21:06:55 +03:00
tls.go Pull request: replace agherr with golibs' errors 2021-05-24 17:28:11 +03:00
upgrade.go Pull request: all: support setgid, setuid on unix 2021-06-04 16:35:34 +03:00
upgrade_test.go Pull request: all: support setgid, setuid on unix 2021-06-04 16:35:34 +03:00
web.go Pull request: 3172 fix mobileconfig 2021-06-01 21:06:55 +03:00
whois.go Pull request: all: fix client upstreams, imp code 2021-05-28 13:02:59 +03:00
whois_test.go Pull request: home: imp whois parse 2021-05-20 14:22:06 +03:00