| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-13 | task 399: add client session spec scaffolding | Paul Buetow | |
| 2026-03-10 | Introduce client runtime boundaries | Paul Buetow | |
| 2026-03-08 | task: pass explicit base context into client runtime (task 381) | Paul Buetow | |
| 2026-03-08 | task: replace panic-based CLI/runtime exits (task 380) | Paul Buetow | |
| 2026-03-05 | Improve lint/vet reliability and refactor client runtime/bootstrap | Paul Buetow | |
| 2026-03-03 | feat(config): add auth-key CLI and server cache settings | Paul Buetow | |
| 2026-02-03 | Add SSH agent key selection and fix MapReduce outfile handling | Paul Buetow | |
| This commit adds two major features and fixes: 1. SSH Agent Key Selection: - Add --agentKeyIndex flag to select specific SSH agent key (0-based) - Solves "too many authentication failures" with multiple SSH keys - Default -1 uses all keys (backwards compatible) - Available in dtail, dcat, dgrep, dmap commands 2. MapReduce Outfile Fixes: - CSV files now written at every interval, not just on exit - Proper signal handling (SIGTERM/SIGINT) with graceful shutdown - 5-second grace period for cleanup before force exit - Fixes issue where outfile remained as .tmp during execution Usage: dtail --servers host --agentKeyIndex 0 --query '...' outfile results.csv This is particularly useful with YubiKey/hardware tokens where many keys are loaded in the SSH agent, and for monitoring MapReduce results in real-time as they're computed. Co-authored-by: Cursor <cursoragent@cursor.com> | |||
| 2025-06-26 | feat: add profiling framework with command echoing | Paul Buetow | |
| Created a comprehensive profiling framework for dtail commands (dcat, dgrep, dmap) to analyze CPU usage and memory allocations. The framework now prints all executed commands to stdout for full transparency. Key features: - Integrated Go profiling (CPU, memory, allocations) into all three commands - Created profile.sh bash script for analyzing pprof profiles - Added multiple Makefile targets for different profiling scenarios - Automated profiling scripts with command echoing - Support for different data sizes (quick, normal, full) - Special handling for dmap MapReduce format All profiling commands are now echoed to stdout before execution, making it easy to understand what the framework is doing and reproduce commands manually. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> | |||
| 2024-03-29 | lint warnings | Paul Buetow | |
| 2021-11-07 | can set ssh private key path file via env var | Paul Buetow | |
| 2021-10-31 | rename spartan mode to plain mode | Paul Buetow | |
| 2021-10-27 | integration tests use separate ssh private key file | Paul Buetow | |
| 2021-10-20 | make pprof bind address configurable | Paul Buetow | |
| 2021-10-15 | add dcat color output test | 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-09 | refactor | 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 | Client default log dir is ~/log | 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 | additional flags can be interpreted as file list | 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-12-29 | Quiet mode also affects client side logging | Paul Buetow | |
| 2020-12-26 | rename spartan to quiet | Paul Buetow | |
| 2020-12-26 | initial spartan mode support | Paul Buetow | |
| 2020-12-08 | merge develop | Paul Buetow | |
| 2020-09-10 | printing client stats every other second only if the connection count has ↵ | Paul Buetow | |
| changed or when SIGUSR1 or SIGINFO recieved | |||
| 2020-09-04 | remove of Quiet mode, this will be obsolete | Paul Buetow | |
| 2020-09-04 | refactoring client args passing | Paul Buetow | |
| 2020-05-20 | can specify a private ssh key via command line, no password support yet though | 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-02-16 | server kills subprocesses correctly on cancel | 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 | |
