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-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
2025-06-26
Refactor profiling and benchmarking tools from bash to Go
Paul Buetow
2025-06-26
feat: increase profiling test data sizes for meaningful results
Paul Buetow
2025-06-26
fix: update Makefile clean target and fix dmap profiling behavior
Paul Buetow
2025-06-26
fix: update profiling scripts to use correct path for generate_profile_data.go
Paul Buetow
2025-06-26
refactor: optimize DMap large file test to generate file only once
Paul Buetow
2025-06-26
update fedora release
Paul Buetow
2025-06-26
test: add integration test for DMap with large 100MB file
Paul Buetow
2025-06-26
refactor: move profiling scripts from benchmarks/ to profiling/
Paul Buetow
2025-06-26
fix: resolve package conflicts and update documentation
Paul Buetow
2025-06-26
docs: document remaining serverless mode large file issues
Paul Buetow
2025-06-26
fix: resolve serverless mode deadlock for profiling
Paul Buetow
2025-06-26
docs: add comprehensive plan to fix serverless mode deadlock
Paul Buetow
2025-06-26
docs: document serverless mode profiling hang issue
Paul Buetow
2025-06-26
fix: improve dmap profiling error handling
Paul Buetow
2025-06-26
fix: handle dmap continuous execution in profiling framework
Paul Buetow
2025-06-26
fix: resolve dmap profiling issues and optimize profiling speed
Paul Buetow
2025-06-26
feat: add profiling framework with command echoing
Paul Buetow
2025-06-26
Add benchmark baseline for v4.3.0
Paul Buetow
2025-06-25
Add comprehensive benchmarking framework for DTail
Paul Buetow
2025-06-25
only ignore Test log files
Paul Buetow
2025-06-25
Add comprehensive test logging infrastructure to integration tests
Paul Buetow
2025-06-25
Add multi-server MapReduce integration test
Paul Buetow
2025-06-25
fix: Add 2-minute timeout to dmap tests and fix TestDMap5CSV hanging issue
Paul Buetow
2025-06-24
Add test helpers and refactoring guide for integration tests
Paul Buetow
2025-06-24
Improve integration tests with colored output tests
Paul Buetow
2025-06-24
Fix fmt.Errorf non-constant format string errors in multiple packages
Paul Buetow
[next]