| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-22 | feat: DTail fork — server/client feature development | Paul Buetow | |
| Squashed development of the snonux/dtail fork's product code (internal/, cmd/) since diverging from mimecast/dtail. Major areas: - Read/output path: the former "turbo" channel-less path is now the single, default server-side read/output path for cat/grep/tail and MapReduce; the old channel-based path and its config/env toggles were removed. - MapReduce: single aggregate implementation (server + serverless) fed directly by a processor pipeline, with input-exhausted finalization via the shutdown coordinator; high-concurrency and data-race fixes. - Journal source reads (journal:unit.service) via journalctl, Linux-gated behind a journal-v1 capability. - Auth-key fast reconnect: in-memory per-user public-key cache with TTL/max-keys, registered over an authenticated session (AUTHKEY), checked before authorized_keys. - Interactive query reload (--interactive-query) with SESSION START/UPDATE generation boundaries and capability negotiation. - Client-side deadlines: --timeout / --shutdownAfter as context deadlines; follow shutdown handling. - Client logging: diagnostics-only daily log by default, opt-in payload tee via --log-payload. - Numerous correctness fixes (buffer-pool double-recycle races, EOF-sentinel leaks, glob-expansion cap, TOCTOU in CSV parsing) with accompanying unit tests. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||
| 2024-03-29 | lint warnings | Paul Buetow | |
| 2021-12-03 | fix misuse of unbuffered channel for OS signal handling | Paul Buetow | |
| 2021-11-06 | Remove insecure and dangerous relaxed auth mode | Paul Buetow | |
| 2021-10-29 | rename relaxed auth flag | Paul Buetow | |
| 2021-10-20 | make pprof bind address configurable | Paul Buetow | |
| 2021-10-15 | Execute test directories individually | Paul Buetow | |
| 2021-10-10 | vetting and linting and some code restyling | Paul Buetow | |
| 2021-10-10 | add dtail health check unit test. | Paul Buetow | |
| 2021-10-09 | refactor | Paul Buetow | |
| 2021-10-03 | add dmap tests | Paul Buetow | |
| 2021-10-02 | Client default log dir is ~/log | Paul Buetow | |
| 2021-10-02 | can have daily and normal file log rotation | Paul Buetow | |
| 2021-10-02 | refactor config reader - also looks in additional search paths for config ↵ | Paul Buetow | |
| file unless NONE is specified | |||
| 2021-10-02 | move args to config package | Paul Buetow | |
| logger package rewrite as dlog | |||
| 2021-10-02 | add spartan mode | Paul Buetow | |
| 2021-08-22 | introduces the protocol package | Paul Buetow | |
| 2021-08-21 | assume daily log strategy when logDir specified via command line arg | Paul Buetow | |
| 2021-08-21 | can specify logDir of dserver via command line | Paul Buetow | |
| 2021-08-12 | add missing brush and also add color client configs plus jsonschema | Paul Buetow | |
| 2021-07-31 | more on configurable colors | Paul Buetow | |
| 2020-09-04 | add ssh relaxed auth mode | Paul Buetow | |
| 2020-09-04 | refactoring client args passing | Paul Buetow | |
| 2020-05-13 | add more ssh key debugging | Paul Buetow | |
| 2020-03-04 | fix silent logging https://github.com/mimecast/dtail/issues/5 | Paul Buetow | |
| 2020-03-04 | can tail probe with a given timeout and then write a mapreduce result | Paul Buetow | |
| 2020-02-16 | server kills subprocesses correctly on cancel | Paul Bütow | |
| 2020-02-10 | initial scheduled jobs | Paul Bütow | |
| 2020-02-07 | Introduce drun command, refactor code to use context package | Paul Bütow | |
| 2020-01-21 | Move commands to cmd/ and move internal dependencies to internal/ | Paul Bütow | |
