summaryrefslogtreecommitdiffstats
path: root/src/util.rs
AgeCommit message (Expand)Author
2021-09-07Move module main files into module directoriesMatthias Schiffer
2021-09-06Add context to errors throughout runc runnerMatthias Schiffer
2021-09-06Introduce new contextualizable error typeMatthias Schiffer
2021-09-06Use rm_rf crate instead of remove_dir_all()Matthias Schiffer
2021-09-06util: remove ToIOResultMatthias Schiffer
2021-09-05Map host user to root instead of build user inside runner namespaceMatthias Schiffer
2021-07-16Update dependenciesMatthias Schiffer
2021-06-21executor: calculate input hashMatthias Schiffer
2021-06-19tar: add files in sorted orderMatthias Schiffer
2021-06-19Refactor util moduleMatthias Schiffer
2021-06-19util: add create_as() helperMatthias Schiffer
2021-06-19Collect task output to tar filesMatthias Schiffer
2021-06-19util: add tar unpack helperMatthias Schiffer
2021-06-18util: use Error impl of IpcErrorMatthias Schiffer
2021-02-05IPC setupMatthias Schiffer
2021-02-04util: better ToIOResultMatthias Schiffer
2021-01-31Unshare/subuid handlingMatthias Schiffer