safing-portmaster/resolver
2021-11-17 14:09:42 +01:00
..
test Add continuous domain test script 2021-01-25 17:11:58 +01:00
api.go Link api endpoints and http handlers to their modules 2021-05-17 14:43:17 +02:00
block-detection.go Add TLS resolver connection reusing and pooling 2020-05-15 22:43:06 +02:00
config.go Improve resolver unfailing 2021-03-29 17:12:47 +02:00
doc.go Fix logging prefixes in resolver package 2020-04-02 17:08:43 +02:00
ipinfo.go Use separate DNSRequestContext struct for adding DNS context to connections 2021-10-19 10:25:49 +02:00
ipinfo_test.go Add scoping to IPInfo 2020-10-14 11:37:50 +02:00
main.go Update and improve events according to new system 2021-05-05 00:29:53 +02:00
main_test.go Add TCP/TLS pipelining dns resolver 2020-06-16 16:07:12 +02:00
namerecord.go Move some Resolver information to ResolverInfo and propagate it 2021-03-20 22:19:27 +01:00
namerecord_test.go Fix tests 2021-04-19 15:11:11 +02:00
resolve.go Implement review suggestions 2021-09-27 14:11:37 +02:00
resolver-env.go Add compatibility assistant module 2021-11-17 14:09:42 +01:00
resolver-mdns.go Implement review suggestions 2021-09-27 14:11:37 +02:00
resolver-plain.go Improve resolver unfailing 2021-03-29 17:12:47 +02:00
resolver-tcp.go Fix hanging dns queries on shutdown 2021-10-14 14:16:30 +02:00
resolver.go Fix resolver unfailing bug 2021-05-05 00:30:25 +02:00
resolver_test.go Move some Resolver information to ResolverInfo and propagate it 2021-03-20 22:19:27 +01:00
resolvers.go Add custom routing for DNS server connections 2021-10-12 16:18:36 +02:00
resolvers_test.go Clean up domain resolving scopes 2020-08-17 16:51:18 +02:00
reverse.go Further logging improvements 2020-09-24 22:44:27 +02:00
reverse_test.go Fix tests 2021-04-19 15:11:11 +02:00
rr_context.go Use separate DNSRequestContext struct for adding DNS context to connections 2021-10-19 10:25:49 +02:00
rrcache.go Use separate DNSRequestContext struct for adding DNS context to connections 2021-10-19 10:25:49 +02:00
rrcache_test.go Fix tests 2021-04-19 15:11:11 +02:00
scopes.go Move some Resolver information to ResolverInfo and propagate it 2021-03-20 22:19:27 +01:00