2
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Jun 26, 2025 — Jun 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #805 from letoams/master More... almost 6 years ago
Do not depend on unversioned libsqlite3.so file More... over 6 years ago
Merge branch 'develop' More... over 7 years ago
Merge pull request #753 from halderen/test/fastupdates More... over 7 years ago
Revert "- remove writing and recovering from backup file" More... over 7 years ago
Merge pull request #752 from halderen/test/fastupdates More... over 7 years ago
Merge remote-tracking branch 'upstream/develop' into test/fastupdates More... over 7 years ago
- fix making distribution More... over 7 years ago
Merge pull request #751 from halderen/test/fastupdates More... over 7 years ago
- Add description about this pre-release - Enable the webservice call More... over 7 years ago
Merge pull request #750 from halderen/test/fastupdates More... over 7 years ago
- complement missing files for distribution More... over 7 years ago
- disable hsm checks because they take too long for a unit test. More... over 7 years ago
Merge branch 'test/fastupdates' of ssh://github.com/halderen/opendnssec into test/fastupdates More... over 7 years ago
- state files now also have file magic string, to keep track of versions - additional configuration file for configuring the periodic tasks of the signer - embedded periodic clean/write tasks in signer process when in opendnssec.conf the parameter signer: output-zonefile-period: is set to 0 every time an output file is written. More... over 7 years ago
- state files now also have file magic string, to keep track of versions - additional configuration file for configuring the periodic tasks of the signer - embedded periodic clean/write tasks in signer process when in opendnssec.conf the parameter signer: output-zonefile-period: is set to 0 every time an output file is written. More... over 7 years ago
- stack trace in string - ignore produced files for testing purposes - corrent macro used in logging to accept logging string without arguments - resolve warnings void * usage - bug in freeing space from marshalled space - better tests for insert/remove and delete fast updates - dispose records no longer in use More... over 7 years ago
- automate setting up the token storage for unit testing More... almost 8 years ago
- add and harmonize copyright preambles More... almost 8 years ago
- remove empty or unused source files More... almost 8 years ago
- remove unused methods More... almost 8 years ago
- implement IXFR and AXFR using intermediate files - warnings missing prototypes. - combine retrieve validupto and validfrom values with testing for being set More... almost 8 years ago
- variable name change and reformat only More... almost 8 years ago
- a bit more protection for when memory is corrupted (janitor) - symplisitic method for changing log level for specific class - rename functions to signeroperations - no longer write ixfr/axfr files at the end of a sign operation these files will only be written when a request comes in, when they can automatically be removed after serving the reqest. ixfr can be produced better now. - restore serial numbers when starting a zone - persist serial numbers when producing a zone - when comparing zones, production against segv when zone is empty / has no soa - partial re-write of commitlog, the problem was that there was no distiction between the case when a view has no reference to the first changelog to process because it currently has done all, or because it had done all, but meanwhile new changelogs were added, which caused it to re-do the current queued changelogs. This should have been unwanted and harmless, dus isn't due to the next issue (where it would re-do its own changelog). - when changing records where the change causes to drop from the main index, it would not find the refernece in the other indices of the view. Also it would not make a distinction between a re-index or remove from a secondary index. More... almost 8 years ago
- make sure the SOA record is the first in a zone output, but also repeated at the end to make it an AXFR. - store and retrieve serial number in persistent state file - make it possible to use marshalling functions to free nested structures More... almost 8 years ago
- building without the enforcer (--disable-enforcer) did not work More... almost 8 years ago
Merge remote-tracking branch 'upstream/develop' into compartmentalization More... almost 8 years ago
- only review records with a minimum expiry time - increment SOA serial number after restart and re-signing - optionally check also SOA record in unit test - print SOA record (and SOA only, not the signatures over it) as first and last record to make it an AXFR. More... almost 8 years ago
- only review records with a minimum expiry time - increment SOA serial number after restart and re-signing - optionally check also SOA record in unit test - print SOA record (and SOA only, not the signatures over it) as first and last record to make it an AXFR. More... almost 8 years ago
- fixes to write state file - add method to validate the content of views - add test to start up with state file - add test to do fast updates - set minimum expiry of recordset structure based on the minimum signature expiration time More... about 8 years ago