mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #18] [MERGED] Persistence #1194
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#1194
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/18
Author: @bluejekyll
Created: 6/17/2016
Status: ✅ Merged
Merged: 6/17/2016
Merged by: @bluejekyll
Base:
master← Head:persistence📝 Commits (6)
27b755dinitial SQLite integration574413aiterable Journalb310402journal recovery validated6ea49e9validation of journaling adds and deletes0f479fdjournal recovery in named8defdc6updated journal documentation📊 Changes
26 files changed (+957 additions, -214 deletions)
View changed files
📝
CHANGELOG.md(+11 -0)📝
Cargo.lock(+41 -0)📝
Cargo.toml(+2 -0)📝
copyright.txt(+1 -1)📝
src/authority/authority.rs(+188 -18)📝
src/authority/mod.rs(+2 -0)➕
src/authority/persistence.rs(+348 -0)📝
src/authority/rr_set.rs(+14 -17)📝
src/config/mod.rs(+3 -1)📝
src/config/test/example.toml(+31 -22)📝
src/config/test/mod.rs(+5 -5)📝
src/error/mod.rs(+3 -0)➕
src/error/persistence_error.rs(+57 -0)📝
src/lib.rs(+2 -0)📝
src/named.rs(+85 -12)📝
src/rr/domain.rs(+1 -1)📝
src/rr/rdata/dnskey.rs(+1 -1)📝
src/rr/rdata/sig.rs(+1 -1)📝
src/rr/rdata/txt.rs(+2 -2)📝
src/rr/record_data.rs(+1 -1)...and 6 more files
📄 Description
This is the set of persistence changes for journaling dynamic updates and recovering them on restart.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.