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
/
handlers
/
basehandler.go
Age
Commit message (
Expand
)
Author
2026-03-13
Fix serverless output draining regressions
Paul Buetow
2026-03-13
task 682e6ae9: filter stale generation output
Paul Buetow
2026-03-13
task 400: add server session command scaffolding
Paul Buetow
2026-03-05
more on this
Paul Buetow
2026-03-05
Improve lint/vet reliability and refactor client runtime/bootstrap
Paul Buetow
2026-03-02
handlers: use turbo EOF acknowledgement instead of sleep heuristic
Paul Buetow
2026-03-02
refactor(handlers): centralize protocol line/message formatting
Paul Buetow
2026-03-02
Extract protocol and turbo responsibilities from baseHandler (task 327)
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-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-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
2022-02-15
minor fix, add missing newlines to server messages
Paul Buetow
2021-12-05
buffer line.Line for performance
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-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
2021-10-13
add another dcat integration test - catting 100 files at once
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-09
refactor
Paul Buetow
2021-10-06
enable faster shutdown - useful for dgrep/dmap and dcat commands
Paul Buetow
2021-10-05
more on this
Paul Buetow
2021-10-05
more on this
Paul Buetow