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
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 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
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
Rename channelless functions to use cleaner naming
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
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
Implement Profile-Based Optimization (PBO) automation with 39.9% performance ...
Paul Buetow
2025-06-16
reduce polling interval to fix DTail integration test race condition
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-12
add Go benchmark for dgrep on 10MB file
Paul Buetow
2022-07-15
gofmt permission file headers
Paul Buetow
2022-02-15
minor fix, add missing newlines to server messages
Paul Buetow
2021-12-06
Refactor local context filter method to reduce its cognitive complexity
Paul Buetow
2021-12-05
buffer line.Line for performance
Paul Buetow
2021-12-04
refactor
Paul Buetow
2021-12-04
Refactor LContext handling to reduce cognitive method complexity.
Paul Buetow
2021-12-04
Refactor read method to reduce its Cognitive Complexity.
Paul Buetow
2021-11-03
Add integration test for long line splitting - Also fixed a bug regarding thi...
Paul Buetow
2021-11-02
Bugfix: Dealing correctly with files without newline characters, also add mor...
Paul Buetow
2021-10-31
add dmap integration test with stdin input pipe
Paul Buetow
2021-10-30
add support to read from stdin pipe in serverless mode, e.g. grep foo.log | d...
Paul Buetow
2021-10-27
Fix --shutdownAfter client switch
Paul Buetow
2021-10-24
Fix deadlock around aggregating data + server max concurrent file read limiter
Paul Buetow
2021-10-14
add dgrep context integration tests
Paul Buetow
2021-10-14
Merging grep context from master
Paul Buetow
2021-10-10
add another dmap test - reading 100 source files at once
Paul Buetow
2021-10-10
vetting and linting and some code restyling
Paul Buetow
2021-10-06
enable faster shutdown - useful for dgrep/dmap and dcat commands
Paul Buetow
2021-10-02
add dcat test
Paul Buetow
2021-10-02
move args to config package
Paul Buetow
2021-10-02
add spartan mode
Paul Buetow
2021-10-02
mapreduce tables are in colors now too
Paul Buetow
2021-08-28
1. Major performance gain by not checking for file truncation aftter
Paul Buetow
2021-08-28
use a byte.Buffer in the file reader
Paul Buetow
2021-08-21
read files bytewise for more control of whats happening - change transport pr...
Paul Buetow
2020-12-29
Make Linux ACL support optional, as it requires CGo and makes the binary less...
Paul Buetow
[next]