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
/
protocol
Age
Commit message (
Collapse
)
Author
2026-03-13
task 407: add client session transport
Paul Buetow
2026-03-13
task 399: add client session spec scaffolding
Paul Buetow
2021-11-02
Make it so that DTail 3 incompatibility error is printed when trying to ↵
Paul Buetow
connect to it via a DTail client 4.x
2021-11-02
Bugfix: Dealing correctly with files without newline characters, also add ↵
Paul Buetow
more tests
2021-10-10
vetting and linting and some code restyling
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
client 3.
2021-09-05
finalize new default color schema
Paul Buetow
2021-08-28
1. Major performance gain by not checking for file truncation aftter
Paul Buetow
each bytes read. 2. Introduce field separator to the protocol package.
2021-08-28
make use of more buffers on server side
Paul Buetow
2021-08-21
read files bytewise for more control of whats happening - change transport ↵
Paul Buetow
protocol for more control over newlines