summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Merge branch 'rename-client-auth' into 'main'Ian Jackson2024-10-033-8/+10
|\ \ | |/ |/|
| * tor-hsclient: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-033-8/+10
* | CircMgr: Start writing tests.Wesley Aptekar-Cassels2024-10-031-1/+1
|/
* Remove hard tabs in the one file that has them.Ian Jackson2024-10-021-2/+2
* Fix a couple of lifetime warnings from nightly.Nick Mathewson2024-10-011-2/+2
* Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-1/+1
* Merge branch 'hscircpool-builder-generic' into 'main'gabi-2502024-09-241-9/+11
|\
| * CircMgr: Make CircMgr and HsCircPool generic over builder type.Wesley Aptekar-Cassels2024-09-241-9/+11
* | rtcompat: Add an extension trait for building modified RuntimesNick Mathewson2024-09-241-9/+5
|/
* tor_keymgr: add get_keypair_specifier() to KeySpecifier, and derive itAdam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E02024-09-091-0/+1
* Fix typosDimitris Apostolou2024-09-031-2/+2
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-1/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2