summaryrefslogtreecommitdiff
path: root/src/utils/cpp/file_locking.cpp
AgeCommit message (Collapse)Author
2023-06-05File Locking: only compute absolute path, if not absolute alreadyKlaus Aehlig
... and in this way, ensure we can lock files given by absolute path even if we don't have a working directory. While there, drop uncessary split just to combine of the file name.
2023-01-20Utils: Add file locking utility classPaul Cristian Sarbu