Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add metrics for log time and tree sizegregoire/daemon | Grégoire Détrez | 2022-08-23 | 1 | -0/+8 |
| | |||||
* | Add option to change the metrics port | Grégoire Détrez | 2022-08-19 | 1 | -3/+11 |
| | |||||
* | Don't count an already-signed tree-head as an error | Grégoire Détrez | 2022-08-19 | 1 | -1/+6 |
| | |||||
* | Daemonize witness | Grégoire Détrez | 2022-08-19 | 1 | -23/+112 |
| | |||||
* | Change ERR_USAGE exit code | Grégoire Détrez | 2022-06-28 | 1 | -1/+1 |
| | | | | | Cpython already uses exit code 1 for uncaught exception, this uses the vaguely-standardized value of 64 from `os.EX_USAGE` instead. | ||||
* | Catch requests' ConnectionError | Grégoire Détrez | 2022-06-28 | 1 | -3/+12 |
| | | | | | | This is a tentative fix for #44: catch exceptions raised by requests if it cannot connect to the log so that the witness can return the expected exit codes. | ||||
* | Allow --sigkey-file to be a symlink | Grégoire Détrez | 2022-06-28 | 1 | -8/+19 |
| | | | | | Also adds the first tests (using pytest) & a short paragraph to the README on how to run them. | ||||
* | change get-consistency-proof HTTP method to GET | Linus Nordberg | 2022-04-29 | 1 | -3/+2 |
| | | | | Following API changes in log. | ||||
* | s/get-tree-head-to-sign/get-tree-head-to-cosign | Linus Nordberg | 2022-04-28 | 1 | -1/+1 |
| | | | | Following changes in log API. | ||||
* | sign tree head using SSHSIG | Linus Nordberg | 2022-03-25 | 1 | -8/+9 |
| | |||||
* | follow spec wrt tree head age | Linus Nordberg | 2021-12-08 | 1 | -4/+5 |
| | | | | | | Allow for 10s of clock drift too. Bug reported by rgdd. | ||||
* | we're sigsum nowv0.2.1 | Linus Nordberg | 2021-09-14 | 1 | -0/+505 |