summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'insert' into 'main'Nick Mathewson2023-06-161-23/+65
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rpc: Remove some verbiage about 'static, and demo that it's OK withoutIan Jackson2023-06-151-7/+15
| * | | | rpc: Give the name `O` to "the type associated with this CastTable"Ian Jackson2023-06-151-8/+12
| * | | | rpc: Add Simple test case for CastTableIan Jackson2023-06-151-3/+20
| * | | | rpc: Move boxing from macro to CastTable::insert (formatting)Ian Jackson2023-06-151-3/+1
| * | | | rpc: Move boxing from macro to CastTable::insertIan Jackson2023-06-151-4/+4
| * | | | rpc: Make CastTable::insert be more type-safeIan Jackson2023-06-151-6/+21
| | |/ / | |/| |
* | | | arti-client: rustfmtGabriela Moldovan2023-06-151-3/+8
* | | | arti-client: Fix clippy lints.Gabriela Moldovan2023-06-151-0/+7
* | | | keymgr: Add Diziet's notes about storing public keys in the key store.Gabriela Moldovan2023-06-151-0/+36
* | | | arti-client: Use a dummy key manager if the keymgr feature is disabled.Gabriela Moldovan2023-06-157-8/+75
* | | | arti-client: Implement From<tor_keymgr::Error> for Error.Gabriela Moldovan2023-06-152-4/+9
* | | | keymgr, arti-client: KeyMgr should return Ok(None) if the key is not found.Gabriela Moldovan2023-06-152-28/+6
* | | | keymgr: Add TODO regarding KeyStore rename.Gabriela Moldovan2023-06-151-0/+4
* | | | keymgr: Add TODO about KeyType refactorings.Gabriela Moldovan2023-06-151-0/+3
* | | | keymgr: Add the key type to the `arti_extension`.Gabriela Moldovan2023-06-151-1/+2
* | | | arti_client: Add TODO about refactoring code around HsClientSecretKeysBuilder.Gabriela Moldovan2023-06-151-0/+4
* | | | keymgr: Add TODO regarding some error refactorings.Gabriela Moldovan2023-06-151-0/+14
* | | | keymgr: Move the HS client and service key specifiers out of tor-keymgr.Gabriela Moldovan2023-06-1510-123/+123
* | | | keymgr: Expand the TODOs regarding HS service key specifiers.Gabriela Moldovan2023-06-151-3/+18
* | | | keymgr: Expand HsClientSpecifier docs, add TODO about refactoring.Gabriela Moldovan2023-06-151-0/+7
* | | | arti-client, keymgr: Initialize KeyMgr with an ArtiNativeKeyStore.Gabriela Moldovan2023-06-151-2/+16
* | | | keymgr: Introduce ToEncodableKey to simplify lookups.Gabriela Moldovan2023-06-154-20/+57
* | | | arti-client: Make the client use the KeyMgr.Gabriela Moldovan2023-06-153-3/+88
* | | | keymgr: Add key manager implementation stub.Gabriela Moldovan2023-06-153-1/+116
* | | | keymgr: Implement `SshKeyType::read_ssh_format_erased` for `KeyType`.Gabriela Moldovan2023-06-151-4/+49
* | | | keymgr: Add ArtiNativeKeyStore implementation skeleton.Gabriela Moldovan2023-06-1510-0/+558
* | | | hsclient: Change builder error return type to ConfigBuildError.Gabriela Moldovan2023-06-151-1/+1
* | | | tor-hsclient: Make Untried a {}-less unitIan Jackson2023-06-151-2/+2
* | | | tor-hsclient: Insert a blank linegabi-2502023-06-151-0/+1
* | | | tor-hsclient: Docs improvements.gabi-2502023-06-151-2/+2
* | | | tor-hsclient: Remove two done TODOsIan Jackson2023-06-151-2/+0
* | | | tor-hsclient: provide intro_index accessor for FailedAttemptError (xref)Ian Jackson2023-06-151-1/+2
* | | | tor-hsclient: Actually store our IPT experiencesIan Jackson2023-06-151-7/+42
* | | | tor-hsclient: intro_rend_connect: bind `outcome`Ian Jackson2023-06-151-3/+3
* | | | tor-hsclient: Actually choose which intro points to useIan Jackson2023-06-151-3/+75
* | | | tor-hsclient: Introduce RelayIdForExperienceIan Jackson2023-06-151-9/+37
* | | | tor-hsclient: Add random sort key to UsableIptIan Jackson2023-06-151-0/+6
* | | | tor-hsclient: provide intro_index accessor for FailedAttemptErrorIan Jackson2023-06-152-1/+24
* | | | tor-error: Introduce `LooseCmpRetryTime`Ian Jackson2023-06-152-0/+20
|/ / /
* | | Merge branch 'pt-snowflake-fix' into 'main'Ian Jackson2023-06-141-5/+13
|\ \ \
| * | | make snowflake example feature-gatedtrinity-1686a2023-06-141-5/+13
| |/ /
* | | tor-hsclient: InvalidTarget::ImpossibleRelayIds is RetryTime::NeverIan Jackson2023-06-141-1/+1
* | | tor-hsclient: Correction to HasRetryTime for InvalidTarget docNick Mathewson2023-06-141-1/+2
* | | tor-hsclient: Add doc for HasKind for FailedAttemptErrorIan Jackson2023-06-141-0/+16
* | | tor-hsclient: Add docs and comments about HasRetryTime for InvalidTargetIan Jackson2023-06-141-0/+18
* | | tor-cell: HasRetryTime for IntroduceAckStatus: Confirm re CANT_RELAY (fmt)Ian Jackson2023-06-141-1/+1
* | | tor-cell: HasRetryTime for IntroduceAckStatus: Confirm re CANT_RELAYIan Jackson2023-06-141-1/+1
* | | tor-cell: Add a doc comment for impl tor_error::HasRetryTime for IntroduceAck...Ian Jackson2023-06-141-0/+4
* | | tor-hsclient: impl HasRetryTime for FailedAttemptErrorIan Jackson2023-06-142-2/+25