aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/ipt_mgr.rs
Commit message (Expand)AuthorAgeFilesLines
...
* tor-hsservice: ipt_mgr: Document further data structure stabilityIan Jackson2023-09-071-0/+7
* tor-hsservice: ipt_mgr: Fix last_descriptor_expiry_including_slop (fmt)Ian Jackson2023-09-071-4/+5
* tor-hsservice: ipt_mgr: Fix last_descriptor_expiry_including_slopIan Jackson2023-09-071-4/+7
* tor-hsservice: ipt_set: Add an IptLocalId fieldIan Jackson2023-09-071-0/+1
* tor-hsservice: Move IptLocalId into crate toplevelIan Jackson2023-09-071-14/+1
* Merge branch 'hss_config' into 'main'Nick Mathewson2023-09-071-5/+1
|\
| * HSS: Start making builders for config structs.Nick Mathewson2023-09-071-5/+1
* | tor-hsservice: ipt_set: Define the shared data structureIan Jackson2023-09-061-0/+9
* | tor-hsservice: Move PublishIptSet and its pieces into a new moduleIan Jackson2023-09-061-19/+6
* | tor-hsservice: De-linkify a docs link to a private itemIan Jackson2023-09-051-1/+1
* | tor-hsservice: Add a TODO HSS re expiry timesIan Jackson2023-09-051-0/+1
* | tor-hsservice: publish: Add type alias for PublishIptSetIan Jackson2023-09-051-2/+0
* | tor-hsservice: Add a TODO re PublishIptSetIan Jackson2023-09-051-0/+2
* | RustfmtIan Jackson2023-08-301-2/+2
* | tor-hsservice: ipt_mgr: Clarify/correct `is_good` commentIan Jackson2023-08-301-1/+1
* | tor-hsservice: ipt_mgr: Actually generate k_sidIan Jackson2023-08-301-6/+2
* | tor-hsservice: Fix type of descriptor expiryIan Jackson2023-08-301-3/+3
* | tor-hsservice: Fix type of descriptor lifetime in IptSetIan Jackson2023-08-301-3/+3
* | tor-hsservice: ipt_mgr: Replace a panicIan Jackson2023-08-301-1/+1
* | tor-hsservice: ipt_mgr: Discussion of IPT publication strategyIan Jackson2023-08-301-2/+20
* | tor-hsservice: ipt_mgr: Remove stray commentIan Jackson2023-08-301-2/+0
* | tor-hsservice: ipt_mgr: Calculate a publish::IptSetIan Jackson2023-08-291-6/+79
* | tor-hsservice: ipt_mgr: Break out Ipt::is_good (fmt)Ian Jackson2023-08-291-2/+1
* | tor-hsservice: ipt_mgr: Break out Ipt::is_goodIan Jackson2023-08-291-4/+11
* | tor-hsservice: ipt_mgr: Sort-of create IPT key materialIan Jackson2023-08-291-2/+42
* | tor-hsservice: ipt_mgr: Reorganise publication set handlingIan Jackson2023-08-291-25/+23
* | tor-hsservice: ipt_mgr: Rename `irelays` field from `relays`Ian Jackson2023-08-291-12/+12
* | tor-hsservice: Have the manager be in charge of expiry timeIan Jackson2023-08-291-4/+28
* | tor-hsservice: Reconcile types between manager and publisherIan Jackson2023-08-291-11/+4
* | tor-hsservice: Have Establisher provide more information to Manager (fmt)Ian Jackson2023-08-291-1/+4
* | tor-hsservice: Have Establisher provide more information to ManagerIan Jackson2023-08-291-2/+5
* | hs: Intro point selection: Actually call is_hs_intro_point() (fmt)Ian Jackson2023-08-291-5/+5
* | hs: Intro point selection: Actually call is_hs_intro_point()Ian Jackson2023-08-291-0/+1
* | tor-hsservice: Actually select new intro point relays (fmt)Ian Jackson2023-08-291-2/+6
* | tor-hsservice: Actually select new intro point relaysIan Jackson2023-08-291-9/+59
* | tor-hsservice: ipt mgr: Split up idempotently_progress_things_nowIan Jackson2023-08-251-4/+19
|/
* tor-hsservice: Use real HsNickname in ipt_mgrIan Jackson2023-08-231-4/+1
* ipt establisher API: pass a struct to new() (fmt)Ian Jackson2023-08-231-6/+2
* ipt establisher API: pass a struct to new()Ian Jackson2023-08-231-11/+15
* tor-hsservice: Add a TODO for breaking up the big functionIan Jackson2023-08-231-0/+2
* tor-hsservice: ipt-m: Add a TODO about code motionIan Jackson2023-08-231-0/+2
* tor-hsservice: About half of an IPT ManagerIan Jackson2023-08-231-0/+774