summaryrefslogtreecommitdiff
path: root/internal/io/fs
AgeCommit message (Expand)Author
2025-06-20Fix dcat/dgrep serverless mode to show REMOTE protocol formatrefactor-trail-1Paul 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-18Remove old channel-based implementation filesPaul Buetow
2025-06-18Complete channelless migration 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-12add Go benchmark for dgrep on 10MB filePaul Buetow
2022-07-15gofmt permission file headersPaul Buetow
2022-02-15minor fix, add missing newlines to server messagesPaul 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-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 deadlock around aggregating data + server max concurrent file read limiterPaul Buetow
2021-10-14add dgrep context integration testsPaul Buetow
2021-10-14Merging grep context from masterPaul 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-06enable faster shutdown - useful for dgrep/dmap and dcat commandsPaul Buetow
2021-10-02add dcat testPaul Buetow
2021-10-02move args to config packagePaul Buetow
2021-10-02add spartan modePaul Buetow
2021-10-02mapreduce tables are in colors now tooPaul Buetow
2021-08-281. Major performance gain by not checking for file truncation aftterPaul Buetow
2021-08-28use a byte.Buffer in the file readerPaul Buetow
2021-08-21read files bytewise for more control of whats happening - change transport pr...Paul Buetow
2020-12-29Make Linux ACL support optional, as it requires CGo and makes the binary less...Paul Buetow