index
:
dtail
master
refactor-trail-1
DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
io
/
fs
/
directprocessor.go
Age
Commit message (
Expand
)
Author
2025-06-20
Fix dcat/dgrep serverless mode to show REMOTE protocol format
refactor-trail-1
Paul Buetow
2025-06-20
Fix line ending issue in dcat and add integration tests
Paul Buetow
2025-06-20
Fix hostname display issue in dcat/dgrep server mode
Paul Buetow
2025-06-19
Fix dgrep transmission percentage display
Paul Buetow
2025-06-19
Refactor: Extract magic numbers as constants and reduce client code duplication
Paul Buetow
2025-06-19
Fix integration test failures by increasing channel buffer sizes
Paul Buetow
2025-06-19
Implement line ending preservation and address CLAUDE comments
Paul Buetow
2025-06-18
Complete file splitting and add remaining processor files
Paul Buetow
2025-06-18
Rename channelless functions to use cleaner naming
Paul Buetow
2025-06-18
Complete channelless migration for DTail operations
Paul Buetow
2025-06-17
Fix grep context lines bug in channelless implementation
Paul Buetow
2025-06-17
Fix environment variable consistency and implement grep context lines support
Paul Buetow
2025-06-17
Implement channelless architecture for DTail server
Paul Buetow