summaryrefslogtreecommitdiff
path: root/internal/clients
AgeCommit message (Expand)Author
2026-04-10Fix known-hosts trust deadlock, host key stat, and optional nozstd buildPaul Buetow
2026-03-20Optimize mapr parsing and stabilize aggregate shutdownPaul Buetow
2026-03-19task 213: harden interactive query session transitionsPaul Buetow
2026-03-13Fix serverless output draining regressionsPaul Buetow
2026-03-13Expand runtime query unit test coveragePaul Buetow
2026-03-13task be5429a7: cover reconnect session restorePaul Buetow
2026-03-13task 57753d28: add interactive query controlPaul Buetow
2026-03-13task 4abe7505: reset dmap generation statePaul Buetow
2026-03-13task 407: add client session transportPaul Buetow
2026-03-13task 399: add capability fallback helperPaul Buetow
2026-03-13task 400: add server session command scaffoldingPaul Buetow
2026-03-13task 399: add client session spec scaffoldingPaul Buetow
2026-03-10Introduce client runtime boundariesPaul Buetow
2026-03-10Refactor server-side config singleton readsPaul Buetow
2026-03-08task: replace looped time.After with tickers (task 378)Paul Buetow
2026-03-08task: scope auth key dependencies to server instances (task 375)Paul Buetow
2026-03-04fix: avoid defer-in-loop cancel in base client retry (task 359)Paul Buetow
2026-03-03Add auth-key fast reconnect integration coveragePaul Buetow
2026-03-03feat(config): add auth-key CLI and server cache settingsPaul Buetow
2026-03-03feat(client): register AUTHKEY after SSH session startPaul Buetow
2026-03-02config: make server timing and buffer knobs configurablePaul Buetow
2026-03-02clients: add jittered exponential reconnect backoffPaul Buetow
2026-03-02mapr client: replace runtime panics with errorsPaul Buetow
2026-03-02Refactor server path to use injected runtime config (task 329)Paul Buetow
2026-02-15refactor: implement context-aware network dialingPaul 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-04fix: remove unnecessary delays in turbo mode for serverless operationPaul Buetow
2025-07-04fix: resolve MapReduce turbo mode issues and serverless processingPaul Buetow
2025-06-29fix: resolve dcat test failures with channel-less implementationPaul 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-29only rename .csv.tmp to .csv when the final result was writtenPaul 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-15add missing newlines to server messages when running mapreduce queries tooPaul Buetow
2022-02-14hotfixing dtail health checkPaul Buetow
2021-11-07can set ssh private key path file via env varPaul Buetow
2021-11-04Correct mapr stdout newlinesPaul Buetow
2021-11-02Make it so that DTail 3 incompatibility error is printed when trying to conne...Paul Buetow
2021-11-02Bugfix: Dealing correctly with files without newline characters, also add mor...Paul Buetow
2021-10-27Fix --shutdownAfter client switchPaul Buetow
2021-10-27integration tests use separate ssh private key filePaul Buetow
2021-10-24Fix deadlock around aggregating data + server max concurrent file read limiterPaul Buetow
2021-10-21merge developPaul Buetow
2021-10-21backport mapreduce reporter rampup from masterPaul Buetow
2021-10-19Bugfix: Use correct hostname when no port specifiedPaul Buetow
2021-10-11add dtail integration testPaul Buetow