index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
arti-client: Implement From<tor_keymgr::Error> for Error.
Gabriela Moldovan
2023-06-15
2
-4
/
+9
*
|
|
|
keymgr, arti-client: KeyMgr should return Ok(None) if the key is not found.
Gabriela Moldovan
2023-06-15
2
-28
/
+6
*
|
|
|
keymgr: Add TODO regarding KeyStore rename.
Gabriela Moldovan
2023-06-15
1
-0
/
+4
*
|
|
|
keymgr: Add TODO about KeyType refactorings.
Gabriela Moldovan
2023-06-15
1
-0
/
+3
*
|
|
|
keymgr: Add the key type to the `arti_extension`.
Gabriela Moldovan
2023-06-15
1
-1
/
+2
*
|
|
|
arti_client: Add TODO about refactoring code around HsClientSecretKeysBuilder.
Gabriela Moldovan
2023-06-15
1
-0
/
+4
*
|
|
|
keymgr: Add TODO regarding some error refactorings.
Gabriela Moldovan
2023-06-15
1
-0
/
+14
*
|
|
|
keymgr: Move the HS client and service key specifiers out of tor-keymgr.
Gabriela Moldovan
2023-06-15
10
-123
/
+123
*
|
|
|
keymgr: Expand the TODOs regarding HS service key specifiers.
Gabriela Moldovan
2023-06-15
1
-3
/
+18
*
|
|
|
keymgr: Expand HsClientSpecifier docs, add TODO about refactoring.
Gabriela Moldovan
2023-06-15
1
-0
/
+7
*
|
|
|
arti-client, keymgr: Initialize KeyMgr with an ArtiNativeKeyStore.
Gabriela Moldovan
2023-06-15
1
-2
/
+16
*
|
|
|
keymgr: Introduce ToEncodableKey to simplify lookups.
Gabriela Moldovan
2023-06-15
4
-20
/
+57
*
|
|
|
arti-client: Make the client use the KeyMgr.
Gabriela Moldovan
2023-06-15
3
-3
/
+88
*
|
|
|
keymgr: Add key manager implementation stub.
Gabriela Moldovan
2023-06-15
3
-1
/
+116
*
|
|
|
keymgr: Implement `SshKeyType::read_ssh_format_erased` for `KeyType`.
Gabriela Moldovan
2023-06-15
1
-4
/
+49
*
|
|
|
keymgr: Add ArtiNativeKeyStore implementation skeleton.
Gabriela Moldovan
2023-06-15
10
-0
/
+558
*
|
|
|
hsclient: Change builder error return type to ConfigBuildError.
Gabriela Moldovan
2023-06-15
1
-1
/
+1
*
|
|
|
tor-hsclient: Make Untried a {}-less unit
Ian Jackson
2023-06-15
1
-2
/
+2
*
|
|
|
tor-hsclient: Insert a blank line
gabi-250
2023-06-15
1
-0
/
+1
*
|
|
|
tor-hsclient: Docs improvements.
gabi-250
2023-06-15
1
-2
/
+2
*
|
|
|
tor-hsclient: Remove two done TODOs
Ian Jackson
2023-06-15
1
-2
/
+0
*
|
|
|
tor-hsclient: provide intro_index accessor for FailedAttemptError (xref)
Ian Jackson
2023-06-15
1
-1
/
+2
*
|
|
|
tor-hsclient: Actually store our IPT experiences
Ian Jackson
2023-06-15
1
-7
/
+42
*
|
|
|
tor-hsclient: intro_rend_connect: bind `outcome`
Ian Jackson
2023-06-15
1
-3
/
+3
*
|
|
|
tor-hsclient: Actually choose which intro points to use
Ian Jackson
2023-06-15
1
-3
/
+75
*
|
|
|
tor-hsclient: Introduce RelayIdForExperience
Ian Jackson
2023-06-15
1
-9
/
+37
*
|
|
|
tor-hsclient: Add random sort key to UsableIpt
Ian Jackson
2023-06-15
1
-0
/
+6
*
|
|
|
tor-hsclient: provide intro_index accessor for FailedAttemptError
Ian Jackson
2023-06-15
2
-1
/
+24
*
|
|
|
tor-error: Introduce `LooseCmpRetryTime`
Ian Jackson
2023-06-15
2
-0
/
+20
|
/
/
/
*
|
|
Merge branch 'pt-snowflake-fix' into 'main'
Ian Jackson
2023-06-14
1
-5
/
+13
|
\
\
\
|
*
|
|
make snowflake example feature-gated
trinity-1686a
2023-06-14
1
-5
/
+13
|
|
/
/
*
|
|
tor-hsclient: InvalidTarget::ImpossibleRelayIds is RetryTime::Never
Ian Jackson
2023-06-14
1
-1
/
+1
*
|
|
tor-hsclient: Correction to HasRetryTime for InvalidTarget doc
Nick Mathewson
2023-06-14
1
-1
/
+2
*
|
|
tor-hsclient: Add doc for HasKind for FailedAttemptError
Ian Jackson
2023-06-14
1
-0
/
+16
*
|
|
tor-hsclient: Add docs and comments about HasRetryTime for InvalidTarget
Ian Jackson
2023-06-14
1
-0
/
+18
*
|
|
tor-cell: HasRetryTime for IntroduceAckStatus: Confirm re CANT_RELAY (fmt)
Ian Jackson
2023-06-14
1
-1
/
+1
*
|
|
tor-cell: HasRetryTime for IntroduceAckStatus: Confirm re CANT_RELAY
Ian Jackson
2023-06-14
1
-1
/
+1
*
|
|
tor-cell: Add a doc comment for impl tor_error::HasRetryTime for IntroduceAck...
Ian Jackson
2023-06-14
1
-0
/
+4
*
|
|
tor-hsclient: impl HasRetryTime for FailedAttemptError
Ian Jackson
2023-06-14
2
-2
/
+25
*
|
|
tor-hsclient: impl HasRetryTime for InvalidTarget
Ian Jackson
2023-06-14
1
-1
/
+14
*
|
|
tor-cell: impl HasRetryTime for IntroduceAckStatus
Ian Jackson
2023-06-14
1
-0
/
+14
|
/
/
*
|
Merge branch 'tor-cell-todos' into 'main'
Nick Mathewson
2023-06-13
7
-53
/
+10
|
\
\
|
*
|
cell: Downgrade a couple more TODO HS comments.
Nick Mathewson
2023-06-13
2
-3
/
+3
|
*
|
cell: Remove relaycell::restrict
Nick Mathewson
2023-06-13
3
-35
/
+1
|
*
|
cell: Remove some TODOs
Nick Mathewson
2023-06-13
3
-10
/
+2
|
*
|
cell: remove/localize "allow(dead-code)"
Nick Mathewson
2023-06-13
3
-5
/
+4
*
|
|
Merge branch 'hscrypto-todos' into 'main'
gabi-250
2023-06-13
6
-60
/
+103
|
\
\
\
|
*
|
|
hscrypto: fix TODOs in time-period code.
Nick Mathewson
2023-06-13
3
-39
/
+63
|
*
|
|
hscrypto: remove compatibility note about time periods.
Nick Mathewson
2023-06-13
1
-9
/
+0
|
*
|
|
hscrypto: write a README
Nick Mathewson
2023-06-13
1
-1
/
+20
[prev]
[next]