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
/
tor-hsservice
/
src
/
pow
Commit message (
Expand
)
Author
Age
Files
Lines
*
hspow: Add a clippy::cognitive_complexity exception
Nick Mathewson
2025-07-03
1
-0
/
+1
*
tor-hsservice: Fix typo.
Wesley Aptekar-Cassels
2025-05-27
1
-1
/
+1
*
tor-hsservice: Warn instead of panic on KeyMgr error in PowManager.
Wesley Aptekar-Cassels
2025-05-27
1
-4
/
+8
*
tor-hsservice: Refactor PoW error handling.
Wesley Aptekar-Cassels
2025-05-27
1
-16
/
+27
*
tor-hsservice: Make PoW publisher_update_tx closed a warning.
Wesley Aptekar-Cassels
2025-05-27
1
-4
/
+3
*
tor-hsservice: Make PowManager persist state.
Wesley Aptekar-Cassels
2025-05-27
2
-10
/
+65
*
tor-hsservice: Add ReplayLog to PowManager.
Wesley Aptekar-Cassels
2025-05-27
2
-13
/
+49
*
tor-hsservice: Explicitly don't use memquota for publisher update queue.
Wesley Aptekar-Cassels
2025-05-27
1
-1
/
+5
*
tor-hsservice: Add PoW priority queue and checking of solves.
Wesley Aptekar-Cassels
2025-05-27
1
-21
/
+237
*
tor-hsservice: Use Pin<Box<dyn Stream>>> instead of mpsc::Receiver.
Wesley Aptekar-Cassels
2025-05-27
2
-2
/
+2
*
tor-hsservice: Initial parts of PowManager.
Wesley Aptekar-Cassels
2025-05-27
2
-0
/
+404