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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-hsservice: Convert as into checked conversion.
Wesley Aptekar-Cassels
2025-07-23
1
-1
/
+1
*
tor-hsservice: Make num_dequeued u32 instead of usize.
Wesley Aptekar-Cassels
2025-07-23
1
-2
/
+2
*
tor-hsservice: Fix typos.
Wesley Aptekar-Cassels
2025-07-23
1
-6
/
+6
*
tor-hsservice: Use Mutex for suggested_effort.
Wesley Aptekar-Cassels
2025-07-23
1
-16
/
+16
*
tor-hsservice: Add tests for PowManager control loop.
Wesley Aptekar-Cassels
2025-07-23
1
-21
/
+244
*
tor-hsservice: Make PowManager generic over RendRequests.
Wesley Aptekar-Cassels
2025-07-23
1
-12
/
+15
*
tor-hsservice: Initial work towards mocking RendRequest.
Wesley Aptekar-Cassels
2025-07-23
1
-24
/
+39
*
tor-hsservice: Allow mocking PowManager.
Wesley Aptekar-Cassels
2025-07-23
1
-4
/
+16
*
tor-hsservice: Enforce maximum RendRequest queue size.
Wesley Aptekar-Cassels
2025-07-23
1
-0
/
+12
*
tor-hsservice: Update suggested effort in PowManager main loop.
Wesley Aptekar-Cassels
2025-07-23
1
-1
/
+51
*
tor-hsservice: Add suggested effort update function.
Wesley Aptekar-Cassels
2025-07-23
1
-0
/
+63
*
tor-hsservice: Give PowManager reference to RendRequestReceiver.
Wesley Aptekar-Cassels
2025-07-23
1
-3
/
+8
*
tor-hsservice: Allow constructing RendRequestReceiver without spawning.
Wesley Aptekar-Cassels
2025-07-23
1
-19
/
+21
*
tor-hsservice: Add state for prop362 update loop.
Wesley Aptekar-Cassels
2025-07-23
1
-1
/
+45
*
tor-hsservice: Change storage of PoW suggested_effort.
Wesley Aptekar-Cassels
2025-07-23
1
-4
/
+21
*
tor-hsservice: Implement PoW queue with BTreeSet.
Wesley Aptekar-Cassels
2025-07-23
1
-6
/
+6
*
tor-hsservice: RendRequestOrdByEffort use time as tiebreaker.
Wesley Aptekar-Cassels
2025-07-23
1
-5
/
+15
*
Merge branch 'prop360-combined' into 'main'
Nick Mathewson
2025-07-10
4
-8
/
+67
|
\
|
*
netdoc, hsservice: Respect maximum descriptor sizes
Nick Mathewson
2025-07-10
3
-4
/
+19
|
*
hs*: Define some HsDesc errors as _suspicious_.
Nick Mathewson
2025-07-10
1
-2
/
+32
|
*
hs*: Include SourceInfo when making HsDesc requests.
Nick Mathewson
2025-07-10
2
-2
/
+16
*
|
Typo fixes (automatic and hand-verified)
Nick Mathewson
2025-07-09
3
-5
/
+5
|
/
*
Bump all the unstable tor- and arti- crates to 0.32.0.
Gabriela Moldovan
2025-07-07
1
-30
/
+30
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2025-07-07
1
-6
/
+6
*
tor-hsservice: Suppress false-positive clippy::useless_concat.
Gabriela Moldovan
2025-07-07
1
-1
/
+4
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
Merge branch 'arti-1.4.5-prep' into 'main'
gabi-250
2025-07-07
1
-1
/
+1
|
\
|
*
Upgrade to derive-deftly 1.1.0.
Gabriela Moldovan
2025-07-07
1
-1
/
+1
*
|
hspow: Add a clippy::cognitive_complexity exception
Nick Mathewson
2025-07-03
1
-0
/
+1
|
/
*
hsservice: Stop using HopNum and use TargetHop
David Goulet
2025-06-26
1
-1
/
+1
*
proto: Make send_raw_msg() use a TargetHop
David Goulet
2025-06-26
1
-1
/
+1
*
hs: Remove the use of HopNum and instead use TargetHop
David Goulet
2025-06-26
1
-4
/
+1
*
proto: Add a control command to get the binding key
David Goulet
2025-06-26
1
-1
/
+3
*
proto: Move NegotiatedHopSettings to a higher level
Nick Mathewson
2025-06-10
1
-1
/
+5
*
release: Bump all tor-/arti- crates to 0.31.0.
Alexander Hansen Færøy
2025-06-05
1
-30
/
+30
*
release: Bump crates non-arti/non-tor crates with functional changes.
Alexander Hansen Færøy
2025-06-05
1
-1
/
+1
*
Sort dependencies to make cargo sort happy.
Alexander Hansen Færøy
2025-06-04
1
-10
/
+11
*
Fix various missing incorrect feature entries as prep for release.
Alexander Hansen Færøy
2025-06-03
1
-1
/
+1
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
4
-0
/
+6
*
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
2
-17
/
+35
*
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
5
-13
/
+75
*
tor-hsservice: Add ReplayLog to PowManager.
Wesley Aptekar-Cassels
2025-05-27
4
-15
/
+71
*
tor-hsservice: Add PowNonceReplayLog.
Wesley Aptekar-Cassels
2025-05-27
2
-0
/
+37
*
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
3
-25
/
+242
*
Add methods for getting proof-of-work extension from intro request.
Wesley Aptekar-Cassels
2025-05-27
2
-1
/
+6
*
tor-hsservice: Use Pin<Box<dyn Stream>>> instead of mpsc::Receiver.
Wesley Aptekar-Cassels
2025-05-27
4
-8
/
+9
[prev]
[next]