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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
tor-keymgr: Add TODO about adding helper for implementing KeyDenotator.
Gabriela Moldovan
2023-11-02
1
-0
/
+2
|
*
|
|
|
tor-keymgr: Map all errors to KeystoreCorruptionError (fmt).
Gabriela Moldovan
2023-11-02
1
-4
/
+2
|
*
|
|
|
tor-keymgr: Map all errors to KeystoreCorruptionError.
Gabriela Moldovan
2023-11-02
1
-2
/
+2
|
*
|
|
|
tor-keymgr: Use KeystoreCorruptionError instead of internal!.
Gabriela Moldovan
2023-11-02
1
-3
/
+3
|
*
|
|
|
tor-keymgr: Add an error type for keystore corruption (fmt).
Gabriela Moldovan
2023-11-02
2
-4
/
+4
|
*
|
|
|
tor-keymgr: Add an error type for keystore corruption.
Gabriela Moldovan
2023-11-02
2
-1
/
+30
|
*
|
|
|
tor-keymgr: Use ArrayVec to avoid an unnecessary allocation.
Gabriela Moldovan
2023-11-02
3
-2
/
+5
|
*
|
|
|
tor-keymgr: Use parse() instead of from_str().
Gabriela Moldovan
2023-11-02
1
-5
/
+3
|
*
|
|
|
tor-keymgr: Add TODO about supporting multiple key denotators.
Gabriela Moldovan
2023-11-02
1
-0
/
+5
|
*
|
|
|
dev doc: Update keymgr paths to mention the new denotator separator.
Gabriela Moldovan
2023-11-02
1
-3
/
+3
|
*
|
|
|
tor-keymgr: Add test for the KeyDenotator impl for TimePeriod.
Gabriela Moldovan
2023-11-02
1
-0
/
+11
|
*
|
|
|
tor-keymgr: Remove unused KeyDenotator::glob() function.
Gabriela Moldovan
2023-11-02
1
-11
/
+0
|
*
|
|
|
tor-keymgr: Add test for ArtiPath denotator validation.
Gabriela Moldovan
2023-11-02
1
-0
/
+22
|
*
|
|
|
tor-keymgr: Update the test for paths with `+` as a disallowed char.
Gabriela Moldovan
2023-11-02
1
-1
/
+9
|
*
|
|
|
tor-hsservice: Use KeyDenotator::decode instead of manually decoding the deno...
Gabriela Moldovan
2023-11-02
1
-12
/
+7
|
*
|
|
|
tor-keymgr: Use the new denotator separator instead of underscore.
Gabriela Moldovan
2023-11-02
2
-11
/
+24
|
*
|
|
|
tor-keymgr: Add a constant for the denotator separator.
Gabriela Moldovan
2023-11-02
2
-1
/
+9
|
*
|
|
|
tor-keymgr: Remove now-outdated TODOs.
Gabriela Moldovan
2023-11-02
1
-4
/
+0
|
*
|
|
|
tor-keymgr: Rename KeyDenotator::display() to KeyDenotator::encode().
Gabriela Moldovan
2023-11-02
1
-5
/
+5
|
*
|
|
|
tor-keymgr: Add KeyDenotator::decode for decoding key denotators.
Gabriela Moldovan
2023-11-02
1
-0
/
+38
|
*
|
|
|
tor-keymgr: Remove unnecessary KeyDenotator impl.
Gabriela Moldovan
2023-11-02
1
-10
/
+0
|
*
|
|
|
tor-keymgr: Remove derive_meta arg from KeyMgr::list_matching (fmt).
Gabriela Moldovan
2023-11-02
2
-25
/
+18
|
*
|
|
|
tor-keymgr: Remove derive_meta arg from KeyMgr::list_matching.
Gabriela Moldovan
2023-11-02
2
-21
/
+15
|
/
/
/
/
*
|
|
|
Merge branch 'intro2_replay_log' into 'main'
Nick Mathewson
2023-11-02
6
-1
/
+482
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
replay: Remove false-positive special-casing in tests
Nick Mathewson
2023-11-02
1
-31
/
+10
|
*
|
|
Add a missing backtick.
gabi-250
2023-11-02
1
-1
/
+1
|
*
|
|
Use io::Result to shorten return type.
gabi-250
2023-11-02
1
-1
/
+1
|
*
|
|
Add BSL-1.0 license to permitted list
Nick Mathewson
2023-11-02
1
-0
/
+1
|
*
|
|
Add a replay log to IptMsgHandler.
Nick Mathewson
2023-11-02
1
-0
/
+35
|
*
|
|
hss: Add functionality for a persistent replay log.
Nick Mathewson
2023-11-02
4
-1
/
+467
|
/
/
/
*
|
|
Merge branch 'hss-err-misc' into 'main'
Ian Jackson
2023-11-01
2
-2
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
HSS: impl HasKind for FatalError
Ian Jackson
2023-11-01
1
-0
/
+13
|
*
|
HSS: publisher: Add ReactorError::Other containing FatalError
Ian Jackson
2023-11-01
1
-2
/
+9
*
|
|
Merge branch 'warning' into 'main'
gabi-250
2023-11-01
1
-2
/
+2
|
\
\
\
|
*
|
|
tor-keymgr: Fix a broken docs link
Ian Jackson
2023-11-01
1
-2
/
+2
|
|
/
/
*
|
|
Merge branch 'fix-warning' into 'main'
Nick Mathewson
2023-10-31
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tor-hsservice: Remove unnecessary clone()s.
Gabriela Moldovan
2023-10-31
1
-3
/
+3
|
/
/
*
|
Merge branch 'abolish-svc-key-role' into 'main'
gabi-250
2023-10-31
10
-238
/
+606
|
\
\
|
*
|
tor-keymgr: Add TODO HSS about using derive-dhoc.
Gabriela Moldovan
2023-10-31
1
-0
/
+3
|
*
|
tor-hsclient: Add TODO about using the new define_key_specifiers! macro.
Gabriela Moldovan
2023-10-30
1
-0
/
+2
|
*
|
tor-hsservice: Add tests for define_svc_key_specifier.
Gabriela Moldovan
2023-10-30
1
-0
/
+62
|
*
|
tor-hsservice: Define key specifiers using the new helper macro (fmt).
Gabriela Moldovan
2023-10-30
5
-40
/
+21
|
*
|
tor-hsservice: Define key specifiers using the new helper macro.
Gabriela Moldovan
2023-10-30
7
-186
/
+79
|
*
|
tor-hsservice: Add convenience wrapper around define_key_specifier (fmt).
Gabriela Moldovan
2023-10-30
1
-2
/
+2
|
*
|
tor-hsservice: Add convenience wrapper around define_key_specifier.
Gabriela Moldovan
2023-10-30
1
-0
/
+83
|
*
|
tor-keymgr: Add tests for define_key_specifier!.
Gabriela Moldovan
2023-10-30
1
-0
/
+106
|
*
|
tor-keymgr: Add macro for defining key specifiers.
Gabriela Moldovan
2023-10-30
1
-0
/
+241
|
*
|
tor-keymgr: Move the KeyDenotator trait to tor-keymgr (fmt).
Gabriela Moldovan
2023-10-30
2
-4
/
+4
|
*
|
tor-keymgr: Move the KeyDenotator trait to tor-keymgr.
Gabriela Moldovan
2023-10-30
5
-48
/
+45
*
|
|
Remove semver.md files from arti 1.1.10
Nick Mathewson
2023-10-31
10
-48
/
+0
[prev]
[next]