index
:
dtail
master
refactor-trail-1
DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-07-04
feat: enhance PGO with detailed command execution logging
HEAD
master
Paul Buetow
2025-07-04
feat: complete PGO implementation with improved profiling
Paul Buetow
2025-07-04
fix: add profiling support to dtail and improve PGO workflow
Paul Buetow
2025-07-04
feat: add Profile-Guided Optimization (PGO) support
Paul Buetow
2025-07-04
add more baselines
Paul Buetow
2025-07-04
move
Paul Buetow
2025-07-04
docs: add turbo mode performance baseline and analysis
Paul Buetow
2025-07-04
cleanup
Paul Buetow
2025-07-04
fix: restore accidentally deleted mapr_testdata.log test file
Paul Buetow
2025-07-04
fix: remove unnecessary delays in turbo mode for serverless operation
Paul Buetow
2025-07-04
docs: add turbo mode performance analysis and new baseline
Paul Buetow
2025-07-04
chore: clean up temporary files and reorganize documentation
Paul Buetow
2025-07-04
refactor: change turbo boost to be enabled by default
Paul Buetow
2025-07-04
chore: clean up temporary test scripts and logs
Paul Buetow
2025-07-04
fix: resolve hanging TestTurboAggregateConcurrency test
Paul Buetow
2025-07-04
fix: resolve hanging test in TestTurboAggregateVsRegular
Paul Buetow
2025-07-04
fix: resolve MapReduce turbo mode issues and serverless processing
Paul Buetow
2025-07-03
fix: improve turbo mode MapReduce batch processing and shutdown sequence
Paul Buetow
2025-07-03
fix: implement thread-safe turbo mode for MapReduce operations
Paul Buetow
2025-07-02
feat: make turbo mode configurable via config file
Paul Buetow
2025-07-02
feat: add server info message for literal grep mode
Paul Buetow
2025-07-02
test: add comprehensive integration tests for literal and regex patterns
Paul Buetow
2025-07-02
perf: optimize grep for simple string matching
Paul Buetow
2025-07-02
perf: implement tiered buffer pooling to reduce allocations
Paul Buetow
2025-07-02
cleaning up old integration tests
Paul Buetow
2025-07-01
perf: optimize turbo mode for 2.87x faster serverless performance
Paul Buetow
2025-07-01
dont run old tests by default
Paul Buetow
2025-07-01
perf: optimize TestDMap3 to use higher concurrency config
Paul Buetow
2025-07-01
perf: increase MaxConcurrentCats to 10 for integration tests
Paul Buetow
2025-07-01
fix: restore missing test data file
Paul Buetow
2025-07-01
fix: resolve turbo mode race condition and improve TestDCat2
Paul Buetow
2025-07-01
feat: ensure command doesn't complete until all pending files are processed
Paul Buetow
2025-06-30
feat: track pending files to prevent premature server shutdown
Paul Buetow
2025-06-30
fix: resolve channel close panic and improve turbo mode synchronization
Paul Buetow
2025-06-30
fix: ensure complete data transmission in turbo mode for dtail operations
Paul Buetow
2025-06-30
fix: improve test server cleanup to prevent intermittent TestDMap2 failures
Paul Buetow
2025-06-30
fix: disable turbo boost for MapReduce operations in server mode
Paul Buetow
2025-06-30
fix: correct typo in testhelpers.go function name
Paul Buetow
2025-06-29
fix: improve aggregate channel switching for MapReduce operations
Paul Buetow
2025-06-29
feat: enable turbo boost mode for tail (dtail) operations
Paul Buetow
2025-06-29
feat: enable turbo boost mode for MapReduce (dmap) operations
Paul Buetow
2025-06-29
fix: respect MaxLineLength in turbo boost mode for integration tests
Paul Buetow
2025-06-29
fix: auto-override hostname to 'integrationtest' in integration test mode
Paul Buetow
2025-06-29
test: remove dcat1d.txt from integration tests
Paul Buetow
2025-06-29
fix: resolve dcat test failures with channel-less implementation
Paul Buetow
2025-06-28
refactor: consolidate optimization flags into DTAIL_TURBOBOOST_ENABLE
Paul Buetow
2025-06-28
feat: implement channel-less grep for 62% performance improvement
Paul Buetow
2025-06-27
Add comprehensive profiling documentation and clean up unused dependencies
Paul Buetow
2025-06-26
Remove bash scripts and update documentation to use dtail-tools
Paul Buetow
2025-06-26
Fix dmap CSV query syntax in profiling tool
Paul Buetow
[next]