index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
fslock-guard
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump the minor version of every published crate except for `arti`.
Nick Mathewson
2025-08-28
1
-2
/
+2
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
2
-2
/
+2
*
Set MSRV to 1.85.
Nick Mathewson
2025-08-05
1
-1
/
+1
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2025-07-07
1
-2
/
+2
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
release: Bump crates non-arti/non-tor crates with functional changes.
Alexander Hansen Færøy
2025-06-05
1
-1
/
+1
*
./maint/cargo_sort: Run cargo-sort on the entire workspace.
Gabriela Moldovan
2025-05-27
1
-3
/
+3
*
*: use std::io::Error::other in many places
Nick Mathewson
2025-05-15
1
-4
/
+1
*
All crates: bump rust-version to 1.83.
Nick Mathewson
2025-05-13
1
-1
/
+1
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2025-03-31
1
-1
/
+1
*
Patchlevel bumps for Arti 1.3.2
Nick Mathewson
2025-01-07
1
-1
/
+1
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-12-02
1
-1
/
+1
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-1
/
+1
*
Minor bumps on non-tor/arti crates
Nick Mathewson
2024-09-30
1
-2
/
+2
*
Upgrade MSRV to 1.77
Nick Mathewson
2024-09-25
1
-1
/
+1
*
Bump MSRV from 1.70 to 1.75.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+1
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-09-03
1
-1
/
+1
*
Don't need to tell docs.rs to enable `docsrs` cfg
Kunal Mehta
2024-08-02
1
-1
/
+0
*
Minor bumps on fslock-guard, fs-mistrust, equix
Nick Mathewson
2024-08-01
1
-1
/
+1
*
fslock-guard: Use Path::try_exists() instead of Path::exists().
Gabriela Moldovan
2024-07-30
1
-4
/
+4
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-06-05
1
-1
/
+1
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Bump patchlevel versions on non-{tor/arti} crates.
Nick Mathewson
2024-04-02
1
-2
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Fix typos in documentation
Tobias Stoeckmann
2024-03-06
1
-2
/
+2
*
Merge branch 'fslock_test' into 'main'
Ian Jackson
2024-03-05
2
-0
/
+44
|
\
|
*
fslock-guard: Add unit tests
Tobias Stoeckmann
2024-03-01
2
-0
/
+44
*
|
Merge branch 'windows_comments' into 'main'
Ian Jackson
2024-03-05
1
-12
/
+2
|
\
\
|
*
|
fslock-guard: Update Windows comments
Tobias Stoeckmann
2024-03-01
1
-12
/
+2
|
|
/
*
|
Merge branch 'deny-unchecked-duration-substraction' into 'main'
Ian Jackson
2024-03-05
1
-0
/
+1
|
\
\
|
*
|
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
|
|
/
*
|
Bump patchlevel of crates with functional changes.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
*
|
fslock-guard: Fix Windows compilation
Tobias Stoeckmann
2024-03-01
1
-2
/
+2
|
/
*
Bump minor versions
Ian Jackson
2024-02-05
1
-1
/
+1
*
fslock-guard: Add links to documentation about windows approach
Nick Mathewson
2024-01-24
1
-0
/
+7
*
fslock-guard: use winapi to test file-equivalency on windows
Nick Mathewson
2024-01-23
2
-6
/
+22
*
fslockguard: try to document windows assumptions
Nick Mathewson
2024-01-23
1
-0
/
+41
*
Remove an XXX: fslock does indeed use O_CLOEXEC.
Nick Mathewson
2024-01-23
1
-1
/
+0
*
fslockguard: implement a delete_lock_file function.
Nick Mathewson
2024-01-23
2
-3
/
+30
*
Use fslock-arti-fork
Nick Mathewson
2024-01-23
2
-20
/
+7
*
fslock-guard: Write down the locking protocol on Unix
Ian Jackson
2024-01-23
1
-0
/
+65
*
fslock-guard: Rename os modules
Ian Jackson
2024-01-23
1
-2
/
+2
*
Give a formal semantics for the fslock operations.
Ian Jackson
2024-01-22
1
-0
/
+15
*
fslock-guard: sketch implementation
Nick Mathewson
2024-01-21
3
-0
/
+188