summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2021-09-06Print out client/server update notice even from dtail server 4 to dtailPaul Buetow
2021-09-06REMOTE and CLIENT colors are brushed correctly too nowPaul Buetow
2021-09-05-colorTable in combination with -debug prints whole sample paragraphs inPaul Buetow
2021-09-05fix unit testPaul Buetow
2021-09-05finalize new default color schemaPaul Buetow
2021-08-281. Major performance gain by not checking for file truncation aftterPaul Buetow
2021-08-28make use of more buffers on server sidePaul Buetow
2021-08-28use a byte.Buffer in the file readerPaul Buetow
2021-08-22introduces the protocol packagePaul Buetow
2021-08-21read files bytewise for more control of whats happening - change transport pr...Paul Buetow
2021-08-12add missing brush and also add color client configs plus jsonschemaPaul Buetow
2021-08-11add paint.goPaul Buetow
2021-08-11add colorTable optionPaul Buetow
2021-08-10can compile with new color codesPaul Buetow
2021-08-10add color unit testPaul Buetow
2021-08-09change paint APIPaul Buetow
2021-08-09we have all basic ansi text color codes and attributes now. we can alsoPaul Buetow
2021-07-31more on configurable colorsPaul Buetow
2021-07-30initial color config supportPaul Buetow
2021-01-04cut new versionv3.2.0Paul Buetow
2020-12-29Quiet mode also affects client side loggingPaul Buetow
2020-12-29Make Linux ACL support optional, as it requires CGo and makes the binary less...Paul Buetow
2020-12-28mergePaul Buetow
2020-12-28refactorPaul Buetow
2020-12-27make lint happyPaul Buetow
2020-12-27only try to read a file once in cat and grep mode but 10 times in tail modePaul Buetow
2020-12-26correctly format server messagesPaul Buetow
2020-12-26initial quiet switchPaul Buetow
2020-12-26rename spartan to quietPaul Buetow
2020-12-26initial spartan mode supportPaul Buetow
2020-12-26code cleanup and minor refactoringsPaul Buetow
2020-12-10bump verisonPaul Buetow
2020-12-10add hasprefix, nhasprefix, hassuffix, nhassuffix operation support to where c...Paul Buetow
2020-12-08add donePaul Buetow
2020-12-08merge developPaul Buetow
2020-11-22mergePaul Buetow
2020-11-22add commentsPaul Buetow
2020-11-22add dockerfile for building a dtail server dev/test containerPaul Buetow
2020-11-20Merge branch 'develop' of https://github.com/snonux/dtail into developPaul Buetow
2020-11-16strip out timeout which was used for background command schedulingPaul Buetow
2020-11-16remove drun command for simplicity. only focus on interactive commands dealin...Paul Buetow
2020-09-19INFO|INFO -> INFOPaul Buetow
2020-09-19Merge branch 'develop' of https://github.com/mimecast/dtail into developPaul Buetow
2020-09-19refactor to have no context.Context in server mapreduce aggregate structsPaul Buetow
2020-09-19server handler context refactoringPaul Buetow
2020-09-19refactor to have no context.Context in client handler structsPaul Buetow
2020-09-11fix nil pointer panicPaul Buetow
2020-09-11hit ctrl+c twice to exitPaul Buetow
2020-09-11no SIGINFO for now as not supported on LinuxPaul Buetow
2020-09-10add io/signalPaul Buetow