summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Collapse)Author
2026-04-11b0: add tests and docs for percentage/percentile aggregationsPaul Buetow
2026-04-10task 80: fix protocol compatibility parsingPaul Buetow
2026-04-10Fix known-hosts trust deadlock, host key stat, and optional nozstd buildPaul Buetow
- stdout logger: release mutex while waiting on pause resume so prompt callbacks can log (fixes hang after trusting new hosts; known_hosts was written but Resume never ran). - known hosts callback: stop borrowing the SSH dial throttle channel (could block or interact badly with parallel handshakes). - host key path: use errors.Is(..., fs.ErrNotExist) for RootedPath.Stat wrapped errors; stat errors now fail fast instead of mis-read. - public key path: same ErrNotExist check for authorized_keys miss. - Build: optional DTAIL_NO_ZSTD=yes / nozstd tag for CGO-free builds; split zstd readers into tagged files. - Docs/examples: firewalld note for port 2222, log prune timer+script, SSHBindAddress note, dserver unit disabled-by-default comment; firewalld helper script example. - Regression test for stdout pause/mutex behavior. Made-with: Cursor
2026-03-20Optimize mapr parsing and stabilize aggregate shutdownPaul Buetow
2026-03-19task 213: harden interactive query session transitionsPaul Buetow
2026-03-19task 256: support passphrase-protected key loadingPaul Buetow
2026-03-19task 259: harden known_hosts updates with OpenRootPaul 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-13Fix mapreduce integration drain racePaul Buetow
2026-03-13Fix serverless output draining regressionsPaul Buetow
2026-03-13Expand runtime query unit test coveragePaul Buetow
2026-03-13Stop stale query work promptly on generation cancelPaul 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 682e6ae9: filter stale generation outputPaul Buetow
2026-03-13task 58076a44: enable query session workloadsPaul Buetow
2026-03-13task 407: add client session transportPaul Buetow
2026-03-13task 399: add capability fallback helperPaul Buetow
2026-03-13task 398: implement session preemptionPaul 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-08change version to ng (next gen)Paul 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: replace looped time.After with tickers (task 378)Paul Buetow
2026-03-08task: close compressed readers in file read paths (task 377)Paul Buetow
2026-03-08task: scope auth key dependencies to server instances (task 375)Paul Buetow
2026-03-08task: parse ssh remote host with SplitHostPort (task 374)Paul Buetow
2026-03-08task: replace panic path in known hosts trust flow (task 373)Paul Buetow
2026-03-08task: harden truncate signal lifecycle in processor readers (task 372)Paul Buetow
2026-03-05more on thisPaul Buetow
2026-03-05Improve lint/vet reliability and refactor client runtime/bootstrapPaul Buetow
2026-03-04refactor: simplify nil-or-empty token checks in query parser (task 338)Paul Buetow
2026-03-04fix: correct break/select flow and remove unreachable code (task 338)Paul Buetow
2026-03-04perf: avoid range-value struct copies in server job loops (task 351)Paul Buetow
2026-03-04fix: replace looped time.After with reusable tickers (task 359)Paul Buetow
2026-03-04fix: avoid defer-in-loop cancel in base client retry (task 359)Paul Buetow
2026-03-03Stabilize integration-mode auth tests and concurrent dcat readsPaul Buetow
2026-03-03Add dtailhealth no-auth-key flag and adjust turbo EOF handlingPaul Buetow
2026-03-03Apply go fix build tag modernizationPaul Buetow
2026-03-03Add percentage and percentile mapr aggregatorsPaul 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-03feat(ssh-client): collect auth methods in fallback orderPaul Buetow
2026-03-03feat(server): add AUTHKEY command handlingPaul Buetow