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
/
arti-rpcserver
/
src
/
cancel.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-2
/
+2
*
tor-rtmock: allow-Decorate every use of MockSleepProvider
Ian Jackson
2025-03-06
1
-0
/
+1
*
cancel: Document deadlock/panic issue and how to avoid it.
Nick Mathewson
2025-01-22
1
-2
/
+19
*
cancel: Add a TODO about moving the Future inside the lock.
Nick Mathewson
2025-01-22
1
-0
/
+5
*
Cancel: Drop lock before calling waker.
Nick Mathewson
2025-01-22
1
-0
/
+1
*
cancel: Remove FusedFuture implementation.
Nick Mathewson
2025-01-22
1
-12
/
+1
*
cancel: Use Waker::clone_from to avoid needless clones.
Nick Mathewson
2025-01-22
1
-1
/
+9
*
rpc: Strengthen guarantees from Cancel.
Nick Mathewson
2025-01-16
1
-20
/
+124
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
oneshot: Use veneer in arti-rpcserver
Ian Jackson
2023-10-11
1
-1
/
+2
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
rpc: Add standard warnings to arti-rpcserver
Nick Mathewson
2023-04-12
1
-0
/
+16
*
rpc: Add a cancellable future type.
Nick Mathewson
2023-04-12
1
-0
/
+133