Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use "silentct" instead of "silent-ct" in example | Rasmus Dahlberg | 2024-05-19 | 1 | -2/+2 |
| | |||||
* | Sort options in lexicographical order | Rasmus Dahlberg | 2024-05-19 | 1 | -17/+17 |
| | |||||
* | Add force flag | Rasmus Dahlberg | 2024-05-19 | 1 | -1/+4 |
| | | | | Currently only overrides the number of workers. | ||||
* | Free up -f so that it can be used for force | Rasmus Dahlberg | 2024-05-19 | 2 | -12/+13 |
| | |||||
* | fix: Add loop in feedback's RunForever | Rasmus Dahlberg | 2024-05-17 | 1 | -5/+7 |
| | | | | This fixes the issue of the monitor stopping after the second pull. | ||||
* | Set /usr/local as default prefix | Rasmus Dahlberg | 2024-05-17 | 2 | -2/+2 |
| | |||||
* | Don't encourage building with root privileges | Rasmus Dahlberg | 2024-05-17 | 2 | -1/+5 |
| | |||||
* | Add man pages and installer Makefile | Rasmus Dahlberg | 2024-05-16 | 15 | -62/+198 |
| | | | | | | Includes renaming of the tools, part one of trying to simplify terminology and letting go of "node" and "moon". Improving the terminology was suggested by Martin H a while back, thank you. | ||||
* | Reduce default chunk size | Rasmus Dahlberg | 2024-05-16 | 1 | -1/+1 |
| | |||||
* | Use serial number as unique certificate ID | Rasmus Dahlberg | 2024-05-16 | 1 | -3/+8 |
| | |||||
* | ci: Run go fmt/test/vet | Rasmus Dahlberg | 2024-05-16 | 1 | -0/+16 |
| | |||||
* | Fix nits spotted by go vet | Rasmus Dahlberg | 2024-05-16 | 7 | -18/+19 |
| | |||||
* | Link authoritative git repository | Rasmus Dahlberg | 2024-05-14 | 1 | -1/+1 |
| | |||||
* | Drop unsued contrib/ for now | Rasmus Dahlberg | 2024-01-08 | 1 | -3/+0 |
| | |||||
* | Set larger shutdown timeout | Rasmus Dahlberg | 2024-01-08 | 1 | -1/+1 |
| | |||||
* | Change notice -> debug print for shutdown notice | Rasmus Dahlberg | 2024-01-08 | 1 | -1/+1 |
| | |||||
* | Set larger chunk size default | Rasmus Dahlberg | 2024-01-08 | 1 | -1/+1 |
| | |||||
* | Fix so that go install works for rgdd.se/silent-ct | Rasmus Dahlberg | 2024-01-08 | 1 | -3/+0 |
| | |||||
* | Use one worker per log as the default | Rasmus Dahlberg | 2024-01-08 | 1 | -2/+2 |
| | |||||
* | Configure logger using the -o option | Rasmus Dahlberg | 2024-01-08 | 1 | -1/+8 |
| | |||||
* | Bring introductory documentation up to speed | Rasmus Dahlberg | 2024-01-08 | 2 | -91/+80 |
| | |||||
* | Add drafty prototype | Rasmus Dahlberg | 2024-01-07 | 45 | -1506/+2195 |
| | |||||
* | Describe HTTP API | Rasmus Dahlberg | 2023-12-25 | 1 | -6/+27 |
| | |||||
* | Fix typos | Rasmus Dahlberg | 2023-12-25 | 1 | -2/+2 |
| | |||||
* | Update design and write a brief introduction | Rasmus Dahlberg | 2023-12-25 | 2 | -3/+119 |
| | | | | | | Credit: much good input from Filippo Valsorda in the cleaned up version of this design draft, e.g., including use of HMAC and that there may be dragons wrt. to any potential filtering on the NotBefore timestamp. | ||||
* | Rename file | Rasmus Dahlberg | 2023-12-25 | 1 | -0/+0 |
| | |||||
* | Remove .swp file | Rasmus Dahlberg | 2023-12-17 | 1 | -0/+0 |
| | | | | Ops. | ||||
* | Drafty server package to receive node requests | Rasmus Dahlberg | 2023-12-17 | 9 | -47/+222 |
| | | | | | curl http://localhost:2009/get-status curl -X POST --data-binary @/home/rgdd/fullchain.pem -u node_a:aaaa http://localhost:2009/add-chain | ||||
* | Add drafty skeleton | Rasmus Dahlberg | 2023-12-10 | 22 | -60/+1530 |
| | |||||
* | Add drafty README | Rasmus Dahlberg | 2023-12-02 | 1 | -2/+112 |
| | | | | Serves as a mock-up of what to implement. | ||||
* | Initial commit | Rasmus Dahlberg | 2023-12-02 | 5 | -0/+58 |