| 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 | |
| 2022-07-15 | gofmt permission file headers | Paul Buetow | |
| 2022-03-14 | a 0666 to OpenFile will respect the user's default umask | Paul Buetow | |
| 2022-02-15 | minor fix, add missing newlines to server messages | Paul Buetow | |
| 2021-12-21 | remove year from datestamp | Paul Buetow | |
| 2021-12-08 | Document exported line.New function. | Paul Buetow | |
| 2021-12-06 | Refactor local context filter method to reduce its cognitive complexity | Paul Buetow | |
| 2021-12-05 | buffer line.Line for performance | Paul Buetow | |
| 2021-12-04 | refactor | Paul Buetow | |
| 2021-12-04 | Refactor LContext handling to reduce cognitive method complexity. | Paul Buetow | |
| 2021-12-04 | Refactor read method to reduce its Cognitive Complexity. | Paul Buetow | |
| 2021-12-03 | satisfy sonarqube | Paul Buetow | |
| 2021-12-03 | Use nested comments to satisfy SonarQube | Paul Buetow | |
| 2021-12-03 | fix misuse of unbuffered channel for OS signal handling | Paul Buetow | |
| 2021-12-03 | comment why none logger documentation is empty | Paul Buetow | |
| 2021-11-03 | Add integration test for long line splitting - Also fixed a bug regarding ↵ | Paul Buetow | |
| this along the way | |||
| 2021-11-02 | Bugfix: Dealing correctly with files without newline characters, also add ↵ | Paul Buetow | |
| more tests | |||
| 2021-10-31 | add dmap integration test with stdin input pipe | Paul Buetow | |
| 2021-10-30 | add support to read from stdin pipe in serverless mode, e.g. grep foo.log | ↵ | Paul Buetow | |
| dmap "select from ...." | |||
| 2021-10-27 | Fix --shutdownAfter client switch | Paul Buetow | |
| 2021-10-24 | Fix DCat color test. | Paul Buetow | |
| 2021-10-24 | Fix deadlock around aggregating data + server max concurrent file read limiter | Paul Buetow | |
| 2021-10-19 | lowercase log rotation comparison | Paul Buetow | |
| 2021-10-14 | add dgrep context integration tests | Paul Buetow | |
| 2021-10-14 | Merging grep context from master | Paul Buetow | |
| 2021-10-12 | Update JSON-schema to reflect all recent config file changes. | Paul Buetow | |
| 2021-10-10 | add another dmap test - reading 100 source files at once | Paul Buetow | |
| fix a data race when reading multiple files on one server from the same session at once | |||
| 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-06 | move health check to separate client binary | Paul Buetow | |
| 2021-10-06 | enable faster shutdown - useful for dgrep/dmap and dcat commands | Paul Buetow | |
| 2021-10-05 | Paul Buetow | ||
| 2021-10-03 | add dmap tests | Paul Buetow | |
| 2021-10-02 | add dcat test | Paul Buetow | |
| 2021-10-02 | reduce logging in serverless mode | Paul Buetow | |
| 2021-10-02 | Client default log dir is ~/log | Paul Buetow | |
| 2021-10-02 | add more default fields to MAPREDUCE | 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-10-02 | mapreduce tables are in colors now too | Paul Buetow | |
| 2021-09-07 | Produce MAPREDUCE lines, can aggregate these via default log format | Paul Buetow | |
| 2021-08-28 | 1. Major performance gain by not checking for file truncation aftter | Paul Buetow | |
| each bytes read. 2. Introduce field separator to the protocol package. | |||
| 2021-08-28 | use a byte.Buffer in the file reader | Paul Buetow | |
| 2021-08-21 | read files bytewise for more control of whats happening - change transport ↵ | Paul Buetow | |
| protocol for more control over newlines | |||
| 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 | |
