Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: Improve inode cache robustness | Joel Rosdahl | 2022-08-05 | 1 | -0/+4 |
* | fix: Hash time information on inode cache hit | Joel Rosdahl | 2022-08-03 | 1 | -11/+13 |
* | Remove system.hpp, including what’s needed instead | Joel Rosdahl | 2021-07-07 | 1 | -4/+1 |
* | Use some generic lambda expressions | Joel Rosdahl | 2021-06-19 | 1 | -1/+1 |
* | Improve mutex handling code structure in InodeCache | Joel Rosdahl | 2020-12-07 | 1 | -3/+4 |
* | Remove superfluous include of cstdint/stdint.h | Joel Rosdahl | 2020-08-06 | 1 | -1/+0 |
* | Use std::string in InodeCache APIs | Joel Rosdahl | 2020-07-29 | 1 | -3/+4 |
* | Build InodeCache.cpp only when inode cache is supported | Joel Rosdahl | 2020-06-23 | 1 | -5/+2 |
* | Implement some suggestions from clang-tidy 10 | Joel Rosdahl | 2020-06-23 | 1 | -3/+3 |
* | Add Digest class, replacing struct digest | Joel Rosdahl | 2020-06-14 | 1 | -5/+5 |
* | Fix some trivial code style issues | Joel Rosdahl | 2020-05-31 | 1 | -2/+2 |
* | Add inode cache for file hashes (#577) | Olle Liljenzin | 2020-05-31 | 1 | -0/+113 |