summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-hsservice: test_temp_dir: Rename to TestTempDirGuardIan Jackson2023-11-292-6/+6
| * | tor-hsservice: test_temp_dir: Expand on the TODO (fmt)Ian Jackson2023-11-291-1/+0
| * | tor-hsservice: test_temp_dir: Expand on the TODOIan Jackson2023-11-291-1/+3
| * | tor-hsservice test_temp_dir: Add commentary about why do thisIan Jackson2023-11-291-0/+25
| * | tor-hsservice test_temp_dir: Add more docs about in_obtainIan Jackson2023-11-291-0/+5
| * | tor-hsservice test_temp_dir: Add docs about early deletion hazardIan Jackson2023-11-291-0/+19
| * | tor-hsservice test_temp_dir: Make a lifetime explicit (fmt)Ian Jackson2023-11-291-1/+5
| * | tor-hsservice test_temp_dir: Make a lifetime explicitIan Jackson2023-11-291-1/+1
| * | tor-hsservice tests: create_keymgr: add a doc commentIan Jackson2023-11-291-0/+1
| * | tor-hsservice: test_temp_dir: Improve docs (fmt)Ian Jackson2023-11-291-1/+1
| * | tor-hsservice: test_temp_dir: Improve docsNick Mathewson2023-11-291-1/+2
| * | tor-hsservice tests: Make create_keymgr pub(crate)Ian Jackson2023-11-281-2/+2
| * | tor-hsservice tests: Change create_keymgr to use TestTempDirIan Jackson2023-11-281-24/+26
| * | tor-hsservice tests: Introduce new test_temp_dir helper moduleIan Jackson2023-11-283-0/+271
| |/
* | tor-hsservice: time_store: Change rel time Display to humantime (fmt)Ian Jackson2023-11-291-4/+1
* | tor-hsservice: time_store: Change rel time Display to humantimeIan Jackson2023-11-291-31/+23
* | tor-hsservice: time_store: Change rel time prefix to T+Ian Jackson2023-11-291-13/+13
* | tor-hsservice: time_store: rustfmtIan Jackson2023-11-281-5/+6
* | tor-hsservice: time_store: tests: Split up a stringIan Jackson2023-11-281-1/+4
* | tor-hsservice: time_store: deser strings: don't allocateIan Jackson2023-11-281-5/+19
* | tor-hsservice: time_store: Reference: change serdeIan Jackson2023-11-281-11/+6
* | tor-hsservice: time_store: Reference: impl FromStrIan Jackson2023-11-281-1/+22
* | tor-hsservice: time_store: Reference: change DisplayIan Jackson2023-11-282-5/+9
* | tor-hsservice: time_store: provide time_t_to_system_timeIan Jackson2023-11-281-0/+74
* | tor-hsservice: time_store: break out system_time_to_time_tIan Jackson2023-11-281-7/+12
* | tor-hsservice: time_store: SerdeStringOrTransparent macroIan Jackson2023-11-281-26/+41
* | tor-hsservice: time_store: FutureTimestamp: change serdeIan Jackson2023-11-281-8/+31
* | tor-hsservice: time_store: FutureTimestamp: impl FromStrIan Jackson2023-11-281-0/+45
* | tor-hsservice: time_store: FutureTimestamp: change DisplayIan Jackson2023-11-281-2/+27
* | tor-hsservice: time_store: tests: Add an mpack testIan Jackson2023-11-281-0/+25
* | tor-hsservice: time_store: tests: use a fixed SystemTimeIan Jackson2023-11-281-5/+6
|/
* Merge branch 'keymgr-derive-builder' into 'main'gabi-2502023-11-283-6/+19
|\
| * tor-keymgr: Derive Builder for KeyMgr (fmt).Gabriela Moldovan2023-11-273-4/+17
| * tor-keymgr: Derive Builder for KeyMgr.Gabriela Moldovan2023-11-273-6/+6
* | Merge branch 'hss-debug-serde' into 'main'Ian Jackson2023-11-284-4/+133
|\ \
| * | tor-hsservice: Bespoke Debug impl for IptRelayIan Jackson2023-11-271-2/+27
| * | tor-hsservice: derive Debug for IptParametersIan Jackson2023-11-271-0/+6
| * | tor-hsservice: IptLocalId: test serde and DisplayIan Jackson2023-11-272-0/+49
| * | tor-hsservice: IptLocalId: bespoke serde implIan Jackson2023-11-272-2/+30
| * | tor-hsservice: IptLocalId: impl DisplayIan Jackson2023-11-271-0/+11
| * | tor-hsservice: IptLocalId: provide dummy (test) constructorIan Jackson2023-11-271-0/+10
| |/
* | Merge branch 'persist-prefix' into 'main'Ian Jackson2023-11-287-171/+285
|\ \
| * | tor-hsservice: ipt_set: Fix broken doc linksIan Jackson2023-11-271-3/+3
| * | tor-hsservice: import_new_expiry_times: Add another xrefIan Jackson2023-11-271-0/+5
| * | tor-hsservice: ipt_mgr: Split out start_establisherIan Jackson2023-11-271-13/+46
| * | tor-hsservice: Make import_new_expiry_times not take &mut IptManager (fmt)Ian Jackson2023-11-271-3/+1
| * | tor-hsservice: Make import_new_expiry_times not take &mut IptManagerIan Jackson2023-11-271-5/+3
| * | tor-hsservice: Soup up plumbing for ipt_relay_rotation_timeIan Jackson2023-11-272-10/+11
| * | tor-hsservice: ipt_mgr: Move nascent state records into mod persistIan Jackson2023-11-272-27/+35
| * | tor-hsservice: Use Instant for planned_retirementIan Jackson2023-11-271-6/+4