summaryrefslogtreecommitdiff
path: root/internal
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 line ending issue in dcat and add integration testsPaul Buetow
2025-06-20Fix hostname display issue in dcat/dgrep server modePaul Buetow
2025-06-19Fix doubled colored output in dcat/dgrep by removing server-side coloringPaul Buetow
2025-06-19Add comprehensive documentation across DTail codebasePaul Buetow
2025-06-19Implement Phase 1: Foundation for improved maintainability and testabilityPaul Buetow
2025-06-19Fix dgrep transmission percentage displayPaul 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-19Implement line ending preservation and address CLAUDE commentsPaul Buetow
2025-06-18Complete file splitting and add remaining processor filesPaul Buetow
2025-06-18Rename channelless functions to use cleaner namingPaul Buetow
2025-06-18Fix mutex passing by value in stdout loggerPaul 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 grep context lines bug in channelless implementationPaul 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-16implement true Profile-Guided Optimization with Go compiler -pgo flagPaul Buetow
2025-06-16Implement Profile-Based Optimization (PBO) automation with 39.9% performance ...Paul Buetow
2025-06-16reduce polling interval to fix DTail integration test race conditionPaul Buetow
2025-06-16implement chunked I/O optimization for 5.5x performance improvementPaul Buetow
2025-06-16initial faster readfilePaul Buetow
2025-06-16fix testsPaul Buetow
2025-06-15add nil pointer receiver protection to dlog handlersPaul Buetow
2025-06-12add Go benchmark for dgrep on 10MB filePaul Buetow
2023-09-07update dependenciesPaul Buetow
2023-09-07refactor go build tagsPaul Buetow
2023-09-07add mapr aggregration on CSV integr testPaul Buetow
2023-09-07Can quote fields in select conditions, e.g. select `count($foo)`, ..Paul Buetow
2023-09-07add CSV to parserPaul Buetow
2023-09-07Add CSV unit testPaul Buetow
2023-09-07Add `custom1` and `custom2` log formats.Paul Buetow
2023-09-07Add mimecast parser stub. Open source version of DTail won't be with it.Paul Buetow
2023-09-07Refactor logformats so that they don't use reflection anymore.Paul Buetow
2023-09-07DTail: Restrict SSH MAC algorithms allowed - Update of few dependenciesPaul Buetow
2023-09-07Update dependenciesdependabot[bot]
2023-09-07Refactor - reduce code complexityPaul Buetow
2023-09-07This is not a snapshot release anymorePaul Buetow
2023-09-07document Outfile - tidy modsPaul Buetow
2023-09-07Fix typos.Paul Buetow
2023-09-07gofmt permission file headersPaul Buetow
2023-06-05can configure SSH algorithmsPaul Buetow
2022-07-15Fix typos.Paul Buetow
2022-03-15bump to be a snapshot releasePaul Buetow
2022-03-14a 0666 to OpenFile will respect the user's default umaskPaul Buetow
2022-03-14add integration test for "outfile append.."Paul Buetow
2022-03-14"append" now actually will append to an outfile now. previously we only added...Paul Buetow