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
Age
Commit message (
Expand
)
Author
2020-12-29
Make Linux ACL support optional, as it requires CGo and makes the binary less...
Paul Buetow
2020-12-27
make lint happy
Paul Buetow
2020-12-26
correctly format server messages
Paul Buetow
2020-12-26
initial quiet switch
Paul Buetow
2020-12-26
code cleanup and minor refactorings
Paul Buetow
2020-12-08
merge develop
Paul Buetow
2020-09-10
add io/signal
Paul Buetow
2020-09-10
printing client stats every other second only if the connection count has cha...
Paul Buetow
2020-09-04
remove of Quiet mode, this will be obsolete
Paul Buetow
2020-09-04
add ssh relaxed auth mode
Paul Buetow
2020-09-04
server side support for new regex package
Paul Buetow
2020-03-18
make lint and vet happy
v2.2.0
Paul Buetow
2020-03-06
more on logger
Paul Buetow
2020-03-04
add missing files
Paul Buetow
2020-03-04
fix silent logging https://github.com/mimecast/dtail/issues/5
Paul Buetow
2020-03-04
can tail probe with a given timeout and then write a mapreduce result
Paul Buetow
2020-02-29
race condition
Paul Buetow
2020-02-26
can list remote jobs and can also pass outer args to scripts
Paul Buetow
2020-02-16
fix process termination
Paul Bütow
2020-02-16
server kills subprocesses correctly on cancel
Paul Bütow
2020-02-16
drun can execute more complex commands, e.g. small shell scripts
Paul Bütow
2020-02-12
exec will always err if status is > 0
Paul Bütow
2020-02-12
bump version
Paul Bütow
2020-02-08
move prompt to io/
Paul Bütow
2020-02-07
Introduce drun command, refactor code to use context package
Paul Bütow