summaryrefslogtreecommitdiff
path: root/dns/versioned.py
Commit message (Expand)AuthorAgeFilesLines
* Do no raise an assertion getting a nonexistent rdataset without a txn in a ve...2.2Bob Halley2022-03-121-1/+4
* fix various typing issues (typos)Sebastian Wagner2022-01-291-1/+1
* Refactor zone transactions to always use versioned CoW code.zone-refactorBob Halley2021-12-011-200/+19
* remove obsolete change indication code from WritableVersion deletion codeBob Halley2020-09-011-5/+0
* Txns and txn managers have a single RdataClassBob Halley2020-08-191-8/+2
* rename masterfile to zonefileBob Halley2020-08-191-1/+1
* store reference to manager in all txns; add origin_information()Bob Halley2020-08-181-5/+8
* Allow explicit commit/rollback. Prevent multiple txn end. Add txn.changed().Bob Halley2020-08-131-0/+7
* If we rollback a write, release the write txn and wake someone up.Bob Halley2020-08-121-12/+46
* hide versionsBob Halley2020-08-111-19/+20
* lintBob Halley2020-08-111-1/+1
* open versions by id or serial; cleanupsBob Halley2020-08-111-23/+52
* Transaction support.Bob Halley2020-08-101-0/+392