Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement primary and secondary role, for replicationv0.5.0 | Linus Nordberg | 2022-06-23 | 1 | -194/+0 |
| | |||||
* | replace glog with sigsum-go's log package | Rasmus Dahlberg | 2022-05-05 | 1 | -2/+2 |
| | |||||
* | change verification_key to public_key | Linus Nordberg | 2022-04-29 | 1 | -1/+1 |
| | | | | Issue: #40 | ||||
* | change 'preimage' to 'message' | Linus Nordberg | 2022-04-29 | 1 | -1/+1 |
| | | | | Issue: #40 | ||||
* | switch to sigsum-go | Rasmus Dahlberg | 2022-04-13 | 1 | -2/+2 |
| | | | | Updates import paths only. | ||||
* | follow SSHSIG changes in lib | Linus Nordberg | 2022-03-28 | 1 | -1/+1 |
| | |||||
* | db: Fix error prone timestamp configurationv0.3.4 | Rasmus Dahlberg | 2021-12-28 | 1 | -1/+2 |
| | | | | | | The timestamp for the latest tree head is now set based on the current UNIX time. This means that there is no longer any reliance on Trillian to move the timestamp forward every 5 minutes, just set -interval=300s. | ||||
* | types: Start using sigsum-lib-go | Rasmus Dahlberg | 2021-12-20 | 1 | -0/+193 |
This commit does not change the way in which the log behaves externally. In other words, all changes are internal and involves renaming and code restructuring. Most notably picking up the refactored sigsum-lib-go. |