Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Flush logs in on-the-pull | Dan Fandrich | 2024-02-12 | 1 | -2/+8 |
| | | | | | | | | | | It's not perfect (logs for requests that are rejected by the server are still buffered) but at least normal requests can be immediately be seen in the logs now. A better approach would be to use a logging function that flushes automatically. Also, wait for the queue thread to complete before exiting so things are left in a clean state. | ||||
* | Switch gitmirror files from templates to files | Dan Fandrich | 2024-01-18 | 3 | -0/+453 |
There are no template substitutions needed in these files, so allowing them opens the danger of substitutions happening unknowingly with future changes to these files. |