summaryrefslogtreecommitdiff
path: root/src/subcommand/server.zig
Commit message (Collapse)AuthorAge
* Cleaner SIGINT handlingRobby Zambito2026-01-06
| | | | | Use a Mutex to wait for the signal handler to fire instead of checking an atomic boolean over and over again.
* Major restructuringRobby Zambito2026-01-06
| | | | This makes things much easier to use as a library
* RestructuringRobby Zambito2026-01-06
Add a bunch of tests for the client