summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * dirclient: Upgrade to http 1.0Nick Mathewson2023-11-283-6/+19
| * Upgrade to event-listener 4Nick Mathewson2023-11-273-4/+4
| * rt-comapt: Upgrade to latest async-ioNick Mathewson2023-11-272-57/+164
* | Merge branch 'audit-updates' into 'main'Ian Jackson2023-11-282-4/+10
|\ \
| * | Ignore rsa timing cargo-audit warningNick Mathewson2023-11-281-0/+6
| * | Update to latest openssl to please cargo-audit.Nick Mathewson2023-11-281-4/+4
|/ /
* | Merge branch 'warnings' into 'main'gabi-2502023-11-281-3/+3
|\ \
| * | tor-keymgr: Fix some broken docs linksIan Jackson2023-11-281-3/+3
|/ /
* | Merge branch 'keymgr-derive-builder' into 'main'gabi-2502023-11-287-60/+153
|\ \
| * | tor-keymgr: Write some KeyMgrBuilder functions by hand.Gabriela Moldovan2023-11-282-17/+93
| * | tor-keymgr: Abolish KeyMgr::new.Gabriela Moldovan2023-11-273-20/+7
| * | tor-keymgr: Derive Builder for KeyMgr (fmt).Gabriela Moldovan2023-11-274-12/+28
| * | tor-keymgr: Derive Builder for KeyMgr.Gabriela Moldovan2023-11-276-43/+57
* | | Merge branch 'hss-debug-serde' into 'main'Ian Jackson2023-11-285-4/+135
|\ \ \
| * | | 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-273-0/+50
| * | | tor-hsservice: IptLocalId: bespoke serde implIan Jackson2023-11-273-2/+31
| * | | 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
| * | | tor-hsservice: Mockable: Don't pass an explicit keymgr any more (fmt)Ian Jackson2023-11-271-5/+1
| * | | tor-hsservice: Mockable: Don't pass an explicit keymgr any moreIan Jackson2023-11-271-7/+2
| * | | tor-hsservice: ipt_mgr: Move KeyMgr to ImmutableIan Jackson2023-11-271-7/+6
| * | | tor-hsservice: Remove a done TODOIan Jackson2023-11-271-2/+0
| * | | tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slop (fmt)Ian Jackson2023-11-272-5/+9
| * | | tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slopIan Jackson2023-11-273-52/+125
| * | | tor-hsservice: ipt_set: Make note_publication_attempt a method on PublishIptSetIan Jackson2023-11-272-7/+9
| * | | tor-hsservice: ipt_set: Make PublishIptSet a structIan Jackson2023-11-274-30/+35
| * | | tor-hsservice: ipt_set: Make initial state in the constructorIan Jackson2023-11-274-5/+6
* | | | Merge branch 'keymgr-errors' into 'main'gabi-2502023-11-278-165/+159
|\ \ \ \ | |/ / / |/| | |
| * | | tor-keymgr: Return InvalidSshKeyData if the ssh key data is invalid (fmt).Gabriela Moldovan2023-11-211-2/+5
| * | | tor-keymgr: Return InvalidSshKeyData if the ssh key data is invalid.Gabriela Moldovan2023-11-211-27/+20
| * | | tor-keymgr: Add an Arti keystore error type for keys with invalid key data.Gabriela Moldovan2023-11-211-0/+5
| * | | tor-keymgr: Remove a TODO that is no longer relevant.Gabriela Moldovan2023-11-211-3/+0
| * | | tor-keymgr: Remove unnecessary trait function.Gabriela Moldovan2023-11-211-7/+0
| * | | tor-keymgr: Add a top-level error type (fmt).Gabriela Moldovan2023-11-211-1/+4
| * | | tor-keymgr: Add a top-level error type.Gabriela Moldovan2023-11-216-37/+46
| * | | tor-keymgr: Add some derives for the dummy KeyType.Gabriela Moldovan2023-11-211-0/+1
| * | | tor-keymgr: Move ArtiPathError, KeystoreCorruptionError to err.rs.Gabriela Moldovan2023-11-213-54/+53
| * | | tor-keymgr: Inline SshKeyError variants into ArtiNativeKeystoreError.Gabriela Moldovan2023-11-202-43/+34
* | | | Merge branch 'conditional-content-length' into 'main'Nick Mathewson2023-11-272-19/+16
|\ \ \ \