summaryrefslogtreecommitdiff
path: root/internal/server/handlers
AgeCommit message (Expand)Author
2021-04-03Fix misspellingsPaul Buetow
2021-03-23context aware grep with -max -after and -before not workPaul Buetow
2021-02-05cann parse local context to server file readerPaul Buetow
2021-02-05add --max, --before, --after switches to dtail and dgrep commandsPaul Buetow
2020-12-27only try to read a file once in cat and grep mode but 10 times in tail modePaul 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-08merge developPaul Buetow
2020-09-10printing client stats every other second only if the connection count has cha...Paul Buetow
2020-09-04fix regex bugPaul 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-13bump up version to 3.0.0. can run continuous background mapreduce queries, us...v3.0.0Paul 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
2020-02-29background jobs make use of the timeout specified by the client tooPaul Buetow
2020-02-29better error messagesPaul Buetow
2020-02-28merge masterPaul Buetow
2020-02-28more on scheduled commandsPaul Buetow
2020-02-26can list remote jobs and can also pass outer args to scriptsPaul Buetow
2020-02-22can start commands in background and also cancel those via drun commandPaul Bütow
2020-02-22serverhandler understands background jobs betterPaul Bütow
2020-02-20initial background commandsPaul Buetow
2020-02-16server kills subprocesses correctly on cancelPaul Bütow
2020-02-16can upload script via drunPaul Bütow
2020-02-16rename scheduled user to schedule userPaul 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-11more debug outputPaul Buetow
2020-02-08allow whitespaces in regexesPaul Buetow
2020-02-07Introduce drun command, refactor code to use context packagePaul Bütow
2020-01-21Move commands to cmd/ and move internal dependencies to internal/Paul Bütow