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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
|
/
*
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
*
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
*
*: 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
4
-12
/
+74
*
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
*
tor-hsservice: Initial parts of PowManager.
Wesley Aptekar-Cassels
2025-05-27
7
-7
/
+519
*
*: use std::io::Error::other in many places
Nick Mathewson
2025-05-15
1
-1
/
+1
*
tor-proto: Update the TunnelMutableState when a circuit is removed.
Gabriela Moldovan
2025-05-15
1
-3
/
+11
*
Resolve clippy warnings from 1.83
Nick Mathewson
2025-05-13
1
-2
/
+1
*
Include "bug" in all bug error messages
Nick Mathewson
2025-04-28
1
-2
/
+2
*
Merge branch 'todos-msrv' into 'main'
Jim Newsome
2025-04-24
1
-1
/
+1
|
\
|
*
tor-hsservice: standardized MSRV TODO
hashcatHitman
2025-04-16
1
-1
/
+1
*
|
protover, *: Add documentation about what "supported" means.
Nick Mathewson
2025-04-16
1
-1
/
+2
*
|
Add warnings about removing supported protocols.
Nick Mathewson
2025-04-16
1
-0
/
+2
*
|
New functions to report supported subprotocols
Nick Mathewson
2025-04-16
1
-0
/
+21
|
/
*
Use an EntropicRng trait to enforce key generation rules.
Nick Mathewson
2025-03-24
2
-2
/
+6
*
Use CautiousRng for keys going into the KeyMgr.
Nick Mathewson
2025-03-24
2
-3
/
+2
*
Merge branch 'named_protovers' into 'main'
David Goulet
2025-03-20
1
-2
/
+3
|
\
|
*
Use named subprotocol versions throughout arti.
Nick Mathewson
2025-03-12
1
-2
/
+3
[prev]
[next]