summaryrefslogtreecommitdiff
path: root/src/InodeCache.hpp
Commit message (Expand)AuthorAgeFilesLines
* chore: Fix typoJoel Rosdahl2022-11-201-1/+1
* fix: Avoid race condition in inode cache for quick updatesJoel Rosdahl2022-11-201-3/+24
* feat: Improve inode cache robustnessJoel Rosdahl2022-08-051-0/+4
* fix: Hash time information on inode cache hitJoel Rosdahl2022-08-031-11/+13
* Remove system.hpp, including what’s needed insteadJoel Rosdahl2021-07-071-4/+1
* Use some generic lambda expressionsJoel Rosdahl2021-06-191-1/+1
* Improve mutex handling code structure in InodeCacheJoel Rosdahl2020-12-071-3/+4
* Remove superfluous include of cstdint/stdint.hJoel Rosdahl2020-08-061-1/+0
* Use std::string in InodeCache APIsJoel Rosdahl2020-07-291-3/+4
* Build InodeCache.cpp only when inode cache is supportedJoel Rosdahl2020-06-231-5/+2
* Implement some suggestions from clang-tidy 10Joel Rosdahl2020-06-231-3/+3
* Add Digest class, replacing struct digestJoel Rosdahl2020-06-141-5/+5
* Fix some trivial code style issuesJoel Rosdahl2020-05-311-2/+2
* Add inode cache for file hashes (#577)Olle Liljenzin2020-05-311-0/+113