aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-09-08feat: reusable HTTP server runnableLibravatar Terin Stock2-44/+90
Replace the HTTP server runnable with a version derived from controller-runtime's manager, allowing for more than one type of HTTP server to be added.
2023-03-02fix: manager started raceLibravatar Terin Stock1-4/+17
It's possible for there to be a data race where `Add` checks if the manager has started, then proceeds to append to the runnables slice, at the same time that `Start` is progressing towards starting the manager. This results in a data race with the runnables slice. This changeset modifies the manager to use a more traditional locking approach.
2022-11-26add initial version of cgit-httpdLibravatar Terin Stock13-0/+813
2022-11-24initial commitLibravatar Terin Stock0-0/+0