index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-hsclient
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
2
-3
/
+3
*
Stop using MockSleepProvider in a few crates
Neel Chauhan
2025-11-02
1
-4
/
+2
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
opentelemetry: Add some instrument macros.
Wesley Aptekar-Cassels
2025-09-24
2
-2
/
+4
*
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
1
-12
/
+12
*
chanmgr: Add KeyMgr to channel builder
David Goulet
2025-08-20
1
-0
/
+1
*
proto: Move the `stream` module under `client` (breaking).
Gabriela Moldovan
2025-08-18
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
9
-28
/
+28
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-2
/
+2
*
conflux: Adjust docs and fix doc links.
Gabriela Moldovan
2025-08-05
1
-1
/
+1
*
tunnel: Implement start_conversation() for all tunnel types
David Goulet
2025-08-05
2
-4
/
+5
*
hs: Use the new Tunnel interface for onion service
David Goulet
2025-08-05
3
-139
/
+232
*
Use new DisplayRedacted/DebugRedacted code for HsId.
Nick Mathewson
2025-07-31
2
-9
/
+13
*
hs*: Define some HsDesc errors as _suspicious_.
Nick Mathewson
2025-07-10
2
-8
/
+37
*
dirclient: New error type for too-long headers.
Nick Mathewson
2025-07-10
1
-0
/
+1
*
hs*: Include SourceInfo when making HsDesc requests.
Nick Mathewson
2025-07-10
1
-1
/
+18
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
hs: Remove the use of HopNum and instead use TargetHop
David Goulet
2025-06-26
1
-2
/
+2
*
proto: Move NegotiatedHopSettings to a higher level
Nick Mathewson
2025-06-10
1
-1
/
+10
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
1
-0
/
+2
*
Include "bug" in all bug error messages
Nick Mathewson
2025-04-28
1
-2
/
+5
*
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
/
+41
*
fix `clippy::unneeded_struct_pattern`
Steven Engler
2025-04-03
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-2
/
+2
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
2
-2
/
+2
*
Always use full path to rand::thread_rng().
Nick Mathewson
2025-03-18
1
-2
/
+1
*
tor-rtmock: allow-Decorate every use of MockSleepProvider
Ian Jackson
2025-03-06
1
-0
/
+2
*
hsclient: Include rsa_id in debug
Clara Engler
2025-03-04
1
-1
/
+2
*
proto: Remove ConversationInHandler
David Goulet
2025-02-04
1
-5
/
+1
*
tor-proto: Rewrite circuit reactor run_once() loop to use select!.
Gabriela Moldovan
2025-01-29
1
-2
/
+2
*
circmgr: Remove the CircParameters build .expect()
David Goulet
2025-01-16
1
-1
/
+2
*
circ: Specialize the circparams from netparams function
David Goulet
2025-01-16
1
-3
/
+2
*
circmgr: Modify CircParameters for congestion control
David Goulet
2025-01-16
1
-2
/
+3
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
PoW: Consolidate feature flags into a single flag.
Wesley Aptekar-Cassels
2024-11-25
1
-1
/
+1
*
TimerangeBound: Stop using std::ops::Bound.
Wesley Aptekar-Cassels
2024-11-25
1
-7
/
+3
*
Convert a few crates to slotmap-careful
Neel Chauhan
2024-10-17
2
-7
/
+8
*
memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>
Ian Jackson
2024-10-15
1
-1
/
+2
*
hs-pow: Use clamp for clarity.
Wesley Aptekar-Cassels
2024-10-09
1
-4
/
+4
*
hs-pow: Use TimerangeBound for puzzle parameters.
Wesley Aptekar-Cassels
2024-10-09
4
-40
/
+55
*
hs-pow: Effort type improvements.
Wesley Aptekar-Cassels
2024-10-09
1
-10
/
+10
*
Use HsPowClient.
Wesley Aptekar-Cassels
2024-10-09
1
-1
/
+2
*
hs-pow: Refactor to prefer stub types rather than cfg sprawl.
Wesley Aptekar-Cassels
2024-10-09
5
-17
/
+38
*
tor-hspow: Big refactor, dissolve this crate
Wesley Aptekar-Cassels
2024-10-09
4
-8
/
+213
*
First pass at implementing onion proof-of-work client
Wesley Aptekar-Cassels
2024-10-09
1
-4
/
+33
*
tor-cell: Support encoding proofs-of-work in intro_payload
Wesley Aptekar-Cassels
2024-10-09
1
-1
/
+1
*
tor-hsclient: Implement ctor_path for client keys.
Gabriela Moldovan
2024-10-08
1
-1
/
+8
[prev]
[next]