summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-01Release v1.12.1v1.12.1Brent Baude
2024-08-01Updated release notes for 1.12.1Brent Baude
2024-08-01Merge pull request #493 from baude/categoriesopenshift-merge-bot[bot]
2024-08-01Change av cargo categoriesBrent Baude
2024-08-01Merge pull request #492 from baude/releasev1.12.0openshift-merge-bot[bot]
2024-08-01Bump to 1.13.0-devBrent Baude
2024-08-01Release 1.12.0v1.12.0Brent Baude
2024-08-01Release notes for 1.12Brent Baude
2024-08-01Merge pull request #489 from Luap99/enoentopenshift-merge-bot[bot]
2024-07-31config: ignore enoent errors while reading configsPaul Holzinger
2024-07-31Merge pull request #465 from lsm5/tmt-rawhide-dnfopenshift-merge-bot[bot]
2024-07-31Merge pull request #490 from Luap99/cargo-updateopenshift-merge-bot[bot]
2024-07-31Merge pull request #480 from Luap99/reworkopenshift-merge-bot[bot]
2024-07-31run cargo updatePaul Holzinger
2024-07-30Merge pull request #488 from Luap99/resolversopenshift-merge-bot[bot]
2024-07-29update upsteam resolvers on each refreshPaul Holzinger
2024-07-29Merge pull request #484 from Luap99/tcpopenshift-merge-bot[bot]
2024-07-29Merge pull request #486 from containers/renovate/syslog-7.xopenshift-merge-bot[bot]
2024-07-29fix(deps): update rust crate syslog to v7renovate[bot]
2024-07-29Merge pull request #487 from containers/renovate/tokio-1.xopenshift-merge-bot[bot]
2024-07-27fix(deps): update rust crate tokio to 1.39.2renovate[bot]
2024-07-26add tcp support for forwardingPaul Holzinger
2024-07-26add tcp listening supportPaul Holzinger
2024-07-26test: add new test to check for startup errorPaul Holzinger
2024-07-26return bind error to caller on first startPaul Holzinger
2024-07-26add our own error type and use it over anyhowPaul Holzinger
2024-07-25Merge pull request #483 from Luap99/more-cleanupsopenshift-merge-bot[bot]
2024-07-25server: use anyhow to wrap parse_configs errorPaul Holzinger
2024-07-25server: split out main loop into new functionPaul Holzinger
2024-07-25main: remove aardvark-dns error prefixPaul Holzinger
2024-07-25coredns: remove unnecessary try_join! callPaul Holzinger
2024-07-25coredns: drop pointless name varPaul Holzinger
2024-07-25serve: read nameservers oncePaul Holzinger
2024-07-25Merge pull request #481 from Luap99/bind-erropenshift-merge-bot[bot]
2024-07-25replace signal-hook with tokio::signalPaul Holzinger
2024-07-25serve: fix broken error loggingPaul Holzinger
2024-07-25server: improve parent <-> child error handlingPaul Holzinger
2024-07-23Merge pull request #479 from containers/renovate/tokio-1.xopenshift-merge-bot[bot]
2024-07-23add some basic perf check scriptPaul Holzinger
2024-07-23fix(deps): update rust crate tokio to 1.39.0renovate[bot]
2024-07-23Merge pull request #478 from Luap99/reworkopenshift-merge-bot[bot]
2024-07-23coredns: create reply_ip() functionPaul Holzinger
2024-07-23coredns: match dns type explicitlyPaul Holzinger
2024-07-23server: use only one tokio runtimePaul Holzinger
2024-07-23coredns: improve indentation for process_message()Paul Holzinger
2024-07-23coredns: move upstream resolvers detection laterPaul Holzinger
2024-07-23coredns: do not clone senderPaul Holzinger
2024-07-23read AARDVARK_NO_PROXY oncePaul Holzinger
2024-07-23coredns: move main code out of select!Paul Holzinger
2024-07-22Merge pull request #477 from Luap99/reworkopenshift-merge-bot[bot]