summaryrefslogtreecommitdiff
path: root/internal/io
AgeCommit message (Expand)Author
2026-04-10Fix known-hosts trust deadlock, host key stat, and optional nozstd buildPaul Buetow
2026-03-19task 260: harden ssh server key file access with OpenRootPaul Buetow
2026-03-19task 261: harden server reads with OpenRootPaul Buetow
2026-03-13Stop stale query work promptly on generation cancelPaul Buetow
2026-03-13task 682e6ae9: filter stale generation outputPaul Buetow
2026-03-10Refactor server-side config singleton readsPaul Buetow
2026-03-08task: add optimized file-reader processor tests (task 376)Paul Buetow
2026-03-08task: propagate dropped processing and flush errors (task 379)Paul Buetow
2026-03-08task: close compressed readers in file read paths (task 377)Paul Buetow
2026-03-08task: harden truncate signal lifecycle in processor readers (task 372)Paul Buetow
2026-03-03Apply go fix build tag modernizationPaul Buetow
2026-02-03Add SSH agent key selection and fix MapReduce outfile handlingPaul Buetow
2026-01-29refactor: improve Go best practices compliancePaul Buetow
2025-07-02perf: implement tiered buffer pooling to reduce allocationsPaul Buetow
2025-07-01perf: optimize turbo mode for 2.87x faster serverless performancePaul Buetow
2025-07-01fix: resolve turbo mode race condition and improve TestDCat2Paul Buetow
2025-06-30fix: ensure complete data transmission in turbo mode for dtail operationsPaul Buetow
2025-06-29fix: respect MaxLineLength in turbo boost mode for integration testsPaul Buetow
2025-06-28feat: implement channel-less grep for 62% performance improvementPaul Buetow
2025-06-26fix: resolve package conflicts and update documentationPaul Buetow
2025-06-26fix: resolve serverless mode deadlock for profilingPaul Buetow
2024-03-29lint warningsPaul Buetow
2022-07-15gofmt permission file headersPaul Buetow
2022-03-14a 0666 to OpenFile will respect the user's default umaskPaul Buetow
2022-02-15minor fix, add missing newlines to server messagesPaul Buetow
2021-12-21remove year from datestampPaul Buetow
2021-12-08Document exported line.New function.Paul Buetow
2021-12-06Refactor local context filter method to reduce its cognitive complexityPaul Buetow
2021-12-05buffer line.Line for performancePaul Buetow
2021-12-04refactorPaul Buetow
2021-12-04Refactor LContext handling to reduce cognitive method complexity.Paul Buetow
2021-12-04Refactor read method to reduce its Cognitive Complexity.Paul Buetow
2021-12-03satisfy sonarqubePaul Buetow
2021-12-03Use nested comments to satisfy SonarQubePaul Buetow
2021-12-03fix misuse of unbuffered channel for OS signal handlingPaul Buetow
2021-12-03comment why none logger documentation is emptyPaul Buetow
2021-11-03Add integration test for long line splitting - Also fixed a bug regarding thi...Paul Buetow
2021-11-02Bugfix: Dealing correctly with files without newline characters, also add mor...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-27Fix --shutdownAfter client switchPaul Buetow
2021-10-24Fix DCat color test.Paul Buetow
2021-10-24Fix deadlock around aggregating data + server max concurrent file read limiterPaul Buetow
2021-10-19lowercase log rotation comparisonPaul Buetow
2021-10-14add dgrep context integration testsPaul Buetow
2021-10-14Merging grep context from masterPaul Buetow
2021-10-12Update JSON-schema to reflect all recent config file changes.Paul Buetow
2021-10-10add another dmap test - reading 100 source files at oncePaul Buetow
2021-10-10vetting and linting and some code restylingPaul Buetow
2021-10-10add dtail health check unit test.Paul Buetow