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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-keymgr: Abolish ArtiPathComponent.
Gabriela Moldovan
2024-01-31
5
-100
/
+52
*
tor-keymgr: Make ArtiPathComponent a Slug internally (fmt).
Gabriela Moldovan
2024-01-31
2
-23
/
+55
*
tor-keymgr: Make ArtiPathComponent a Slug internally.
Gabriela Moldovan
2024-01-31
3
-104
/
+70
*
tor-keymgr: Strip .onion suffix from HsId before building Slug.
Gabriela Moldovan
2024-01-31
1
-3
/
+28
*
tor-keymgr: Use keystore_error_kind() to get the error kind.
Gabriela Moldovan
2024-01-15
2
-1
/
+3
*
Merge branch 'expand-keystore-dir' into 'main'
gabi-250
2024-01-11
2
-10
/
+33
|
\
|
*
tor-keymgr: Abolish ArtiNativeKeystoreConfig::expand_keystore_dir.
Gabriela Moldovan
2024-01-10
2
-10
/
+33
*
|
tor-keymgr: Turn some TODOs into #1195.
Gabriela Moldovan
2024-01-10
2
-2
/
+2
*
|
tor-keymgr: Turn some TODO HSS into #1194.
Gabriela Moldovan
2024-01-10
1
-2
/
+2
*
|
tor-keymgr: Turn some TODOs into #1115.
Gabriela Moldovan
2024-01-10
6
-12
/
+13
*
|
tor-keymgr: Turn some TODOs into #1119.
Gabriela Moldovan
2024-01-10
1
-2
/
+2
*
|
tor-keymgr: Turn a TODO HSS into #1118.
Gabriela Moldovan
2024-01-10
1
-1
/
+1
*
|
tor-keymgr: Turn a TODO HSS into #1095.
Gabriela Moldovan
2024-01-10
1
-1
/
+1
*
|
tor-keymgr: Turn some TODO HSS into #858
Gabriela Moldovan
2024-01-10
2
-4
/
+4
*
|
tor-keymgr: Downgrade some TODO HSS.
Gabriela Moldovan
2024-01-10
3
-7
/
+7
*
|
tor-keymgr: Turn a TODO HSS into #1193.
Gabriela Moldovan
2024-01-10
1
-1
/
+1
*
|
Merge branch 'keymgr-features' into 'main'
Nick Mathewson
2024-01-10
1
-1
/
+1
|
\
\
|
*
|
tor-keymgr: Do not enable tor-error/tor-config's experimental feature.
Gabriela Moldovan
2024-01-10
1
-1
/
+1
|
|
/
*
|
tor-keymgr: Implement KeySpecifierComponentViaDisplayFromStr for HsId.
Gabriela Moldovan
2024-01-10
1
-0
/
+3
*
|
tor-keymgr: Fully qualify KeySpecifierPattern in KeySpecifier macro.
Gabriela Moldovan
2024-01-10
1
-1
/
+2
|
/
*
Patchlevel version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-2
/
+2
*
Breaking version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-4
/
+4
*
Merge branch 'fixup-features-20240108' into 'main'
Nick Mathewson
2024-01-09
1
-2
/
+3
|
\
|
*
Mark tor-keymgr/testing feature as experimental.
Nick Mathewson
2024-01-08
1
-3
/
+2
|
*
Run "fixup-features" in preparation for release.
Nick Mathewson
2024-01-08
1
-0
/
+2
*
|
Fix typos
Dimitris Apostolou
2024-01-08
2
-3
/
+3
|
/
*
Merge branch 'keyspec' into 'main'
Ian Jackson
2024-01-08
5
-348
/
+752
|
\
|
*
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
2
-2
/
+37
|
*
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
[prev]
[next]