summaryrefslogtreecommitdiff
path: root/internal/server/handlers/readcommand.go
AgeCommit message (Expand)Author
2025-06-20Fix dcat/dgrep serverless mode to show REMOTE protocol formatrefactor-trail-1Paul Buetow
2025-06-20Fix missing colored output in dcat serverless modePaul Buetow
2025-06-20Fix hostname display issue in dcat/dgrep server modePaul Buetow
2025-06-19Refactor: Extract magic numbers as constants and reduce client code duplicationPaul Buetow
2025-06-19Fix integration test failures by increasing channel buffer sizesPaul Buetow
2025-06-18Rename channelless functions to use cleaner namingPaul Buetow
2025-06-18Remove old channel-based implementation filesPaul Buetow
2025-06-18Complete channelless migration for DTail operationsPaul Buetow
2025-06-17Fix channelless mode for DTail operationsPaul Buetow
2025-06-17Fix environment variable consistency and implement grep context lines supportPaul Buetow
2025-06-17Implement channelless architecture for DTail serverPaul Buetow
2025-06-16initial faster readfilePaul Buetow
2022-02-15minor fix, add missing newlines to server messagesPaul Buetow
2021-12-05buffer line.Line for performancePaul Buetow
2021-12-04Refactor: Don't repeat myself.Paul Buetow
2021-10-31add dmap integration test with stdin input pipePaul Buetow
2021-10-30add support to read from stdin pipe in serverless mode, e.g. grep foo.log | d...Paul Buetow
2021-10-24Fix deadlock around aggregating data + server max concurrent file read limiterPaul Buetow
2021-10-14Merging grep context from masterPaul Buetow
2021-10-10vetting and linting and some code restylingPaul Buetow
2021-10-05more on thisPaul Buetow
2021-10-02reduce logging in serverless modePaul 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-02bugfix: dmap skipped the last couple of mapreduce linesPaul 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-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-02-16rename scheduled user to schedule userPaul 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