summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Collapse)Author
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 ↵Paul Buetow
less portable
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 ↵Paul Buetow
clause
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 ↵Paul Buetow
dealing with log streams
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
2020-09-10printing client stats every other second only if the connection count has ↵Paul Buetow
changed or when SIGUSR1 or SIGINFO recieved
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, ↵v3.0.0Paul Buetow
useful for log file monitorig for example. breaking protocol change which allows to mapreduce aggreate messages containing the default field separator |. add of more unit tests. add logformat mapreduce query keyword. add set mapreduce clause support and support to evaluate built-in functions such as md5sum() and maskdigits().
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