aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add transparency-dev/merkleRasmus Dahlberg2024-05-262-0/+3
|
* Use "silentct" instead of "silent-ct" in exampleRasmus Dahlberg2024-05-191-2/+2
|
* Sort options in lexicographical orderRasmus Dahlberg2024-05-191-17/+17
|
* Add force flagRasmus Dahlberg2024-05-191-1/+4
| | | | Currently only overrides the number of workers.
* Free up -f so that it can be used for forceRasmus Dahlberg2024-05-192-12/+13
|
* fix: Add loop in feedback's RunForeverRasmus Dahlberg2024-05-171-5/+7
| | | | This fixes the issue of the monitor stopping after the second pull.
* Set /usr/local as default prefixRasmus Dahlberg2024-05-172-2/+2
|
* Don't encourage building with root privilegesRasmus Dahlberg2024-05-172-1/+5
|
* Add man pages and installer MakefileRasmus Dahlberg2024-05-1615-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 sizeRasmus Dahlberg2024-05-161-1/+1
|
* Use serial number as unique certificate IDRasmus Dahlberg2024-05-161-3/+8
|
* ci: Run go fmt/test/vetRasmus Dahlberg2024-05-161-0/+16
|
* Fix nits spotted by go vetRasmus Dahlberg2024-05-167-18/+19
|
* Link authoritative git repositoryRasmus Dahlberg2024-05-141-1/+1
|
* Drop unsued contrib/ for nowRasmus Dahlberg2024-01-081-3/+0
|
* Set larger shutdown timeoutRasmus Dahlberg2024-01-081-1/+1
|
* Change notice -> debug print for shutdown noticeRasmus Dahlberg2024-01-081-1/+1
|
* Set larger chunk size defaultRasmus Dahlberg2024-01-081-1/+1
|
* Fix so that go install works for rgdd.se/silent-ctRasmus Dahlberg2024-01-081-3/+0
|
* Use one worker per log as the defaultRasmus Dahlberg2024-01-081-2/+2
|
* Configure logger using the -o optionRasmus Dahlberg2024-01-081-1/+8
|
* Bring introductory documentation up to speedRasmus Dahlberg2024-01-082-91/+80
|
* Add drafty prototypeRasmus Dahlberg2024-01-0745-1506/+2195
|
* Describe HTTP APIRasmus Dahlberg2023-12-251-6/+27
|
* Fix typosRasmus Dahlberg2023-12-251-2/+2
|
* Update design and write a brief introductionRasmus Dahlberg2023-12-252-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 fileRasmus Dahlberg2023-12-251-0/+0
|
* Remove .swp fileRasmus Dahlberg2023-12-171-0/+0
| | | | Ops.
* Drafty server package to receive node requestsRasmus Dahlberg2023-12-179-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 skeletonRasmus Dahlberg2023-12-1022-60/+1530
|
* Add drafty READMERasmus Dahlberg2023-12-021-2/+112
| | | | Serves as a mock-up of what to implement.
* Initial commitRasmus Dahlberg2023-12-025-0/+58