Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace glog with sigsum-go's log package | Rasmus Dahlberg | 2022-05-05 | 1 | -9/+9 |
| | |||||
* | rename endpoint get-tree-head-to-sign | Linus Nordberg | 2022-04-28 | 1 | -1/+1 |
| | | | | Reference: https://pad.sigsum.org/p/sigsum-db #11 | ||||
* | switch to sigsum-go | Rasmus Dahlberg | 2022-04-13 | 1 | -1/+1 |
| | | | | Updates import paths only. | ||||
* | rename "a Handler" -> "h Handler" | Rasmus Dahlberg | 2022-04-04 | 1 | -6/+6 |
| | |||||
* | clean-up ServeHTTP method | Rasmus Dahlberg | 2022-04-01 | 1 | -17/+24 |
| | |||||
* | fix non-compliant use of HTTP status code 405 | Rasmus Dahlberg | 2022-04-01 | 1 | -2/+19 |
| | | | | See RFC 7231, ยง6.5.5. | ||||
* | instance: Use the new tree-head endpoints | Rasmus Dahlberg | 2022-01-26 | 1 | -15/+6 |
| | |||||
* | types: Start using sigsum-lib-go | Rasmus Dahlberg | 2021-12-20 | 1 | -0/+169 |
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. |