summaryrefslogtreecommitdiff
path: root/dns/transaction.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement new inbound xfr design.xfrBob Halley2020-08-211-5/+18
|
* add effective origin to origin_information()Bob Halley2020-08-201-5/+13
|
* Txns and txn managers have a single RdataClassBob Halley2020-08-191-24/+31
|
* rename masterfile to zonefileBob Halley2020-08-191-1/+1
|
* store reference to manager in all txns; add origin_information()Bob Halley2020-08-181-2/+20
|
* Allow explicit commit/rollback. Prevent multiple txn end. Add txn.changed().Bob Halley2020-08-131-6/+75
|
* set_serial() -> update_serial()Bob Halley2020-08-131-7/+21
|
* Transaction support.Bob Halley2020-08-101-0/+383