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
/
derive.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
keymgr: Remove redundant field name in struct init
Gabriela Moldovan
2026-01-06
1
-1
/
+1
*
keymgr: Use d-d to generate CTorPath<->KeySpecifier conversions
Gabriela Moldovan
2026-01-06
1
-26
/
+54
*
keymgr: Resolve a handful of clippy warnings (fmt)
Gabriela Moldovan
2026-01-06
1
-2
/
+1
*
keymgr: Resolve a handful of clippy warnings
Gabriela Moldovan
2026-01-06
1
-3
/
+3
*
keymgr: Push error handling into the from_ctor_path() functions
Gabriela Moldovan
2026-01-06
1
-14
/
+7
*
keymgr: Replace placeholder errors with CTorPathError
Gabriela Moldovan
2026-01-06
1
-9
/
+10
*
keymgr: Remove unused argument in helper function (fmt)
Gabriela Moldovan
2026-01-06
1
-6
/
+1
*
keymgr: Remove unused argument in helper function
Gabriela Moldovan
2026-01-06
1
-3
/
+1
*
keymgr: Remove redundant ArtiPath from error context
Gabriela Moldovan
2026-01-06
1
-7
/
+3
*
keymgr: Split out ArtiPathError from KeyPathError
Gabriela Moldovan
2026-01-06
1
-9
/
+9
*
keymgr: Make describe_via_components() return Bug
Gabriela Moldovan
2026-01-06
1
-1
/
+1
*
keymgr: Fix clippy warning when KeySpecifier is used in tor-keymgr
Gabriela Moldovan
2026-01-06
1
-0
/
+1
*
keymgr: Specify ctor conversion functions as module
Gabriela Moldovan
2026-01-06
1
-9
/
+13
*
keymgr: Extend KeySpecifier macro to support CTorPath conversions
Gabriela Moldovan
2026-01-06
1
-2
/
+22
*
keymgr: Make parse_key_path() only parse ArtiPaths
Gabriela Moldovan
2026-01-06
1
-18
/
+23
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
tor-keymgr: Reformat a long line for readability.
Gabriela Moldovan
2024-10-15
1
-1
/
+3
*
tor-keymgr: Add missing docs for keypair_specifier.
Gabriela Moldovan
2024-10-15
1
-0
/
+12
*
arti-client, tor-keymgr: Remove a couple of now-addressed TODOs.
Gabriela Moldovan
2024-10-08
1
-5
/
+0
*
tor-keymgr: Set KeySpecifier deftly exported struct non_exhaustive
David Goulet
2024-09-18
1
-0
/
+1
*
rename get_keypair_specifier() to keypair_specifier()
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-1
/
+1
*
tor_keymgr: add get_keypair_specifier() to KeySpecifier, and derive it
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-0
/
+8
*
Change deftly syntax to post 0.12.1 version
Ian Jackson
2024-06-17
1
-1
/
+1
*
Update to derive-deftly 0.12.1
Ian Jackson
2024-06-17
1
-1
/
+1
*
Delete duplicate KeySpecifierComponentPrettyHelper
Ian Jackson
2024-04-25
1
-9
/
+0
*
Switch to derive-deftly
Ian Jackson
2024-04-03
1
-16
/
+16
*
fix: fix typos
Dimitris Apostolou
2024-03-09
1
-2
/
+2
*
tor-keymgr: Include the ArtiPath in PatternNotMatched.
Gabriela Moldovan
2024-02-19
1
-2
/
+2
*
tor-keymgr: Include ArtiPath in InvalidArtiPath (fmt).
Gabriela Moldovan
2024-02-19
1
-3
/
+13
*
tor-keymgr: Include ArtiPath in InvalidArtiPath.
Gabriela Moldovan
2024-02-19
1
-1
/
+2
*
tor-keymgr: Include the ArtiPath in InvalidKeyPathComponentValue.
Gabriela Moldovan
2024-02-19
1
-4
/
+6
*
tor-keymgr: Rename {to,from}_component to {to,from}_slug.
Gabriela Moldovan
2024-02-19
1
-3
/
+3
*
tor-keymgr: Rename KeyInfoExtractor to KeyPathInfoExtractor.
Gabriela Moldovan
2024-02-05
1
-3
/
+3
*
tor-keymgr: Lowercase the role when building the ArtiPath.
Gabriela Moldovan
2024-01-31
1
-9
/
+2
*
tor-keymgr: Abolish ArtiPathComponent.
Gabriela Moldovan
2024-01-31
1
-5
/
+5
*
tor-keymgr: Turn some TODOs into #1195.
Gabriela Moldovan
2024-01-10
1
-1
/
+1
*
tor-keymgr: Turn some TODO HSS into #858
Gabriela Moldovan
2024-01-10
1
-2
/
+2
*
tor-keymgr: Fully qualify KeySpecifierPattern in KeySpecifier macro.
Gabriela Moldovan
2024-01-10
1
-1
/
+2
*
tor-keymgr: Fix typos
gabi-250
2024-01-08
1
-3
/
+3
*
KeyPathInfo: Add role field
Ian Jackson
2024-01-04
1
-2
/
+16
*
KeySpecifier d-a macro: Populate extra_info
Ian Jackson
2024-01-04
1
-0
/
+13
*
KeySpecifier d-a macro: Use dyn for describing
Ian Jackson
2024-01-04
1
-23
/
+75
*
KeySpecifier d-a macro: Mnaully wrap two long lines
Ian Jackson
2024-01-04
1
-2
/
+6
*
KeySpecifier d-a macro: Use doc-hidden re-exports
Ian Jackson
2024-01-04
1
-8
/
+6
*
KeySpecifier d-a macro: Name result by whole path
Ian Jackson
2024-01-04
1
-2
/
+2
*
KeySpecifier d-a macro: Use derive-adhoc's pasting feature
Ian Jackson
2024-01-04
1
-6
/
+4
*
KeySpecifier d-a macro: Use dyn for parsing
Ian Jackson
2024-01-04
1
-91
/
+181
*
KeyPathError::PatternNotMatched: Remove pattern from error
Ian Jackson
2024-01-04
1
-1
/
+1
*
KeySpecifier d-a macro: Do not produce fn new()
Ian Jackson
2024-01-04
1
-15
/
+1
*
KeySpecifier d-a macro: Say what we produce, in the docs
Ian Jackson
2024-01-04
1
-1
/
+17
[next]