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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos
Dimitris Apostolou
2024-01-08
2
-3
/
+3
*
Merge branch 'keyspec' into 'main'
Ian Jackson
2024-01-08
4
-348
/
+751
|
\
|
*
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
2
-4
/
+4
|
*
KeyPathInfo: Add role field
Ian Jackson
2024-01-04
2
-2
/
+27
|
*
KeySpecifier d-a macro: Populate extra_info
Ian Jackson
2024-01-04
2
-2
/
+20
|
*
KeySpecifier d-a macro: Use dyn for describing
Ian Jackson
2024-01-04
2
-24
/
+75
|
*
KeySpecifier d-a macro: Add a test for describing
Ian Jackson
2024-01-04
1
-0
/
+16
|
*
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
2
-9
/
+7
|
*
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
2
-3
/
+3
|
*
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
|
*
KeySpecifier: Make KeySpecifierPattern a trait
Ian Jackson
2024-01-04
3
-11
/
+21
|
*
KeySpecifier d-a macro: Abolish prefix fns
Ian Jackson
2024-01-04
2
-55
/
+0
|
*
KeySpecifier d-a macro: Introduce SomeSpecifierPattern and use dyn
Ian Jackson
2024-01-04
2
-40
/
+72
|
*
KeySpecifier d-a macro: Use dyn for arti_path
Ian Jackson
2024-01-04
1
-11
/
+153
|
*
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
3
-318
/
+336
|
*
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
2
-11
/
+11
*
|
Remove an unneeded allow
Ian Jackson
2024-01-02
1
-2
/
+0
|
/
*
rustdoc: linkify a url properly
Ian Jackson
2024-01-02
1
-2
/
+2
*
clippy: An an allow for fallible ed25519 conversion
Ian Jackson
2024-01-02
1
-0
/
+5
*
tor-keymgr: Wrap a long doc comment line.
Gabriela Moldovan
2023-12-14
1
-3
/
+3
*
tor-keymgr: Update docs referencing outdated SSH algo names.
Gabriela Moldovan
2023-12-14
2
-3
/
+3
*
tor-keymgr: Remove the TODOs about adding a protocol name registry.
Gabriela Moldovan
2023-12-14
1
-68
/
+3
*
tor-keymgr: Use spec.torproject.org for the SSH algo name domain.
Gabriela Moldovan
2023-12-14
1
-2
/
+2
*
arti-client: use sub_builder for ArtiNativeKeystoreConfig
Nick Mathewson
2023-12-13
1
-0
/
+2
*
tor-keymgr: ArtiPath[Component]: Manually reformat derive lists
Ian Jackson
2023-12-07
1
-32
/
+8
*
tor-keymgr: ArtiPath: impl serde
Ian Jackson
2023-12-07
1
-0
/
+3
*
tor-keymgr: ArtiPathComponent: Use unqualified names
Ian Jackson
2023-12-07
1
-3
/
+3
*
tor-keymgr: ArtiPath[Component]: Don't DerefMut
Ian Jackson
2023-12-07
1
-3
/
+1
*
tor-keymgr: ArtiPath[Component]: Add some more test aspects
Ian Jackson
2023-12-07
1
-1
/
+10
*
tor-keymgr: ArtiPath[Component]: Properly validate in FromStr
Ian Jackson
2023-12-07
1
-2
/
+11
*
tor-keymgr: ArtiPath[Component]: Use d-a to generate various methods
Ian Jackson
2023-12-07
1
-30
/
+36
*
tor-keymgr: ArtiPath: Introduce validate_str
Ian Jackson
2023-12-07
1
-3
/
+8
*
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: ArtiPath::new: Rename a confusing variable
Ian Jackson
2023-12-07
1
-2
/
+2
*
tor-keymgr: ArtiPathSyntaxError: impl Eq
Ian Jackson
2023-12-07
1
-1
/
+1
*
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
2
-1
/
+9
*
tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathError (fmt)
Ian Jackson
2023-12-07
2
-11
/
+43
*
tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathError
Ian Jackson
2023-12-07
5
-38
/
+37
[next]