| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove obsolete change indication code from WritableVersion deletion code | Bob Halley | 2020-09-01 | 1 | -5/+0 |
| | | |||||
| * | Txns and txn managers have a single RdataClass | Bob Halley | 2020-08-19 | 1 | -8/+2 |
| | | |||||
| * | rename masterfile to zonefile | Bob Halley | 2020-08-19 | 1 | -1/+1 |
| | | |||||
| * | store reference to manager in all txns; add origin_information() | Bob Halley | 2020-08-18 | 1 | -5/+8 |
| | | |||||
| * | Allow explicit commit/rollback. Prevent multiple txn end. Add txn.changed(). | Bob Halley | 2020-08-13 | 1 | -0/+7 |
| | | |||||
| * | If we rollback a write, release the write txn and wake someone up. | Bob Halley | 2020-08-12 | 1 | -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 versions | Bob Halley | 2020-08-11 | 1 | -19/+20 |
| | | |||||
| * | lint | Bob Halley | 2020-08-11 | 1 | -1/+1 |
| | | |||||
| * | open versions by id or serial; cleanups | Bob Halley | 2020-08-11 | 1 | -23/+52 |
| | | |||||
| * | Transaction support. | Bob Halley | 2020-08-10 | 1 | -0/+392 |
