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
Age
Commit message (
Expand
)
Author
2022-02-15
minor fix, add missing newlines to server messages
Paul Buetow
2021-12-05
buffer line.Line for performance
Paul Buetow
2021-12-04
Refactor runJobs method to reduce its Cognitive Complexity
Paul Buetow
2021-12-04
Refactor: Don't repeat myself.
Paul Buetow
2021-11-06
Remove insecure and dangerous relaxed auth mode
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-31
add dmap integration test with stdin input pipe
Paul Buetow
2021-10-30
add support to read from stdin pipe in serverless mode, e.g. grep foo.log | d...
Paul Buetow
2021-10-29
add dserver integration test for scheduled query
Paul Buetow
2021-10-24
Fix DCat color test.
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
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
reduce logging in serverless mode
Paul Buetow
2021-10-02
add more default fields to MAPREDUCE
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
bugfix: dmap skipped the last couple of mapreduce lines
Paul Buetow
2021-10-02
mapreduce tables are in colors now too
Paul Buetow
2021-09-07
Produce MAPREDUCE lines, can aggregate these via default log format
Paul Buetow
2021-09-06
Print out client/server update notice even from dtail server 4 to dtail
Paul Buetow
2021-08-28
1. Major performance gain by not checking for file truncation aftter
Paul Buetow
2021-08-28
make use of more buffers on server side
Paul Buetow
2021-08-28
use a byte.Buffer in the file reader
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-28
refactor
Paul Buetow
2020-12-27
only try to read a file once in cat and grep mode but 10 times in tail mode
Paul Buetow
2020-12-26
initial quiet switch
Paul Buetow
2020-12-26
rename spartan to quiet
Paul Buetow
2020-12-26
initial spartan mode support
Paul Buetow
2020-12-26
code cleanup and minor refactorings
Paul Buetow
2020-12-08
merge develop
Paul Buetow
2020-11-22
add dockerfile for building a dtail server dev/test container
Paul Buetow
2020-11-16
strip out timeout which was used for background command scheduling
Paul Buetow
2020-11-16
remove drun command for simplicity. only focus on interactive commands dealin...
Paul Buetow
2020-09-19
refactor to have no context.Context in server mapreduce aggregate structs
Paul Buetow
[next]