summaryrefslogtreecommitdiff
path: root/dns/versioned.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Don't allow pruning to prune any version >= the version of an active reader. (This isn't a bug fix as the reader was safe before, but this ensures that the reader can open a successor version if needed.)
* 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