aboutsummaryrefslogtreecommitdiff
path: root/src/zencompute/linuxrunner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added worker pools to local runnersStefan Boberg13 days1-1/+2
|
* annotated some functions with trace scopesStefan Boberg13 days1-0/+4
|
* restructured DeferredDirectoryDeleter so it can handle explicit expirationStefan Boberg13 days1-4/+7
| | | | 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-4/+3
|
* also use except_fmt for linuxrunnerStefan Boberg2026-02-201-0/+1
|
* added experimental sandboxing support to LinuxProcessRunnerStefan Boberg2026-02-201-13/+395
|
* added LinuxProcessRunner, for running Linux native binariesStefan Boberg2026-02-201-0/+237
still experimental, not well tested