AdGuardHome/internal/home
Eugene Burkov fffa656758 Pull request: 4722 dhcp http panic
Merge in DNS/adguard-home from 4722-dhcp-http-panic to master

Updates #4722.

Squashed commit of the following:

commit 8a8db48c3bd4f6bb7fabe65b5b7b162f0986fc76
Merge: 39b344f9 b74b92fc
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Sep 13 20:11:23 2022 +0300

    Merge branch 'master' into 4722-dhcp-http-panic

commit 39b344f97180af17ab22041e5655a27bcc99c29e
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Sep 13 18:33:56 2022 +0300

    dhcpd: imp code, fmt

commit a36d70d2c25791b2e657e21d6f4681b33497f0cd
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Sep 13 17:38:17 2022 +0300

    dhcpd: imp names, docs

commit 600d63da7af62de5cb52fc7670ef28c9f4fe95a7
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Sep 13 17:36:17 2022 +0300

    dhcpd: rename files, imp tags

commit 44f5507649db8536a07c4c21c8ad6e4a60ba3f43
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Sep 13 16:40:26 2022 +0300

    dhcpd: add mock

commit cfc3cfb714705067d3aa71a7cb5df4245e091cfd
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Sep 13 16:15:27 2022 +0300

    all: use ptr instead of value

commit ec526c2cf22df3470641296cfc402113c23c3f9b
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Sep 13 14:57:10 2022 +0300

    all: log changes

commit 0eca09f4c72bbdc73a2334c839d7781847ba3962
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Sep 13 14:50:32 2022 +0300

    dhcpd: let v4 be unconfigured

commit 59636e9ff48aea989d7bdfd216b37899b57137d2
Merge: 9238ca0a bc1503af
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Sep 13 14:50:17 2022 +0300

    Merge branch 'master' into 4722-dhcp-http-panic

commit 9238ca0a1e190ddc344f01959f474932809f086a
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Wed Sep 7 18:28:56 2022 +0300

    dhcpd: imp conf

commit 5f801c9be96c2fa735a50373495d8c6ca2914f32
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Sep 6 16:31:13 2022 +0300

    dhcpd: hide behind iface

commit a95c2741a7e3e5bfe8775bf937a3709217b76da0
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Wed Aug 31 16:24:02 2022 +0300

    dhcpd: separate os files
2022-09-13 23:45:35 +03:00
..
auth.go Pull request: filtering: fix rw to subdomain 2021-12-27 19:40:39 +03:00
auth_test.go Pull request: use testutil 2021-10-22 11:58:18 +03:00
authglinet.go Pull request: replace agherr with golibs' errors 2021-05-24 17:28:11 +03:00
authglinet_test.go Pull request: use testutil 2021-10-22 11:58:18 +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: 4722 dhcp http panic 2022-09-13 23:45:35 +03:00
clients_test.go Pull request: 4722 dhcp http panic 2022-09-13 23:45:35 +03:00
clientshttp.go Pull request: 4358 fix stats 2022-08-04 19:05:28 +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: 4722 dhcp http panic 2022-09-13 23:45:35 +03:00
control.go Pull request: 4358 fix stats 2022-08-04 19:05:28 +03:00
control_test.go Pull request: 2639 use testify require vol.4 2021-03-11 17:32:58 +03:00
controlfiltering.go home: imp filtering handling 2022-08-17 20:40:47 +03:00
controlinstall.go Pull request: upd-websvc 2022-08-10 13:39:28 +03:00
controlupdate.go Pull request: home: fix exe path finding 2022-07-11 18:18:17 +03:00
dns.go dnsforward: imp code, fmt 2022-08-29 15:54:41 +03:00
filter.go Pull request: upd-fmt 2022-08-31 18:57:02 +03:00
filter_test.go Pull request: use testutil 2021-10-22 11:58:18 +03:00
home.go Pull request: 4722 dhcp http panic 2022-09-13 23:45:35 +03:00
i18n.go Pull request: add-ar-i18n 2022-08-10 21:03:13 +03:00
middlewares.go Pull request: replace agherr with golibs' errors 2021-05-24 17:28:11 +03:00
middlewares_test.go Pull request: use testutil 2021-10-22 11:58:18 +03:00
mobileconfig.go Pull request: all: replace uuid pkg; upd deps 2022-06-03 15:53:21 +03:00
mobileconfig_test.go Pull request: use testutil 2021-10-22 11:58:18 +03:00
options.go Pull request: 3020 runtime clients sources control 2022-04-26 13:04:16 +03:00
options_test.go Pull request: 4437 depr memory opt 2022-04-06 19:56:39 +03:00
rdns.go Pull request: 3157 excessive ptrs 2022-04-19 15:01:49 +03:00
rdns_test.go Pull request #1558: add-dnssvc 2022-08-16 13:21:25 +03:00
service.go Pull request: upd-fmt 2022-08-31 18:57:02 +03:00
service_linux.go Pull request: Improve build tags 2022-09-13 20:06:23 +03:00
service_openbsd.go Pull request: Improve build tags 2022-09-13 20:06:23 +03:00
service_others.go Pull request: Improve build tags 2022-09-13 20:06:23 +03:00
tls.go Pull request: upd-fmt 2022-08-31 18:57:02 +03:00
upgrade.go Pull request: upd-fmt 2022-08-31 18:57:02 +03:00
upgrade_test.go Pull request: upd-yaml 2022-08-08 15:50:54 +03:00
web.go Pull request: all: imp tls cipher selection 2022-01-26 14:39:34 +03:00
whois.go Pull request: all: replace aghstrings with stringutil 2021-07-29 17:40:31 +03:00
whois_test.go Pull request: all: imp docs, names 2021-06-18 18:13:36 +03:00