aboutsummaryrefslogtreecommitdiff
path: root/pkg/instance/handler.go
Commit message (Collapse)AuthorAgeFilesLines
* implement primary and secondary role, for replicationv0.5.0Linus Nordberg2022-06-231-184/+0
|
* replace glog with sigsum-go's log packageRasmus Dahlberg2022-05-051-9/+9
|
* rename endpoint get-tree-head-to-signLinus Nordberg2022-04-281-1/+1
| | | | Reference: https://pad.sigsum.org/p/sigsum-db #11
* switch to sigsum-goRasmus Dahlberg2022-04-131-1/+1
| | | | Updates import paths only.
* rename "a Handler" -> "h Handler"Rasmus Dahlberg2022-04-041-6/+6
|
* clean-up ServeHTTP methodRasmus Dahlberg2022-04-011-17/+24
|
* fix non-compliant use of HTTP status code 405Rasmus Dahlberg2022-04-011-2/+19
| | | | See RFC 7231, ยง6.5.5.
* instance: Use the new tree-head endpointsRasmus Dahlberg2022-01-261-15/+6
|
* types: Start using sigsum-lib-goRasmus Dahlberg2021-12-201-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.