summaryrefslogtreecommitdiff
path: root/internal/io/fs/tailfile.go
AgeCommit message (Collapse)Author
2025-06-18Remove old channel-based implementation filesPaul Buetow
- Delete obsolete readfile.go, readfilelcontext.go, tailfile.go, catfile.go - Clean up deprecated comments in readcommand.go - Add *.query to .gitignore for temporary test files - DTail now operates purely in channelless mode - All tests passing after cleanup 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2021-10-24Fix deadlock around aggregating data + server max concurrent file read limiterPaul Buetow
2021-10-10vetting and linting and some code restylingPaul Buetow
2020-02-07Introduce drun command, refactor code to use context packagePaul Bütow