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
...
|
*
|
|
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
|
*
|
|
|
|
proto: ClientCirc: remove now-obsolete note on Clone-ness
Nick Mathewson
2023-06-28
1
-5
/
+0
|
*
|
|
|
|
proto: document ClientCirc lifecycle better.
Nick Mathewson
2023-06-28
1
-0
/
+29
|
*
|
|
|
|
proto: document channel lifecycle better.
Nick Mathewson
2023-06-28
1
-5
/
+24
|
|
/
/
/
/
*
/
/
/
/
Remove spurious todo-hs items in tor-cert.
Nick Mathewson
2023-06-28
1
-6
/
+0
|
/
/
/
/
*
|
|
|
Merge branch 'more-keymgr-todos' into 'main'
Alexander Færøy
2023-06-28
3
-5
/
+5
|
\
\
\
\
|
*
|
|
|
keymgr: Downgrade "TODO hs" to "TODO HSS".
Gabriela Moldovan
2023-06-28
3
-5
/
+5
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
tor-hsclient: Make RendPtIdentityForError use RelayIds
Ian Jackson
2023-06-28
1
-6
/
+3
*
|
|
|
tor-hsclient: Use RendPtIdentityForError in more places
Ian Jackson
2023-06-28
1
-4
/
+4
|
/
/
/
*
|
|
Merge branch 'reuse' into 'main'
Ian Jackson
2023-06-28
1
-1
/
+17
|
\
\
\
|
*
|
|
tor-hsclient: Add a TODO SPEC re HS intro extend-and-reuse
Ian Jackson
2023-06-23
1
-0
/
+2
|
*
|
|
tor-hsclient: Discuss intro circuit extend-and-reuse
Ian Jackson
2023-06-23
1
-1
/
+15
*
|
|
|
Merge branch 'keymgr-todos' into 'main'
Alexander Færøy
2023-06-28
3
-10
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
keymgr: Downgrade some TODOs to "TODO HSS".
Gabriela Moldovan
2023-06-28
2
-6
/
+6
|
*
|
|
keymgr: Remove outdated TODOs regarding error handling.
Gabriela Moldovan
2023-06-28
2
-4
/
+0
*
|
|
|
Merge branch 'config' into 'main'
Ian Jackson
2023-06-28
12
-40
/
+205
|
\
\
\
\
|
*
|
|
|
HS timeout parameters: Restore some TODOs
Ian Jackson
2023-06-28
1
-0
/
+4
|
*
|
|
|
HS configuration: Use configured maximum attempts - comment
Ian Jackson
2023-06-28
1
-0
/
+4
|
*
|
|
|
HS configuration: Use configured maximum attempts (fmt)
Ian Jackson
2023-06-28
1
-4
/
+12
|
*
|
|
|
HS configuration: Use configured maximum attempts
Ian Jackson
2023-06-28
1
-10
/
+9
|
*
|
|
|
HS configuration: Plumb configuration through (fmt)
Ian Jackson
2023-06-28
3
-11
/
+29
|
*
|
|
|
HS configuration: Plumb configuration through (clippy)
Ian Jackson
2023-06-28
2
-5
/
+5
|
*
|
|
|
HS configuration: Plumb configuration through
Ian Jackson
2023-06-28
6
-8
/
+68
|
*
|
|
|
HS configuration: Add retry parameters to configuration
Ian Jackson
2023-06-28
5
-4
/
+47
|
*
|
|
|
HS configuration: Add and honour `allow_onion_addrs` in configuration
Ian Jackson
2023-06-28
5
-10
/
+39
*
|
|
|
|
Merge branch 'dirclient-semver-entry' into 'main'
Nick Mathewson
2023-06-28
1
-0
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Missing semver entry for new dirclient API from !1323
Nick Mathewson
2023-06-28
1
-0
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'hsdir-identity' into 'main'
Nick Mathewson
2023-06-28
2
-7
/
+6
|
\
\
\
\
|
*
|
|
|
tor-hsclient: Completely hide hsdir identities in errors
Ian Jackson
2023-06-28
2
-7
/
+6
|
|
/
/
/
*
|
|
|
art cfg tests: Fix garbled doc wording
gabi-250
2023-06-28
1
-2
/
+2
*
|
|
|
arti cfg tests: Fix doc comment
gabi-250
2023-06-28
1
-1
/
+1
*
|
|
|
arti cfg tests: Overhaul exception handling (fmt)
Ian Jackson
2023-06-28
1
-36
/
+32
*
|
|
|
arti cfg tests: Overhaul exception handling
Ian Jackson
2023-06-28
2
-92
/
+325
*
|
|
|
arti cfg tests: Remove a comment relating to work already done
Ian Jackson
2023-06-28
1
-4
/
+0
[prev]
[next]