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
*
Bump version of tor-basic-utils
Ian Jackson
2025-08-05
1
-1
/
+1
*
Version bumps for 1.4.6
Ian Jackson
2025-08-05
1
-30
/
+30
*
Bump derive-deftly to 1.2.0
Ian Jackson
2025-08-04
1
-1
/
+1
*
Use new DisplayRedacted/DebugRedacted code for HsId.
Nick Mathewson
2025-07-31
2
-3
/
+3
*
tor-hsservice: Fix doccomment link.
Wesley Aptekar-Cassels
2025-07-23
1
-1
/
+1
*
tor-hsservice: Add monotonic request id to RendRequestOrdByEffort.
Wesley Aptekar-Cassels
2025-07-23
1
-4
/
+23
*
tor-hsservice: Add note about SUGGESTED_EFFORT_DEADZONE.
Wesley Aptekar-Cassels
2025-07-23
1
-0
/
+4
*
tor-hsservice: Fix typo.
Wesley Aptekar-Cassels
2025-07-23
1
-4
/
+4
*
tor-hsservice: Remove remaining `as` casts from suggested effort update.
Wesley Aptekar-Cassels
2025-07-23
1
-12
/
+23
*
tor-hsservice: Remove another use of `as`.
Wesley Aptekar-Cassels
2025-07-23
2
-3
/
+8
*
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
[next]