summaryrefslogtreecommitdiff
path: root/crates/fslock-guard/src
Commit message (Expand)AuthorAgeFilesLines
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+2
* fslock-guard: Provide specialized android impls.Nick Mathewson2026-05-281-0/+61
* fslock-guard: Extract calls to {try_,}lockNick Mathewson2026-05-281-2/+18
* fslock-guard: Use windows-sys and GetFileInformationByHandleEx.Nick Mathewson2026-05-121-21/+44
* fslock-guard: Fix up documentation a bit.Nick Mathewson2026-05-061-5/+14
* fslock-guard: Compile on wasm.Nick Mathewson2026-05-061-0/+16
* fslock-guard: Remove fslock dependency.Nick Mathewson2026-05-061-24/+39
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* *: use std::io::Error::other in many placesNick Mathewson2025-05-151-4/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* fslock-guard: Use Path::try_exists() instead of Path::exists().Gabriela Moldovan2024-07-301-4/+4
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Merge branch 'fslock_test' into 'main'Ian Jackson2024-03-051-0/+41
|\
| * fslock-guard: Add unit testsTobias Stoeckmann2024-03-011-0/+41
* | Merge branch 'windows_comments' into 'main'Ian Jackson2024-03-051-12/+2
|\ \
| * | fslock-guard: Update Windows commentsTobias Stoeckmann2024-03-011-12/+2
| |/
* | Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\ \
| * | deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
| |/
* / fslock-guard: Fix Windows compilationTobias Stoeckmann2024-03-011-2/+2
|/
* 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