summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tor-hsservice: prelude: Move imports from ipt_set.rsIan Jackson2024-03-052-22/+9
* tor-hsservice: prelude: Use internal_prelude in ipt_lid.rsIan Jackson2024-03-051-1/+1
* tor-hsservice: prelude: Move imports from helpers.rsIan Jackson2024-03-052-4/+3
* tor-hsservice: prelude: Use prelude names in anon_level.rsIan Jackson2024-03-051-5/+7
* tor-hsservice: prelude: Move imports from err.rsIan Jackson2024-03-052-12/+2
* tor-hsservice: prelude: Move imports from config.rsIan Jackson2024-03-052-11/+6
* tor-hsservice: prelude: Move imports from ipt_mgr.rsIan Jackson2024-03-052-53/+30
* tor-hsservice: prelude: Move imports from lib.rsIan Jackson2024-03-052-43/+29
* tor-hsservice: prelude: Move most imports from ipt_estanblish.rsIan Jackson2024-03-053-36/+67
* tor-hsservice: Change: future::pending: use the one from futures-rsIan Jackson2024-03-051-1/+2
* tor-hsservice: Change: Use tor-async-utils oneshot, not raw one from futuresIan Jackson2024-03-051-1/+1
* tor-hsservice: Move svc.rs contents into lib.rsIan Jackson2024-03-058-721/+719
* tor-hsservice: Hide IptLocalId field, and provide test constructorIan Jackson2024-03-053-4/+5
* tor-hsservice: Move IptLocalId into a moduleIan Jackson2024-03-053-102/+107
* tor-hsservice: Move publish out of svcIan Jackson2024-03-058-11/+10
* tor-hsservice: Move rend_handshake.rs out of svcIan Jackson2024-03-055-3/+3
* tor-hsservice: Move ipt_establish.rs out of svcIan Jackson2024-03-054-5/+5
* tor-hsservice: Move netdir.rs out of svcIan Jackson2024-03-055-4/+4
* Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | Make test_partial_write linux-only.Nick Mathewson2024-02-291-1/+1
|/
* Merge branch 'label_todo_504' into 'main'Nick Mathewson2024-02-221-0/+1
|\
| * Mark code with "TODO #504" and "TODO #789".Nick Mathewson2024-02-221-0/+1
* | tor-hsservice: reconfigure: Allow changing rate_limit_at_introIan Jackson2024-02-213-5/+25
* | tor-hsservice: reconfigure: Prove we've handled all the fieldsIan Jackson2024-02-211-3/+2
* | tor-hsservice: config: max_concurrent_streams_per_circuit: comment out (fmt)Ian Jackson2024-02-211-1/+0
* | tor-hsservice: config: max_concurrent_streams_per_circuit: comment outIan Jackson2024-02-211-4/+6
* | tor-hsservice: reconfigure: reject changing rate_limit_at_intro for nowIan Jackson2024-02-211-0/+6
* | tor-hsservice: reconfigure: changing num_intro_points is fineIan Jackson2024-02-211-0/+5
* | tor-hsservice: reconfigure: Formalise field handlingIan Jackson2024-02-211-8/+59
|/
* tor-hsservice: Clarify what UploadError::Stream is for.Gabriela Moldovan2024-02-201-1/+1
* tor-hsservice: Clarify what UploadError::Timeout is used for.Gabriela Moldovan2024-02-201-2/+2
* tor-hsservice: Log descriptor upload request errors.Gabriela Moldovan2024-02-191-1/+1
* tor-hsservice: Report a clearer error message for UploadError::Circuit.Gabriela Moldovan2024-02-191-1/+1
* tor-hsservice: Run cargo fmt.Gabriela Moldovan2024-02-191-3/+7
* tor-hsservice: Report IPT errors from all the IPTs we are maintaining.Gabriela Moldovan2024-02-191-1/+1
* tor-hsservice: Replace placeholder IptError with the real IptError type.Gabriela Moldovan2024-02-193-18/+34
* tor-hsservice: Include the IptError in IptStatusStatus::Faulty.Gabriela Moldovan2024-02-192-22/+27
* tor-hsservice: Move certain IptEstablisherErrors to a separate enum (fmt).Gabriela Moldovan2024-02-191-3/+7
* tor-hsservice: Move certain IptEstablisherErrors to a separate enum.Gabriela Moldovan2024-02-191-28/+44
* tor-hsservice: Rename IptError to IptEstablisherError.Gabriela Moldovan2024-02-191-19/+19
* tor-hsservice: Clarify what State::Recovering means.Gabriela Moldovan2024-02-191-10/+9
* tor-hsservice: Expand on State::Broken reachability notes.Gabriela Moldovan2024-02-191-1/+1