summaryrefslogtreecommitdiff
path: root/src/util/LockFile.hpp
Commit message (Expand)AuthorAgeFilesLines
* feat: Improve automatic cache cleanup mechanismJoel Rosdahl2023-01-171-3/+3
* enhance: Make util::LockFile movableJoel Rosdahl2023-01-111-0/+3
* chore: Add missing explicit keywords to some constructorsJoel Rosdahl2023-01-111-1/+1
* enhance: Extract lock keep-alive thread to a manager classJoel Rosdahl2022-12-131-41/+10
* refactor: Make LockFile guard itself without a LockFileGuardJoel Rosdahl2022-12-131-49/+20
* enhance: Allow short-lived lock file to wait for long-livedJoel Rosdahl2022-12-131-9/+4
* refactor: Use util::TimePoint for timestampsJoel Rosdahl2022-09-211-3/+4
* enhance: Improve lock file implementationJoel Rosdahl2022-07-051-0/+145