summaryrefslogtreecommitdiff
path: root/crates/fslock-guard
Commit message (Expand)AuthorAgeFilesLines
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-2/+2
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-072-2/+2
* Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-2/+2
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* release: Bump crates non-arti/non-tor crates with functional changes.Alexander Hansen Færøy2025-06-051-1/+1
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-3/+3
* *: use std::io::Error::other in many placesNick Mathewson2025-05-151-4/+1
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-1/+1
* Patchlevel bumps for Arti 1.3.2Nick Mathewson2025-01-071-1/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-12-021-1/+1
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-2/+2
* Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-09-031-1/+1
* Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* Minor bumps on fslock-guard, fs-mistrust, equixNick Mathewson2024-08-011-1/+1
* fslock-guard: Use Path::try_exists() instead of Path::exists().Gabriela Moldovan2024-07-301-4/+4
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-06-051-1/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-021-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Fix typos in documentationTobias Stoeckmann2024-03-061-2/+2
* Merge branch 'fslock_test' into 'main'Ian Jackson2024-03-052-0/+44
|\
| * fslock-guard: Add unit testsTobias Stoeckmann2024-03-012-0/+44
* | 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
| |/
* | Bump patchlevel of crates with functional changes.Gabriela Moldovan2024-03-041-1/+1
* | fslock-guard: Fix Windows compilationTobias Stoeckmann2024-03-011-2/+2
|/
* Bump minor versionsIan Jackson2024-02-051-1/+1
* 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-232-6/+22
* 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-232-3/+30
* Use fslock-arti-forkNick Mathewson2024-01-232-20/+7
* 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-213-0/+188