aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* hsclient: Support protocol negotiation for CGO and flowctrl-ccNick Mathewson2026-07-021-0/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+2
* hsclient: Move and correct timeouts for establishing rend circuits.Nick Mathewson2026-05-071-1/+1
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-041-1/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-241-1/+2
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-4/+4
* conflux: Adjust docs and fix doc links.Gabriela Moldovan2025-08-051-1/+1
* hs: Use the new Tunnel interface for onion serviceDavid Goulet2025-08-051-19/+5
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* 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
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-091-3/+1
* tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-091-0/+3
* tor-hsclient: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-3/+4
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* tor-hsclient: Remove client nickname from the client key specifiers (fmt).Gabriela Moldovan2024-02-221-4/+1
* tor-hsclient: Remove client nickname from the client key specifiers.Gabriela Moldovan2024-02-221-1/+1
* tor-hsclient: Rename HsClientSpecifier to HsClientNickname (fmt).Gabriela Moldovan2024-01-311-2/+2
* tor-hsclient: Rename HsClientSpecifier to HsClientNickname.Gabriela Moldovan2024-01-311-1/+1
* tor-hsclient: Derive the KeySpecifier implementation.Gabriela Moldovan2024-01-101-1/+1
* hsclient: Rename get_or_launch{connection => circuit}Nick Mathewson2023-10-241-1/+25
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run cargo +nightly fmt to format many let ... else ...Ian Jackson2023-07-241-2/+3
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* HS configuration: Plumb configuration throughIan Jackson2023-06-281-3/+7
* tor-hsclient: Add a comment about what run_housekeeping doesIan Jackson2023-06-261-0/+1
* tor-hsclient: Add a debug message about task exitIan Jackson2023-06-261-0/+2
* tor-hsclient: Comment explaining why no launch_background_tasksIan Jackson2023-06-261-0/+3
* tor-hsclient: Say we *mustn't* do housekeeping while dormantIan Jackson2023-06-261-2/+2
* tor-hsclient: Expire old data eventuallyIan Jackson2023-06-231-3/+41
* tor-hsclient: Introduce helper function for locking services tableIan Jackson2023-06-221-2/+14
* Merge branch 'stderr' into 'main'Alexander Færøy2023-06-211-0/+2
|\
| * lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* | tor-hsclient: Drop most allows that are marked for removalIan Jackson2023-06-211-2/+0
* | tor-hsclient: Drop a large number of unneeded importsIan Jackson2023-06-211-1/+0
|/
* keymgr: Move the HS client and service key specifiers out of tor-keymgr.Gabriela Moldovan2023-06-151-1/+4
* tor-hsclient: Introduce proto_oneshot, to help with message handlingIan Jackson2023-06-131-0/+1
* tor-hsclient: Implement rendezvous setup, and retry frameworkIan Jackson2023-06-091-0/+2
* tor-hsclient: errors: Introduce IntroPtIndexIan Jackson2023-06-091-1/+1