summaryrefslogtreecommitdiff
path: root/internal/io/fs/permissions
AgeCommit message (Collapse)Author
2026-03-03Apply go fix build tag modernizationPaul Buetow
2022-07-15gofmt permission file headersPaul Buetow
2021-10-10add another dmap test - reading 100 source files at oncePaul Buetow
fix a data race when reading multiple files on one server from the same session at once
2021-10-10vetting and linting and some code restylingPaul Buetow
2021-10-06enable faster shutdown - useful for dgrep/dmap and dcat commandsPaul Buetow
2021-10-02move args to config packagePaul Buetow
logger package rewrite as dlog
2020-12-29Make Linux ACL support optional, as it requires CGo and makes the binary ↵Paul Buetow
less portable
2020-12-27make lint happyPaul Buetow
2020-02-07Introduce drun command, refactor code to use context packagePaul Bütow