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
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-2
/
+2
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
*: use std::io::Error::other in many places
Nick Mathewson
2025-05-15
1
-4
/
+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
*
fslock-guard: Use Path::try_exists() instead of Path::exists().
Gabriela Moldovan
2024-07-30
1
-4
/
+4
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Merge branch 'fslock_test' into 'main'
Ian Jackson
2024-03-05
1
-0
/
+41
|
\
|
*
fslock-guard: Add unit tests
Tobias Stoeckmann
2024-03-01
1
-0
/
+41
*
|
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
|
|
/
*
/
fslock-guard: Fix Windows compilation
Tobias Stoeckmann
2024-03-01
1
-2
/
+2
|
/
*
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
1
-6
/
+19
*
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
1
-3
/
+29
*
Use fslock-arti-fork
Nick Mathewson
2024-01-23
1
-19
/
+6
*
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
1
-0
/
+149