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
/
handlers
/
readcommand.go
Age
Commit message (
Expand
)
Author
2025-06-20
Fix dcat/dgrep serverless mode to show REMOTE protocol format
refactor-trail-1
Paul Buetow
2025-06-20
Fix missing colored output in dcat serverless mode
Paul Buetow
2025-06-20
Fix hostname display issue in dcat/dgrep server mode
Paul Buetow
2025-06-19
Refactor: Extract magic numbers as constants and reduce client code duplication
Paul Buetow
2025-06-19
Fix integration test failures by increasing channel buffer sizes
Paul Buetow
2025-06-18
Rename channelless functions to use cleaner naming
Paul Buetow
2025-06-18
Remove old channel-based implementation files
Paul Buetow
2025-06-18
Complete channelless migration for DTail operations
Paul Buetow
2025-06-17
Fix channelless mode for DTail operations
Paul Buetow
2025-06-17
Fix environment variable consistency and implement grep context lines support
Paul Buetow
2025-06-17
Implement channelless architecture for DTail server
Paul Buetow
2025-06-16
initial faster readfile
Paul Buetow
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: Don't repeat myself.
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-24
Fix deadlock around aggregating data + server max concurrent file read limiter
Paul Buetow
2021-10-14
Merging grep context from master
Paul Buetow
2021-10-10
vetting and linting and some code restyling
Paul Buetow
2021-10-05
more on this
Paul Buetow
2021-10-02
reduce logging in serverless mode
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
bugfix: dmap skipped the last couple of mapreduce lines
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-09-04
fix regex bug
Paul Buetow
2020-09-04
server side support for new regex package
Paul Buetow
2020-09-04
add more unit tests and deserializer/serializer to regex
Paul Buetow
2020-02-16
rename scheduled user to schedule user
Paul Bütow
2020-02-11
more debug output
Paul Buetow
2020-02-08
allow whitespaces in regexes
Paul Buetow
2020-02-07
Introduce drun command, refactor code to use context package
Paul Bütow