summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
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
2026-03-03feat(ssh-server): check auth key cache in public key callbackPaul Buetow
2026-03-03feat(ssh-server): add in-memory auth key storePaul Buetow
2026-03-02server: use auth strategy registry and stabilize turbo EOF syncPaul Buetow
2026-03-02handlers: use turbo EOF acknowledgement instead of sleep heuristicPaul Buetow
2026-03-02config: make server timing and buffer knobs configurablePaul Buetow
2026-03-02refactor: add readcommand facade for server dependenciesPaul Buetow
2026-03-02refactor: split turbo read processor construction in readcommandPaul Buetow
2026-03-02clients: add jittered exponential reconnect backoffPaul Buetow
2026-03-02refactor(logformat): replace parser switch with registryPaul Buetow
2026-03-02refactor(handlers): use command registry in server handlerPaul Buetow
2026-03-02refactor(handlers): decouple turbo network writer from base handlerPaul Buetow
2026-03-02mapr client: replace runtime panics with errorsPaul Buetow
2026-03-02server: enforce SSH handshake deadlinePaul Buetow
2026-03-02refactor(handlers): centralize protocol line/message formattingPaul Buetow
2026-03-02refactor(handlers): extract shutdown coordination from read commandPaul Buetow
2026-03-02Consolidate read command paths via strategy loop (task 333)Paul Buetow
2026-03-02Extract protocol and turbo responsibilities from baseHandler (task 327)Paul 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
2026-01-24test: add unit tests for turbo writer typesPaul Buetow
2026-01-24refactor: split large functions for maintainabilityPaul Buetow
2025-07-04feat: enhance PGO with detailed command execution loggingPaul Buetow
2025-07-04feat: complete PGO implementation with improved profilingPaul Buetow