summaryrefslogtreecommitdiff
path: root/internal/io
AgeCommit message (Expand)Author
2021-10-09refactorPaul Buetow
2021-10-06move health check to separate client binaryPaul Buetow
2021-10-06enable faster shutdown - useful for dgrep/dmap and dcat commandsPaul Buetow
2021-10-05more on thisPaul Buetow
2021-10-03add dmap testsPaul Buetow
2021-10-02add dcat testPaul Buetow
2021-10-02reduce logging in serverless modePaul Buetow
2021-10-02Client default log dir is ~/logPaul Buetow
2021-10-02add more default fields to MAPREDUCEPaul Buetow
2021-10-02can have daily and normal file log rotationPaul Buetow
2021-10-02refactor config reader - also looks in additional search paths for config fil...Paul Buetow
2021-10-02move args to config packagePaul Buetow
2021-10-02add spartan modePaul Buetow
2021-10-02mapreduce tables are in colors now tooPaul Buetow
2021-09-07Produce MAPREDUCE lines, can aggregate these via default log formatPaul Buetow
2021-08-281. Major performance gain by not checking for file truncation aftterPaul Buetow
2021-08-28use a byte.Buffer in the file readerPaul 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-07-31more on configurable colorsPaul Buetow
2020-12-29Make Linux ACL support optional, as it requires CGo and makes the binary less...Paul Buetow
2020-12-27make lint happyPaul Buetow
2020-12-26correctly format server messagesPaul Buetow
2020-12-26initial quiet switchPaul Buetow
2020-12-26code cleanup and minor refactoringsPaul Buetow
2020-12-08merge developPaul Buetow
2020-09-10add io/signalPaul Buetow
2020-09-10printing client stats every other second only if the connection count has cha...Paul Buetow
2020-09-04remove of Quiet mode, this will be obsoletePaul Buetow
2020-09-04add ssh relaxed auth modePaul Buetow
2020-09-04server side support for new regex packagePaul Buetow
2020-03-18make lint and vet happyv2.2.0Paul Buetow
2020-03-06more on loggerPaul Buetow
2020-03-04add missing filesPaul Buetow
2020-03-04fix silent logging https://github.com/mimecast/dtail/issues/5Paul Buetow
2020-03-04can tail probe with a given timeout and then write a mapreduce resultPaul Buetow
2020-02-29race conditionPaul Buetow
2020-02-26can list remote jobs and can also pass outer args to scriptsPaul Buetow
2020-02-16fix process terminationPaul Bütow
2020-02-16server kills subprocesses correctly on cancelPaul Bütow
2020-02-16drun can execute more complex commands, e.g. small shell scriptsPaul Bütow
2020-02-12exec will always err if status is > 0Paul Bütow
2020-02-12bump versionPaul Bütow
2020-02-08move prompt to io/Paul Bütow
2020-02-07Introduce drun command, refactor code to use context packagePaul Bütow