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
/
clients
/
handlers
/
basehandler.go
Age
Commit message (
Expand
)
Author
2026-03-13
Fix serverless output draining regressions
Paul Buetow
2026-03-13
task 407: add client session transport
Paul Buetow
2026-03-13
task 399: add client session spec scaffolding
Paul Buetow
2026-03-03
feat(client): register AUTHKEY after SSH session start
Paul Buetow
2025-06-29
fix: resolve dcat test failures with channel-less implementation
Paul Buetow
2025-06-28
feat: implement channel-less grep for 62% performance improvement
Paul Buetow
2021-11-02
Make it so that DTail 3 incompatibility error is printed when trying to conne...
Paul Buetow
2021-11-02
Bugfix: Dealing correctly with files without newline characters, also add mor...
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-02
refactor config reader - also looks in additional search paths for config fil...
Paul Buetow
2021-10-02
move args to config package
Paul Buetow
2021-10-02
fix auto reconnect
Paul Buetow
2021-10-02
add spartan mode
Paul Buetow
2021-10-02
new docker test cases - also change default FATAL bg color to magenta
Paul Buetow
2021-10-02
mapreduce tables are in colors now too
Paul Buetow
2021-09-06
Print out client/server update notice even from dtail server 4 to dtail
Paul Buetow
2021-08-22
introduces the protocol package
Paul Buetow
2021-08-21
read files bytewise for more control of whats happening - change transport pr...
Paul Buetow
2020-12-26
code cleanup and minor refactorings
Paul Buetow
2020-12-08
merge develop
Paul Buetow
2020-03-04
fix silent logging https://github.com/mimecast/dtail/issues/5
Paul Buetow
2020-02-12
exec will always err if status is > 0
Paul Bütow
2020-02-07
Introduce drun command, refactor code to use context package
Paul Bütow
2020-01-21
Move commands to cmd/ and move internal dependencies to internal/
Paul Bütow