Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-22 | FileSystemManager: Always remove directories recursively | Maksim Denisov | |
2024-11-14 | storage: Implement IWYU suggestions | Paul Cristian Sarbu | |
2024-10-08 | Name local variables using lower_case | Maksim Denisov | |
...and private members using lower_case_ | |||
2024-09-09 | Replace ArtifactDigest::CreateFromFile | Maksim Denisov | |
...with ArtifactDigestFactory::HashFileAs | |||
2024-08-27 | Reformat code to comply with clang-format 18 | Klaus Aehlig | |
... while keeping our .clang-format file. | |||
2024-07-22 | Unify tagging logic in HashFunction | Maksim Denisov | |
2024-07-22 | Use HashFunction from CAS in Compactifier | Maksim Denisov | |
2024-07-22 | Pass HashFunction to ArtifactDigest::Create | Maksim Denisov | |
2024-07-22 | Use HashFunction functionality via Instance() | Maksim Denisov | |
...to track changes during refactoring easier. | |||
2024-07-22 | Move ObjectCAS::CreateDigest to the private space | Maksim Denisov | |
2024-06-28 | Use (un)expected for CAS access | Oliver Reiche | |
2024-05-02 | Use a named constant length for FileStorage directory names | Maksim Denisov | |
2024-04-30 | Compactification: Split files concurrently. | Maksim Denisov | |
2024-04-30 | Compactification: Remove spliced files concurrently. | Maksim Denisov | |
2024-04-30 | Compactification: Remove invalid files concurrently. | Maksim Denisov | |
2024-04-22 | Compactification: Remove invalid entries from the storage. | Maksim Denisov | |
During compactification, invalid entries must be deleted. | |||
2024-04-17 | Compactification: Split large entries. | Maksim Denisov | |
During garbage collection split and remove from the storage every entry that is larger than a threshold. | |||
2024-04-17 | Compactification: Remove spliced entries. | Maksim Denisov | |
During garbage collection remove from the storage every entry that has the large entry. |