summaryrefslogtreecommitdiff
path: root/internal/server
AgeCommit message (Expand)Author
2025-06-30fix: resolve channel close panic and improve turbo mode synchronizationPaul Buetow
2025-06-30fix: ensure complete data transmission in turbo mode for dtail operationsPaul Buetow
2025-06-30fix: disable turbo boost for MapReduce operations in server modePaul Buetow
2025-06-29fix: improve aggregate channel switching for MapReduce operationsPaul Buetow
2025-06-29feat: enable turbo boost mode for tail (dtail) operationsPaul Buetow
2025-06-29feat: enable turbo boost mode for MapReduce (dmap) operationsPaul Buetow
2025-06-29fix: resolve dcat test failures with channel-less implementationPaul Buetow
2025-06-28refactor: consolidate optimization flags into DTAIL_TURBOBOOST_ENABLEPaul Buetow
2025-06-28feat: implement channel-less grep for 62% performance improvementPaul Buetow
2025-06-24Fix dcat tests for server mode and --plain flag handlingPaul Buetow
2024-03-29lint warningsPaul Buetow
2023-06-21DTail: Restrict SSH MAC algorithms allowed - Update of few dependenciesPaul Buetow
2022-07-15Fix typos.Paul Buetow
2022-02-15minor fix, add missing newlines to server messagesPaul Buetow
2021-12-05buffer line.Line for performancePaul Buetow
2021-12-04Refactor runJobs method to reduce its Cognitive ComplexityPaul Buetow
2021-12-04Refactor: Don't repeat myself.Paul Buetow
2021-11-06Remove insecure and dangerous relaxed auth modePaul Buetow
2021-11-02Bugfix: Dealing correctly with files without newline characters, also add mor...Paul Buetow
2021-10-31rename spartan mode to plain modePaul 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-29add dserver integration test for scheduled queryPaul 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-15refactorPaul Buetow
2021-10-14add dgrep context integration testsPaul Buetow
2021-10-14Merging grep context from masterPaul Buetow
2021-10-13add another dcat integration test - catting 100 files at oncePaul 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-09refactorPaul Buetow
2021-10-06move health check to separate client binaryPaul Buetow
2021-10-06enable faster shutdown - useful for dgrep/dmap and dcat commandsPaul Buetow
2021-10-05more on thisPaul Buetow
2021-10-05more on thisPaul Buetow
2021-10-02reduce logging in serverless modePaul Buetow
2021-10-02add more default fields to MAPREDUCEPaul 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-02fix auto reconnectPaul Buetow
2021-10-02add spartan modePaul Buetow
2021-10-02bugfix: dmap skipped the last couple of mapreduce linesPaul Buetow
2021-10-02mapreduce tables are in colors now tooPaul Buetow
2021-09-07Produce MAPREDUCE lines, can aggregate these via default log formatPaul Buetow
2021-09-06Print out client/server update notice even from dtail server 4 to dtailPaul Buetow
2021-08-281. Major performance gain by not checking for file truncation aftterPaul Buetow
2021-08-28make use of more buffers on server sidePaul Buetow
2021-08-28use a byte.Buffer in the file readerPaul Buetow
2021-08-22introduces the protocol packagePaul Buetow