summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src
Commit message (Expand)AuthorAgeFilesLines
* tor-hsservice: use shared status_tx to report OnionServiceStatus via RunningO...Richard Pospesel2024-04-131-6/+0
* Merge branch 'deftly' into 'main'Ian Jackson2024-04-036-71/+71
|\
| * derive-deftly: Change some docs referencesIan Jackson2024-04-033-4/+4
| * Apply import alphabetisation churnIan Jackson2024-04-031-1/+1
| * Switch to derive-deftlyIan Jackson2024-04-036-67/+67
* | tor-hsservice: Move optional timeout to optionally_timeout().Gabriela Moldovan2024-04-021-7/+32
* | tor-hsservice: s/timeout/overall_timeout for clarity.Gabriela Moldovan2024-04-021-2/+2
* | tor-hsservice: Add a test for the backoff runner's single_attempt_timeout().Gabriela Moldovan2024-04-021-0/+51
* | tor-hsservice: Use single_attempt_timeout in backoff Runner impl (fmt).Gabriela Moldovan2024-04-021-10/+10
* | tor-hsservice: Use single_attempt_timeout in backoff Runner impl.Gabriela Moldovan2024-04-022-19/+38
|/
* hss: Make the limit for streams configurable.Nick Mathewson2024-03-264-13/+29
* Add an IncomingStreamRequestFilter to check early propertiesNick Mathewson2024-03-261-5/+31
* Refactor the logic for constructing crypt layers.Nick Mathewson2024-03-261-5/+0
* Propagate RelayCellFormat selection up to where format decisions will be madeJim Newsome2024-03-201-0/+5
* Run maint/add_warning.Nick Mathewson2024-03-1313-0/+13
* Fix some rustdoc warnings.Nick Mathewson2024-03-126-12/+13
* ipt_mgr: convert to use RelaySelector.Nick Mathewson2024-03-121-10/+17
* fix: fix typosDimitris Apostolou2024-03-091-1/+1
* BackoffSchedule refactoring and improvementsNeel Chauhan2024-03-072-22/+38
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* Use tor_basic_utils::PathExt::display_lossyIan Jackson2024-03-052-3/+3
* tor-hsservice: client auth: Only allow `dir:...` to have valid unicodeIan Jackson2024-03-052-4/+6
* tor-hsservice: Fix description of sub-module handlingIan Jackson2024-03-051-3/+3
* tor-hsservice: ipt_mgr: Put file in a sensible order (defeat rustfmt)Ian Jackson2024-03-051-1/+1
* tor-hsservice: ipt_mgr: Put file in a sensible orderIan Jackson2024-03-051-220/+235
* tor-hsservice: prelude: Manually tidy and group Arti and crate imports (fmt)Ian Jackson2024-03-051-27/+15
* tor-hsservice: prelude: Manually tidy and group Arti and crate importsIan Jackson2024-03-051-41/+31
* tor-hsservice: prelude: Use braced group syntaxIan Jackson2024-03-051-143/+151
* tor-hsservice: prelude: Manually tidy and group std and upstreams (fmt)Ian Jackson2024-03-051-8/+8
* tor-hsservice: prelude: Manually tidy and group std and upstreamsIan Jackson2024-03-051-35/+20
* tor-hsservice: prelude: Don't import postage::sink::SendErrorIan Jackson2024-03-052-5/+3
* tor-hsservice: prelude: Don't import futures::streamIan Jackson2024-03-052-2/+2
* Run rustfmtIan Jackson2024-03-057-139/+118
* tor-hsservice: nickname: Trick rustfmt into not exploding derivesIan Jackson2024-03-051-3/+2
* tor-hsservice: prelude: Move imports from nickname.rsIan Jackson2024-03-051-9/+1
* tor-hsservice: don't import derive_more::Display as suchIan Jackson2024-03-051-2/+2
* tor-hsservice: prelude: Move imports from netdir.rsIan Jackson2024-03-051-5/+1
* tor-hsservice: prelude: Move most imports from status.rsIan Jackson2024-03-052-10/+2
* tor-hsservice: prelude: Move most imports from req.rsIan Jackson2024-03-052-18/+16
* tor-hsservice: prelude: Move imports from replay.rsIan Jackson2024-03-052-12/+13
* tor-hsservice: prelude: Move most imports from rend_handshake.rsIan Jackson2024-03-052-16/+10
* tor-hsservice: prelude: Move imports from reupload_timer.rsIan Jackson2024-03-052-4/+2
* tor-hsservice: prelude: Promote imports from reactor.rsIan Jackson2024-03-052-4/+3
* tor-hsservice: prelude: Move imports from reactor.rsIan Jackson2024-03-052-50/+25
* tor-hsservice: Refer to mpsc::{Sender, Receiver} by their module nameIan Jackson2024-03-051-4/+4
* tor-hsservice: prelude: Promote imports from descriptor.rsIan Jackson2024-03-052-1/+1
* tor-hsservice: prelude: Move imports from descriptor.rsIan Jackson2024-03-052-21/+15
* tor-hsservice: prelude: Move imports from backoff.rsIan Jackson2024-03-052-12/+5
* tor-hsservice: prelude: Move imports from publish.rsIan Jackson2024-03-052-13/+3
* tor-hsservice: prelude: Move imports from keys.rsIan Jackson2024-03-052-14/+6