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
/
tor-keymgr
/
src
/
key_specifier.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'keyspec' into 'main'
Ian Jackson
2024-01-08
1
-345
/
+128
|
\
|
*
tor-keymgr: KeySpecifierPattern: fix grammar
Ian Jackson
2024-01-08
1
-1
/
+1
|
*
tor-keymgr: KeySpecifierPattern: fix docs
Ian Jackson
2024-01-08
1
-3
/
+3
|
*
tor-keymgr: Fix typos
gabi-250
2024-01-08
1
-1
/
+1
|
*
KeyPathInfo: Add role field
Ian Jackson
2024-01-04
1
-0
/
+11
|
*
KeySpecifier d-a macro: Populate extra_info
Ian Jackson
2024-01-04
1
-2
/
+7
|
*
KeySpecifier d-a macro: Use dyn for describing
Ian Jackson
2024-01-04
1
-1
/
+0
|
*
KeySpecifier d-a macro: Add a test for describing
Ian Jackson
2024-01-04
1
-0
/
+16
|
*
KeyPathError::PatternNotMatched: Remove pattern from error
Ian Jackson
2024-01-04
1
-2
/
+2
|
*
KeySpecifier: Make KeySpecifierPattern a trait
Ian Jackson
2024-01-04
1
-0
/
+17
|
*
KeySpecifier d-a macro: Abolish prefix fns
Ian Jackson
2024-01-04
1
-14
/
+0
|
*
KeySpecifier d-a macro: Introduce SomeSpecifierPattern and use dyn
Ian Jackson
2024-01-04
1
-6
/
+15
|
*
KeySpecifier tests: add a TimePeriod test
Ian Jackson
2024-01-04
1
-2
/
+36
|
*
KeySpecifierComponent: Add .fmt_pretty() method
Ian Jackson
2024-01-04
1
-1
/
+21
|
*
KeySpecifier d-a macro: Move to its own module
Ian Jackson
2024-01-04
1
-318
/
+4
|
*
KeySpecifier d-a macro: insist on structs
Ian Jackson
2024-01-03
1
-1
/
+1
|
*
KeySpecifier d-a macro: rename from KeySpecifierDefault
Ian Jackson
2024-01-03
1
-10
/
+10
*
|
Remove an unneeded allow
Ian Jackson
2024-01-02
1
-2
/
+0
|
/
*
tor-keymgr: ArtiPath[Component]: Add some more test aspects
Ian Jackson
2023-12-07
1
-1
/
+10
*
tor-keymgr: ArtiPath tests: Add a test for a multi-component path
Ian Jackson
2023-12-07
1
-2
/
+6
*
tor-keymgr: ArtiPath tests: separate path from component tests
Ian Jackson
2023-12-07
1
-2
/
+4
*
tor-keymgr: arti_path tests: Add two TODOs
Ian Jackson
2023-12-07
1
-0
/
+3
*
tor-keymgr: path errors: Add some xrefs
Ian Jackson
2023-12-07
1
-0
/
+3
*
tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathError (fmt)
Ian Jackson
2023-12-07
1
-8
/
+40
*
tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathError
Ian Jackson
2023-12-07
1
-22
/
+21
*
tor-keymgr: Move ArtiPath etc. into new module
Ian Jackson
2023-12-07
1
-189
/
+4
*
tor-keymgr: KeySpecifierComponent::to_component: rename from as_component
Ian Jackson
2023-12-07
1
-7
/
+7
*
tor-keymgr: Make KeySpecifierComponent::as_component fallible (fmt)
Ian Jackson
2023-12-07
1
-3
/
+8
*
tor-keymgr: Make KeySpecifierComponent::as_component fallible
Ian Jackson
2023-12-07
1
-28
/
+35
*
tor-keymgr: Introduce InvalidKeyPathComponentValue errors (fmt)
Ian Jackson
2023-12-07
1
-2
/
+1
*
tor-keymgr: Introduce InvalidKeyPathComponentValue errors
Ian Jackson
2023-12-07
1
-8
/
+60
*
tor-keymgr: Have KeySpecifierComponent::from_component take a ref
Ian Jackson
2023-12-07
1
-6
/
+6
*
tor-keymgr: KeySpecifierDefault: role: allow runtime value
Ian Jackson
2023-12-07
1
-15
/
+72
*
tor-keymgr: KeySpecifierDefault: Use meta as str
Ian Jackson
2023-12-07
1
-3
/
+6
*
tor-keymgr: KeySpecifierDefault: fixed_path_component feature
Ian Jackson
2023-12-07
1
-0
/
+29
*
tor-keymgr: KeySpecifierDefault: recast field loop
Ian Jackson
2023-12-07
1
-1
/
+2
*
tor-keymgr: KeySpecifierDefault: ctor_path feature
Ian Jackson
2023-12-07
1
-8
/
+47
*
tor-keymgr: KeySpecifierDefault: Document attributes more formally
Ian Jackson
2023-12-07
1
-1
/
+20
*
tor-keymgr: KeySpecifierDefault: Move dead code allow
Ian Jackson
2023-12-07
1
-5
/
+1
*
tor-keymgr: KeyPathInfo: Provide builder() method
Ian Jackson
2023-12-07
1
-4
/
+11
*
tor-keymgr: Replace assert_key_specifier_rountrip macro with function (fmt)
Ian Jackson
2023-12-07
1
-14
/
+5
*
tor-keymgr: Replace assert_key_specifier_rountrip macro with function
Ian Jackson
2023-12-07
1
-21
/
+11
*
tor-keymgr: provide KeySpecifierComponentViaDisplayFromStr and use it
Ian Jackson
2023-12-07
1
-25
/
+21
*
ArtiPaths: derive FromStr for ArtiPath ArtiPathComponent HsNickname (fmt)
Ian Jackson
2023-12-07
1
-2
/
+14
*
ArtiPaths: derive FromStr for ArtiPath ArtiPathComponent HsNickname
Ian Jackson
2023-12-07
1
-0
/
+2
*
tor-keymgr: Fix some docs warnings
Ian Jackson
2023-12-06
1
-2
/
+2
*
tor-keymgr: Update wording in TODO.
Gabriela Moldovan
2023-12-05
1
-1
/
+1
*
tor-keymgr: Mention KeyMgr::describe in the KeyInfoExtractor docs.
Gabriela Moldovan
2023-12-05
1
-0
/
+3
*
tor-keymgr: Remove outdated references to KeyDenotator.
Gabriela Moldovan
2023-12-05
1
-6
/
+6
*
tor-keymgr: Explain when KeySpecifierComponent should be implemented.
Gabriela Moldovan
2023-12-05
1
-0
/
+6
[next]