blocky/resolver
Dimitri Herzog 73bc60cb22
feat: reduce DNS response cache memory consumption (#1196)
---------

Co-authored-by: ThinkChaos <ThinkChaos@users.noreply.github.com>
2023-10-10 17:56:11 -04:00
..
blocking_resolver.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
blocking_resolver_test.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
bootstrap.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
bootstrap_test.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
caching_resolver.go feat: reduce DNS response cache memory consumption (#1196) 2023-10-10 17:56:11 -04:00
caching_resolver_test.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
client_names_resolver.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
client_names_resolver_test.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
conditional_upstream_resolver.go fix: conditional resolver panics on response without question (#1148) 2023-09-16 11:51:32 +02:00
conditional_upstream_resolver_test.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
custom_dns_resolver.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
custom_dns_resolver_test.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
ede_resolver.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
ede_resolver_test.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
filtering_resolver.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
filtering_resolver_test.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
fqdn_only_resolver.go refactor: configuration rework (usage and printing) (#920) 2023-03-12 22:14:10 +01:00
fqdn_only_resolver_test.go refactor: configuration rework (usage and printing) (#920) 2023-03-12 22:14:10 +01:00
hosts_file_resolver.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
hosts_file_resolver_test.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
metrics_resolver.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
metrics_resolver_test.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
mock_udp_upstream_server.go Added gofumpt (#805) 2022-12-26 22:11:45 +01:00
mocks_test.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
noop_resolver.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
noop_resolver_test.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
parallel_best_resolver.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
parallel_best_resolver_test.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
query_logging_resolver.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
query_logging_resolver_test.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
resolver.go feat: API-first approach for REST interface (#1129) 2023-09-09 19:30:55 +02:00
resolver_suite_test.go chore: test cleanup and refactoring (#509) 2022-05-06 22:34:08 +02:00
resolver_test.go refactor: pass context for goroutine shutdown (#1187) 2023-10-07 16:21:40 -04:00
rewriter_resolver.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
rewriter_resolver_test.go refactor: configuration rework (usage and printing) (#920) 2023-03-12 22:14:10 +01:00
strict_resolver.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
strict_resolver_test.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
sudn_resolver.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
sudn_resolver_test.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
upstream_resolver.go refactor(config): allow more configuration for `upstreams` 2023-08-01 15:01:40 -04:00
upstream_resolver_test.go refactor: configuration rework (usage and printing) (#920) 2023-03-12 22:14:10 +01:00
upstream_tree_resolver.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
upstream_tree_resolver_test.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00