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
Age
Commit message (
Expand
)
Author
2026-03-20
Optimize mapr parsing and stabilize aggregate shutdown
Paul Buetow
2026-03-13
Fix serverless output draining regressions
Paul Buetow
2026-03-13
task 4abe7505: reset dmap generation state
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
2026-01-29
refactor: improve Go best practices compliance
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
2022-02-15
add missing newlines to server messages when running mapreduce queries too
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-10
vetting and linting and some code restyling
Paul Buetow
2021-10-06
move health check to separate client binary
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
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-28
merge
Paul Buetow
2020-12-26
code cleanup and minor refactorings
Paul Buetow
2020-12-08
merge develop
Paul Buetow
2020-09-19
server handler context refactoring
Paul Buetow
2020-09-19
refactor to have no context.Context in client handler structs
Paul Buetow
2020-08-13
bump up version to 3.0.0. can run continuous background mapreduce queries, us...
v3.0.0
Paul Buetow
2020-07-02
send $line base64 encoded over the wire
Paul Buetow
2020-06-17
initial log monitoring support
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