blocky/resolver
Kwitsch 03131c443c
Refactoring/config struct names (#1315)
* vscode config changed in new version

* FilteringConfig -> Filtering

* CachingConfig -> Caching

* QueryLogConfig -> QueryLog

* MetricsConfig -> Metrics

* HostsFileConfig -> HostsFile

* PortsConfig -> Ports

* BootstrapDNSConfig -> BootstrapDNS

* BootstrappedUpstreamConfig -> BootstrappedUpstream

* bootstrapDNSConfig -> bootstrapDNS

* bootstrappedUpstreamConfig -> bootstrappedUpstream

* SourceLoadingConfig -> SourceLoading

* DownloaderConfig -> Downloader
2023-12-20 15:38:33 -05:00
..
blocking_resolver.go Refactoring Redis (#1271) 2023-11-27 12:08:31 -05:00
blocking_resolver_test.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
bootstrap.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
bootstrap_test.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
caching_resolver.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
caching_resolver_test.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
client_names_resolver.go refactor: embed `Upstreams` in `UpstreamGroup` to make values accessible 2023-11-23 08:45:18 -05:00
client_names_resolver_test.go refactor(config): rename `StartStrategyType` to `InitStrategy` 2023-12-05 20:52:46 -05:00
conditional_upstream_resolver.go refactor: embed `Upstreams` in `UpstreamGroup` to make values accessible 2023-11-23 08:45:18 -05:00
conditional_upstream_resolver_test.go refactor(config): rename `StartStrategyType` to `InitStrategy` 2023-12-05 20:52:46 -05:00
custom_dns_resolver.go CustomDNSConfig -> CustomDNS 2023-11-21 21:35:41 -05:00
custom_dns_resolver_test.go CustomDNSConfig -> CustomDNS 2023-11-21 21:35:41 -05:00
ecs_resolver.go Bugfix in ECS forward (#1290) 2023-12-03 14:29:31 -05:00
ecs_resolver_test.go Bugfix in ECS forward (#1290) 2023-12-03 14:29:31 -05:00
ede_resolver.go refactor: make use of contexts in more places 2023-11-21 12:21:35 -05:00
ede_resolver_test.go refactor: make use of contexts in more places 2023-11-21 12:21:35 -05:00
filtering_resolver.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
filtering_resolver_test.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
fqdn_only_resolver.go refactor: make use of contexts in more places 2023-11-21 12:21:35 -05:00
fqdn_only_resolver_test.go refactor: make use of contexts in more places 2023-11-21 12:21:35 -05:00
hosts_file_resolver.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
hosts_file_resolver_test.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
metrics_resolver.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
metrics_resolver_test.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
mock_udp_upstream_server.go feat: add `upstreams.init.strategy` 2023-12-05 20:52:46 -05:00
mocks_test.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
noop_resolver.go refactor: make use of contexts in more places 2023-11-21 12:21:35 -05:00
noop_resolver_test.go refactor: make use of contexts in more places 2023-11-21 12:21:35 -05:00
parallel_best_resolver.go refactor(config): rename `StartStrategyType` to `InitStrategy` 2023-12-05 20:52:46 -05:00
parallel_best_resolver_test.go refactor(config): rename `StartStrategyType` to `InitStrategy` 2023-12-05 20:52:46 -05:00
query_logging_resolver.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
query_logging_resolver_test.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
resolver.go feat: add `upstreams.init.strategy` 2023-12-05 20:52:46 -05:00
resolver_suite_test.go refactor(tests): use a `const timeout` to simplify race avoidance 2023-12-01 15:53:11 -05:00
resolver_test.go refactor(resolvers): make `Bootstrap` implement `Resolver` 2023-12-05 20:52:46 -05:00
rewriter_resolver.go fix(rewrite): support the case where upstream doesn't echo the question 2023-12-20 10:14:17 -05:00
rewriter_resolver_test.go fix(rewrite): support the case where upstream doesn't echo the question 2023-12-20 10:14:17 -05:00
strict_resolver.go refactor(config): rename `StartStrategyType` to `InitStrategy` 2023-12-05 20:52:46 -05:00
strict_resolver_test.go refactor(config): rename `StartStrategyType` to `InitStrategy` 2023-12-05 20:52:46 -05:00
sudn_resolver.go refactor: make use of contexts in more places 2023-11-21 12:21:35 -05:00
sudn_resolver_test.go refactor: make use of contexts in more places 2023-11-21 12:21:35 -05:00
upstream_resolver.go feat(resolver): race UDP and TCP when connecting upstream 2023-12-19 10:44:19 -05:00
upstream_resolver_test.go feat(resolver): race UDP and TCP when connecting upstream 2023-12-19 10:44:19 -05:00
upstream_tree_resolver.go refactor: embed `Upstreams` in `UpstreamGroup` to make values accessible 2023-11-23 08:45:18 -05:00
upstream_tree_resolver_test.go refactor(config): rename `StartStrategyType` to `InitStrategy` 2023-12-05 20:52:46 -05:00