summaryrefslogtreecommitdiff
path: root/crates/fslock-guard/src
Commit message (Expand)AuthorAgeFilesLines
* fslock-guard: Add links to documentation about windows approachNick Mathewson2024-01-241-0/+7
* fslock-guard: use winapi to test file-equivalency on windowsNick Mathewson2024-01-231-6/+19
* fslockguard: try to document windows assumptionsNick Mathewson2024-01-231-0/+41
* Remove an XXX: fslock does indeed use O_CLOEXEC.Nick Mathewson2024-01-231-1/+0
* fslockguard: implement a delete_lock_file function.Nick Mathewson2024-01-231-3/+29
* Use fslock-arti-forkNick Mathewson2024-01-231-19/+6
* fslock-guard: Write down the locking protocol on UnixIan Jackson2024-01-231-0/+65
* fslock-guard: Rename os modulesIan Jackson2024-01-231-2/+2
* Give a formal semantics for the fslock operations.Ian Jackson2024-01-221-0/+15
* fslock-guard: sketch implementationNick Mathewson2024-01-211-0/+149