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
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 missing colored output in dcat serverless mode
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 doubled colored output in dcat/dgrep by removing server-side coloring
Paul Buetow
2025-06-19
Add comprehensive documentation across DTail codebase
Paul Buetow
2025-06-19
updated to latest fedora relase in the docker file
Paul Buetow
2025-06-19
Implement Phase 1: Foundation for improved maintainability and testability
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
Fix DGrep color output and address all CLAUDE comments
Paul Buetow
2025-06-18
Add comprehensive server-based testing for DMap functionality
Paul Buetow
2025-06-18
Add comprehensive server-based testing for DGrep functionality
Paul Buetow
2025-06-18
Add comprehensive server-based testing for DCat functionality
Paul Buetow
2025-06-18
Rename channelless functions to use cleaner naming
Paul Buetow
2025-06-18
Fix mutex passing by value in stdout logger
Paul Buetow
2025-06-18
Remove old channel-based implementation files
Paul Buetow
2025-06-18
Complete channelless migration for DTail operations
Paul Buetow
2025-06-17
remove temp data
Paul Buetow
2025-06-17
Clean up temporary test files
Paul Buetow
2025-06-17
Add comprehensive performance benchmark results for channelless implementation
Paul Buetow
2025-06-17
Fix channelless mode 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
2025-06-16
implement true Profile-Guided Optimization with Go compiler -pgo flag
Paul Buetow
2025-06-16
Refactor PBO to PGO with true Profile-Guided Optimization
Paul Buetow
2025-06-16
Organize PBO files in scripts directory and add .gitignore entries
Paul Buetow
2025-06-16
Implement Profile-Based Optimization (PBO) automation with 39.9% performance ...
Paul Buetow
2025-06-16
add claude.md
Paul Buetow
2025-06-16
reduce polling interval to fix DTail integration test race condition
Paul Buetow
2025-06-16
add failfast flag to test target in Makefile
Paul Buetow
2025-06-16
implement chunked I/O optimization for 5.5x performance improvement
Paul Buetow
2025-06-16
initial faster readfile
Paul Buetow
2025-06-16
fix tests
Paul Buetow
2025-06-15
add nil pointer receiver protection to dlog handlers
Paul Buetow
2025-06-12
add Go benchmark for dgrep on 10MB file
Paul Buetow
2023-09-08
Merge branch 'master' of github.com:mimecast/dtail
Paul Buetow
2023-09-08
Merge branch 'develop'
Paul Buetow
2023-09-07
update dependencies
Paul Buetow
2023-09-07
refactor go build tags
Paul Buetow
2023-09-07
add CSV aggr example to docs
Paul Buetow
2023-09-07
add mapr aggregration on CSV integr test
Paul Buetow
2023-09-07
Can quote fields in select conditions, e.g. select `count($foo)`, ..
Paul Buetow
2023-09-07
add CSV to parser
Paul Buetow
2023-09-07
Add CSV unit test
Paul Buetow
2023-09-07
Add `custom1` and `custom2` log formats.
Paul Buetow
[next]