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
/
server
Age
Commit message (
Expand
)
Author
2026-03-02
refactor(handlers): use command registry in server handler
Paul Buetow
2026-03-02
refactor(handlers): decouple turbo network writer from base handler
Paul Buetow
2026-03-02
server: enforce SSH handshake deadline
Paul Buetow
2026-03-02
refactor(handlers): centralize protocol line/message formatting
Paul Buetow
2026-03-02
refactor(handlers): extract shutdown coordination from read command
Paul Buetow
2026-03-02
Consolidate read command paths via strategy loop (task 333)
Paul Buetow
2026-03-02
Extract protocol and turbo responsibilities from baseHandler (task 327)
Paul Buetow
2026-03-02
Refactor server path to use injected runtime config (task 329)
Paul Buetow
2026-01-29
refactor: improve Go best practices compliance
Paul Buetow
2026-01-24
test: add unit tests for turbo writer types
Paul Buetow
2026-01-24
refactor: split large functions for maintainability
Paul Buetow
2025-07-04
fix: remove unnecessary delays in turbo mode for serverless operation
Paul Buetow
2025-07-04
refactor: change turbo boost to be enabled by default
Paul Buetow
2025-07-04
fix: resolve MapReduce turbo mode issues and serverless processing
Paul Buetow
2025-07-03
fix: improve turbo mode MapReduce batch processing and shutdown sequence
Paul Buetow
2025-07-03
fix: implement thread-safe turbo mode for MapReduce operations
Paul Buetow
2025-07-02
feat: make turbo mode configurable via config file
Paul Buetow
2025-07-02
feat: add server info message for literal grep mode
Paul Buetow
2025-07-01
perf: optimize turbo mode for 2.87x faster serverless performance
Paul Buetow
2025-07-01
fix: resolve turbo mode race condition and improve TestDCat2
Paul Buetow
2025-07-01
feat: ensure command doesn't complete until all pending files are processed
Paul Buetow
2025-06-30
feat: track pending files to prevent premature server shutdown
Paul Buetow
2025-06-30
fix: resolve channel close panic and improve turbo mode synchronization
Paul Buetow
2025-06-30
fix: ensure complete data transmission in turbo mode for dtail operations
Paul Buetow
2025-06-30
fix: disable turbo boost for MapReduce operations in server mode
Paul Buetow
2025-06-29
fix: improve aggregate channel switching for MapReduce operations
Paul Buetow
2025-06-29
feat: enable turbo boost mode for tail (dtail) operations
Paul Buetow
2025-06-29
feat: enable turbo boost mode for MapReduce (dmap) operations
Paul Buetow
2025-06-29
fix: resolve dcat test failures with channel-less implementation
Paul Buetow
2025-06-28
refactor: consolidate optimization flags into DTAIL_TURBOBOOST_ENABLE
Paul Buetow
2025-06-28
feat: implement channel-less grep for 62% performance improvement
Paul Buetow
2025-06-24
Fix dcat tests for server mode and --plain flag handling
Paul Buetow
2024-03-29
lint warnings
Paul Buetow
2023-06-21
DTail: Restrict SSH MAC algorithms allowed - Update of few dependencies
Paul Buetow
2022-07-15
Fix typos.
Paul Buetow
2022-02-15
minor fix, add missing newlines to server messages
Paul Buetow
2021-12-05
buffer line.Line for performance
Paul Buetow
2021-12-04
Refactor runJobs method to reduce its Cognitive Complexity
Paul Buetow
2021-12-04
Refactor: Don't repeat myself.
Paul Buetow
2021-11-06
Remove insecure and dangerous relaxed auth mode
Paul Buetow
2021-11-02
Bugfix: Dealing correctly with files without newline characters, also add mor...
Paul Buetow
2021-10-31
rename spartan mode to plain mode
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-29
add dserver integration test for scheduled query
Paul Buetow
2021-10-24
Fix DCat color test.
Paul Buetow
2021-10-24
Fix deadlock around aggregating data + server max concurrent file read limiter
Paul Buetow
2021-10-15
refactor
Paul Buetow
2021-10-14
add dgrep context integration tests
Paul Buetow
2021-10-14
Merging grep context from master
Paul Buetow
[next]