Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-08 | feat: use slog for logging | 5 | -38/+15 | ||
2024-09-08 | feat: add pprof endpoints | 3 | -0/+21 | ||
2024-09-08 | feat: reusable HTTP server runnable | 2 | -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-02 | fix: manager started race | 1 | -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-26 | add initial version of cgit-httpd | 13 | -0/+813 | ||
2022-11-24 | initial commit | 0 | -0/+0 | ||