aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-21Update project documentation for releaseChristopher R. Nelson
hconfig.scm.hall: update copyright HACKING: update build instructions AUTHORS: include self ChangeLog: initial release NEWS: initial release
2024-01-21Add shutdown command, and refactor server implChristopher R. Nelson
zmq: refactor server to functions add shutdown function (end recursion) media: fix bug with missing directories rh-client: support shutdown function rh-server: update to use build variables
2023-06-20fix: correct syntax in guix package definitionsChristopher R. Nelson
2023-06-19feat: more proper build infraChristopher R. Nelson
- scripts should be scripts/command-name.in - tests file shouldn't mismatch style from app
2023-06-19feat: add next, new, and consume functionsChristopher R. Nelson
2023-06-19fix: correct license short-form identifiersChristopher R. Nelson
2023-06-19style: simplify function definitionsChristopher R. Nelson
Removing the implicit (lambda () ...) will make code easier to read, and therefore easier to maintain.
2023-06-18feat: support --version commandChristopher R. Nelson
2023-06-18feat: improve usage of config filesChristopher R. Nelson
2023-06-18Initial ImportChristopher R. Nelson