| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added worker pools to local runners | Stefan Boberg | 12 days | 1 | -1/+2 |
| | | |||||
| * | windows: ensure process exit code is tracked | Stefan Boberg | 12 days | 1 | -0/+1 |
| | | |||||
| * | annotated some functions with trace scopes | Stefan Boberg | 13 days | 1 | -0/+4 |
| | | |||||
| * | restructured DeferredDirectoryDeleter so it can handle explicit expiration | Stefan Boberg | 13 days | 1 | -3/+6 |
| | | | | | restructured the code so that directory deletion can be scheduled after the response has been sent. | ||||
| * | Implemented deferred cleanup of runner sandbox directories | Stefan Boberg | 13 days | 1 | -1/+1 |
| | | |||||
| * | implemented optional sandboxing of WindowsProcessRunner child processes | Stefan Boberg | 2026-02-20 | 1 | -21/+184 |
| | | |||||
| * | factored out Windows process runner into WindowsProcessRunner | Stefan Boberg | 2026-02-20 | 1 | -0/+218 |
| common code is factored out into LocalProcessRunner base class | |||||