summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src
Commit message (Expand)AuthorAgeFilesLines
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-242-2/+4
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-12/+12
* chanmgr: Add KeyMgr to channel builderDavid Goulet2025-08-201-0/+1
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-079-28/+28
* Update code for Edition 2024Nick Mathewson2025-08-071-2/+2
* conflux: Adjust docs and fix doc links.Gabriela Moldovan2025-08-051-1/+1
* tunnel: Implement start_conversation() for all tunnel typesDavid Goulet2025-08-052-4/+5
* hs: Use the new Tunnel interface for onion serviceDavid Goulet2025-08-053-139/+232
* Use new DisplayRedacted/DebugRedacted code for HsId.Nick Mathewson2025-07-312-9/+13
* hs*: Define some HsDesc errors as _suspicious_.Nick Mathewson2025-07-102-8/+37
* dirclient: New error type for too-long headers.Nick Mathewson2025-07-101-0/+1
* hs*: Include SourceInfo when making HsDesc requests.Nick Mathewson2025-07-101-1/+18
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* hs: Remove the use of HopNum and instead use TargetHopDavid Goulet2025-06-261-2/+2
* proto: Move NegotiatedHopSettings to a higher levelNick Mathewson2025-06-101-1/+10
* *: suppress cognitive_complexity warnings from nightlyNick Mathewson2025-05-291-0/+2
* Include "bug" in all bug error messagesNick Mathewson2025-04-281-2/+5
* protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-161-1/+2
* Add warnings about removing supported protocols.Nick Mathewson2025-04-161-0/+2
* New functions to report supported subprotocolsNick Mathewson2025-04-161-0/+41
* fix `clippy::unneeded_struct_pattern`Steven Engler2025-04-031-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-2/+2
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-182-2/+2
* Always use full path to rand::thread_rng().Nick Mathewson2025-03-181-2/+1
* tor-rtmock: allow-Decorate every use of MockSleepProviderIan Jackson2025-03-061-0/+2
* hsclient: Include rsa_id in debugClara Engler2025-03-041-1/+2
* proto: Remove ConversationInHandlerDavid Goulet2025-02-041-5/+1
* tor-proto: Rewrite circuit reactor run_once() loop to use select!.Gabriela Moldovan2025-01-291-2/+2
* circmgr: Remove the CircParameters build .expect()David Goulet2025-01-161-1/+2
* circ: Specialize the circparams from netparams functionDavid Goulet2025-01-161-3/+2
* circmgr: Modify CircParameters for congestion controlDavid Goulet2025-01-161-2/+3
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* PoW: Consolidate feature flags into a single flag.Wesley Aptekar-Cassels2024-11-251-1/+1
* TimerangeBound: Stop using std::ops::Bound.Wesley Aptekar-Cassels2024-11-251-7/+3
* Convert a few crates to slotmap-carefulNeel Chauhan2024-10-172-7/+8
* memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>Ian Jackson2024-10-151-1/+2
* hs-pow: Use clamp for clarity.Wesley Aptekar-Cassels2024-10-091-4/+4
* hs-pow: Use TimerangeBound for puzzle parameters.Wesley Aptekar-Cassels2024-10-094-40/+55
* hs-pow: Effort type improvements.Wesley Aptekar-Cassels2024-10-091-10/+10
* Use HsPowClient.Wesley Aptekar-Cassels2024-10-091-1/+2
* hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-095-17/+38
* tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-094-8/+213
* First pass at implementing onion proof-of-work clientWesley Aptekar-Cassels2024-10-091-4/+33
* tor-cell: Support encoding proofs-of-work in intro_payloadWesley Aptekar-Cassels2024-10-091-1/+1
* tor-hsclient: Implement ctor_path for client keys.Gabriela Moldovan2024-10-081-1/+8
* Merge branch 'mq' into 'main'Ian Jackson2024-10-071-0/+2
|\
| * memquota: Add a toplevel account in tor-chanmgrIan Jackson2024-10-031-0/+2