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
...
|
*
|
|
tor-hsclient: err: Mention RENDEZVOUS2 in actual messages
Ian Jackson
2023-06-29
1
-2
/
+2
|
*
|
|
tor-hsclient: err: Move doc comment to correct impl
Ian Jackson
2023-06-29
1
-17
/
+17
|
*
|
|
tor-hsclient: err: Mention RENDEZVOUS2
Ian Jackson
2023-06-29
1
-2
/
+2
|
*
|
|
tor-hsclient: err: Reword comments about error
Ian Jackson
2023-06-29
1
-1
/
+1
|
*
|
|
tor-hsclient: Handle handshake completion error correctly
Ian Jackson
2023-06-28
2
-6
/
+31
|
*
|
|
tor-hsclient: Rename RendezvousCompletionCircuit from RendezvousCompletion
Ian Jackson
2023-06-28
2
-5
/
+5
|
*
|
|
tor-hsclient: Move handling of Bug to new section
Ian Jackson
2023-06-28
1
-1
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'keymgr-tests' into 'main'
gabi-250
2023-06-29
6
-0
/
+308
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
keymgr: Add a TODO about implementing and testing has_key_bundle.
Gabriela Moldovan
2023-06-29
1
-0
/
+8
|
*
|
keymgr: Add some basic insert and remove tests.
Gabriela Moldovan
2023-06-29
1
-0
/
+52
|
*
|
keymgr: Add assert_found! test helper.
Gabriela Moldovan
2023-06-29
1
-8
/
+13
|
*
|
keymgr: Add some key retrieval tests for ArtiNativeKeyStore.
Gabriela Moldovan
2023-06-29
1
-5
/
+54
|
*
|
keymgr: Add a gen_keys param to init_keystore.
Gabriela Moldovan
2023-06-29
1
-2
/
+16
|
*
|
keymgr: Add tests for ArtiNativeKeyStore::key_path.
Gabriela Moldovan
2023-06-29
2
-0
/
+92
|
*
|
keymgr: Derive Debug for ArtiNativeKeyStore.
Gabriela Moldovan
2023-06-29
1
-0
/
+1
|
*
|
keymgr: Add tests for ssh key handling.
Gabriela Moldovan
2023-06-29
4
-0
/
+87
|
*
|
keymgr: Return the key, not Box<()>.
Gabriela Moldovan
2023-06-29
1
-1
/
+1
*
|
|
Merge branch 'netdir_todos' into 'main'
Nick Mathewson
2023-06-29
6
-52
/
+82
|
\
\
\
|
*
|
|
netdir: Remove a TODO HS
Nick Mathewson
2023-06-29
1
-4
/
+0
|
*
|
|
Downgrade TODO HS on HsDirParams::compute().expect()
Nick Mathewson
2023-06-29
2
-4
/
+21
|
*
|
|
netdir: Defer a TODO HS but add a comment
Nick Mathewson
2023-06-29
1
-1
/
+12
|
*
|
|
netdir: take n_replicas and spread_fetch from consensus parameters
Nick Mathewson
2023-06-29
1
-2
/
+12
|
*
|
|
netdir: Downgrade/remove/defer some TODO hs entries.
Nick Mathewson
2023-06-29
2
-7
/
+5
|
*
|
|
netdir: remove some now-needless warning suppressions.
Nick Mathewson
2023-06-29
2
-3
/
+0
|
*
|
|
dirmgr: use voting_period.
Nick Mathewson
2023-06-29
1
-4
/
+1
|
*
|
|
netdir: remove unnecessary wraps from srv_interval, extract_srvs
Nick Mathewson
2023-06-29
1
-13
/
+12
|
*
|
|
netdir: Move voting_period() to netdoc::Lifetime
Nick Mathewson
2023-06-29
3
-15
/
+20
*
|
|
|
Merge branch 'badonion_error_2' into 'main'
Nick Mathewson
2023-06-29
2
-19
/
+10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
arti_client: Add a warning comment to TorAddrError.
Nick Mathewson
2023-06-29
1
-0
/
+3
|
*
|
|
arti_client: Move BadOnion from TorAddrError to ErrorDetail.
Nick Mathewson
2023-06-29
2
-19
/
+7
*
|
|
|
Merge branch 'keymgr-x25519-keys' into 'main'
gabi-250
2023-06-29
2
-29
/
+60
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
keymgr: Remove unneeded error variant.
Gabriela Moldovan
2023-06-27
1
-5
/
+0
|
*
|
|
keymgr: Add support for x25519 keys.
Gabriela Moldovan
2023-06-27
2
-12
/
+10
|
*
|
|
keymgr: Return a concrete type from read_ed25519_keypair.
Gabriela Moldovan
2023-06-27
1
-8
/
+9
|
*
|
|
keymgr: Move TODO closer to the code it refers to.
Gabriela Moldovan
2023-06-27
1
-10
/
+9
|
*
|
|
keymgr: Map KeyType::X25519StaticSecret to an SshKeyAlgorithm.
Gabriela Moldovan
2023-06-27
1
-1
/
+1
|
*
|
|
keymgr: Define an SshKeyAlgorithm enum.
Gabriela Moldovan
2023-06-27
1
-2
/
+40
*
|
|
|
Merge branch 'config-option' into 'main'
gabi-250
2023-06-29
1
-35
/
+63
|
\
\
\
\
|
*
|
|
|
arti cfg tests: Suppress an undesriable clippy lint
Ian Jackson
2023-06-28
1
-0
/
+1
|
*
|
|
|
arti cfg tests: declare_exceptions: Annotate the types for clarity (fmt)
Ian Jackson
2023-06-28
1
-6
/
+4
|
*
|
|
|
arti cfg tests: declare_exceptions: Annotate the types for clarity
Ian Jackson
2023-06-28
1
-1
/
+6
|
*
|
|
|
arti cfg tests: Point the reader to the types used in declarations
Ian Jackson
2023-06-28
1
-0
/
+12
|
*
|
|
|
arti cfg tests: Move InCode into declare_config_example
Ian Jackson
2023-06-28
1
-19
/
+19
|
*
|
|
|
arti cfg tests: Make declare_exception take distinguished old/new types
Ian Jackson
2023-06-28
1
-15
/
+27
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'cleanup-todos-circmgr' into 'main'
Nick Mathewson
2023-06-28
1
-32
/
+23
|
\
\
\
\
|
*
|
|
|
circmgr: Refactor duplicate logic.
Nick Mathewson
2023-06-28
1
-27
/
+21
|
*
|
|
|
circmgr: Remove a "TODO HS" about path restrictions.
Nick Mathewson
2023-06-28
1
-3
/
+0
|
*
|
|
|
circmgr: Defer two "TODO HS" in hspool
Nick Mathewson
2023-06-28
1
-2
/
+2
*
|
|
|
|
Merge branch 'lifecycle_doc_tweaks' into 'main'
Nick Mathewson
2023-06-28
3
-18
/
+65
|
\
\
\
\
\
|
*
|
|
|
|
ChanMgr: Tweak documentation a bit.
Nick Mathewson
2023-06-28
1
-9
/
+13
[prev]
[next]