aboutsummaryrefslogtreecommitdiff
path: root/src/zencompute/windowsrunner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added worker pools to local runnersStefan Boberg12 days1-1/+2
|
* windows: ensure process exit code is trackedStefan Boberg12 days1-0/+1
|
* annotated some functions with trace scopesStefan Boberg13 days1-0/+4
|
* restructured DeferredDirectoryDeleter so it can handle explicit expirationStefan Boberg13 days1-3/+6
| | | | restructured the code so that directory deletion can be scheduled after the response has been sent.
* Implemented deferred cleanup of runner sandbox directoriesStefan Boberg13 days1-1/+1
|
* implemented optional sandboxing of WindowsProcessRunner child processesStefan Boberg2026-02-201-21/+184
|
* factored out Windows process runner into WindowsProcessRunnerStefan Boberg2026-02-201-0/+218
common code is factored out into LocalProcessRunner base class