summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
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-09-10add io/signalPaul Buetow
2020-09-10printing client stats every other second only if the connection count has cha...Paul Buetow
2020-09-08refactorPaul Buetow
2020-09-04remove of Quiet mode, this will be obsoletePaul Buetow
2020-09-04fix regex bugPaul Buetow
2020-09-04add ssh relaxed auth modePaul Buetow
2020-09-04server side support for new regex packagePaul Buetow
2020-09-04add more unit tests and deserializer/serializer to regexPaul Buetow
2020-08-30initial regex packagePaul Buetow
2020-08-13bump up version to 3.0.0. can run continuous background mapreduce queries, us...v3.0.0Paul Buetow
2020-07-03refactor mapr clientPaul Buetow
2020-07-02initial server side continuous mapreduce runnerPaul Buetow
2020-07-02add lacks string operator, lacks is the opposite of contains. e.g.: not containsPaul Buetow
2020-07-02better $line data handlingPaul Buetow
2020-07-02send $line base64 encoded over the wirePaul Buetow
2020-06-19add filldates.goPaul Buetow
2020-06-19update protocolPaul Buetow
2020-06-17initial log monitoring supportPaul Buetow
2020-06-11bump up version to 2.4.0v2.4.0Paul Buetow
2020-05-20develop versionPaul Buetow
2020-05-20add $timezone and $timeoffset keysPaul Buetow
2020-05-20bump version upv2.3.0Paul Buetow
2020-05-20can specify a private ssh key via command line, no password support yet thoughPaul Buetow
2020-05-13release of 2.2.1v2.2.1Paul Buetow
2020-05-13add more ssh key debuggingPaul Buetow
2020-05-13refactorPaul Buetow
2020-05-13fix bug in connection throttlingPaul Buetow
2020-03-18make lint and vet happyv2.2.0Paul Buetow
2020-03-17full release nowPaul Buetow
2020-03-16create release candidate 1Paul Buetow
2020-03-07add support to run mapreduce queries on generic log lines, e.g. count all log...Paul Buetow
2020-03-06merge masterPaul Buetow
2020-03-06simplify and get rid of pperfv2.1.1Paul Buetow
2020-03-06make Mr. Lint happyPaul 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-29Merge branch 'develop' of gitlab.devuk.mimecast.lan:Storage/dtail into developPaul Buetow
2020-02-29race conditionPaul Buetow