| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | improved scrubbing of oplogs and filecas (#596) | Stefan Boberg | 2023-12-11 | 1 | -0/+7 |
| | | | | | | | - Improvement: Scrub command now validates compressed buffer hashes in filecas storage (used for large chunks) - Improvement: Added --dry, --no-gc and --no-cas options to zen scrub command - Improvement: Implemented oplog scrubbing (previously was a no-op) - Improvement: Implemented support for running scrubbint at startup with --scrub=<options> | ||||
| * | Content scrubbing (#271) | Stefan Boberg | 2023-05-16 | 1 | -2/+43 |
| | | | | Added zen scrub command which may be triggered via the zen CLI helper. This traverses storage and validates contents either by content hash and/or by structure. If unexpected data is encountered it is invalidated. | ||||
| * | build fix (accidental commit on the wrong branch) | Stefan Boberg | 2023-05-11 | 1 | -1/+1 |
| | | |||||
| * | clang-format | Stefan Boberg | 2023-05-11 | 1 | -1/+3 |
| | | |||||
| * | added scrubcontext.cpp | Stefan Boberg | 2023-05-11 | 1 | -0/+15 |