summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2026-07-22build: DTail fork — benchmarks, PGO tooling, Makefile, dockerPaul Buetow
Squashed development of the build/benchmark/profiling tooling: - Turbo-vs-normal and per-tool benchmark harnesses under benchmarks/ (with dated baseline and result artifacts preserved), plus MapReduce/SSH/network suites. - Profile-Guided Optimization workflow (internal/tools/pgo lives with the code): Makefile targets (make pgo / pgo-quick / build-pgo), profile generation with non-zero-sample and representativeness guards. - Makefile targets for build, test (unit + integration), lint, vet, benchmarking and profiling; docker config updates. - .gitignore hardened against pgo profiles and accidental integration-test debug/output dumps. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2021-10-27integration tests use separate ssh private key filePaul Buetow
2021-10-24Bump up RC versionPaul Buetow
2021-10-19Can configure DTail client not to mess with ~/.ssh/known_hosts via env var - ↵Paul Buetow
this is useful for running unit and integration tests in jenkins
2021-10-02add dcat testPaul Buetow
2021-10-02move args to config packagePaul Buetow
logger package rewrite as dlog
2020-11-22mergePaul Buetow
2020-11-22add commentsPaul Buetow
2020-11-22git ignore root level binary filesPaul Buetow
2020-01-09Release of DTail v1.0.0v1.0.0Paul Bütow