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
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
7
-0
/
+7
*
fix: fix typos
Dimitris Apostolou
2024-03-09
2
-5
/
+5
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
2
-4
/
+4
*
Use tor_basic_utils::PathExt::display_lossy
Ian Jackson
2024-03-05
1
-4
/
+6
*
Merge branch 'deny-unchecked-duration-substraction' into 'main'
Ian Jackson
2024-03-05
1
-0
/
+1
|
\
|
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
|
Merge branch 'analyzer_windows_problems' into 'main'
gabi-250
2024-03-04
1
-0
/
+1
|
\
\
|
*
|
tor-keymgr: Fix compilation on Windows
Tobias Stoeckmann
2024-02-29
1
-0
/
+1
|
|
/
*
/
keystore: Fix slugs creations on Windows
Tobias Stoeckmann
2024-03-01
1
-2
/
+8
|
/
*
arti, arti-client, tor-keymgr: Remove keystore dir configuration.
Gabriela Moldovan
2024-02-21
1
-42
/
+0
*
tor-keymgr: Pick a better name for error variable.
Ian Jackson
2024-02-19
1
-1
/
+1
*
tor-keymgr: Add more context to errors returned from HsId::from_slug.
Gabriela Moldovan
2024-02-19
1
-5
/
+4
*
tor-keymgr: Add more context to InvalidKeyPathComponentValue errors (fmt).
Gabriela Moldovan
2024-02-19
1
-5
/
+11
*
tor-keymgr: Add more context to InvalidKeyPathComponentValue errors.
Gabriela Moldovan
2024-02-19
1
-9
/
+7
*
tor-keymgr: Document what context to add to invalid slug errors.
Gabriela Moldovan
2024-02-19
1
-0
/
+7
*
tor-keymgr: Downgrade a documentation TODO.
Gabriela Moldovan
2024-02-19
1
-1
/
+1
*
tor-keymgr: Remove vestigial comment.
Gabriela Moldovan
2024-02-19
1
-2
/
+0
*
tor-keymgr: Make InvalidKeyPathComponentValue public.
Gabriela Moldovan
2024-02-19
1
-3
/
+4
*
tor-keymgr: Make InvalidKeyPathComponentValue an enum.
Gabriela Moldovan
2024-02-19
1
-11
/
+20
*
tor-keymgr: Add a note about KeyPathError.
Gabriela Moldovan
2024-02-19
1
-0
/
+10
*
tor-keymgr: Include the ArtiPath in PatternNotMatched.
Gabriela Moldovan
2024-02-19
2
-6
/
+3
*
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
2
-3
/
+10
*
tor-keymgr: Include the ArtiPath in InvalidKeyPathComponentValue.
Gabriela Moldovan
2024-02-19
2
-4
/
+8
*
tor-keymgr: Rename {to,from}_component to {to,from}_slug.
Gabriela Moldovan
2024-02-19
3
-21
/
+21
*
tor-keymgr: Make the &KeystoreId getter `as_copy`.
Gabriela Moldovan
2024-02-19
1
-2
/
+4
*
tor-keymgr: Test that KeyMgr::list_matching returns the right descriptors.
Gabriela Moldovan
2024-02-19
1
-2
/
+16
*
tor-keymgr: Test KeyMgr::{get_entry, remove_entry}.
Gabriela Moldovan
2024-02-19
1
-0
/
+27
*
tor-keymgr: Remove a TODO.
Gabriela Moldovan
2024-02-19
1
-2
/
+0
*
tor-keymgr: Remove outdated reference to KeyMgr::get_with_type.
Gabriela Moldovan
2024-02-19
1
-1
/
+1
*
tor-keymgr: Replace KeyMgr::get_with_type with KeyMgr::get_entry (fmt).
Gabriela Moldovan
2024-02-19
1
-4
/
+1
*
tor-keymgr: Replace KeyMgr::get_with_type with KeyMgr::get_entry.
Gabriela Moldovan
2024-02-19
1
-8
/
+8
*
tor-keymgr: Rename KeyMgr::remove_with_type to KeyMgr::remove_entry.
Gabriela Moldovan
2024-02-19
1
-6
/
+11
*
tor-keymgr: Make KeyMgr::remove_with_type take a KeystoreEntry (fmt).
Gabriela Moldovan
2024-02-19
1
-4
/
+1
*
tor-keymgr: Make KeyMgr::remove_with_type take a KeystoreEntry.
Gabriela Moldovan
2024-02-19
1
-5
/
+3
*
tor-keymgr: Derive From for KeystoreSelector.
Gabriela Moldovan
2024-02-19
1
-2
/
+2
*
tor-keymgr: Make KeyMgr::list_matching return `KeystoreEntry`s.
Gabriela Moldovan
2024-02-19
1
-2
/
+7
*
tor-keymgr: Add KeystoreEntry.
Gabriela Moldovan
2024-02-19
2
-1
/
+18
*
tor-keymgr: Downgrade a TODO to a Note.
Gabriela Moldovan
2024-02-05
1
-3
/
+3
*
tor-keymgr: Make KeyMgr::remove return the removed key (fmt).
Gabriela Moldovan
2024-02-05
1
-24
/
+28
*
tor-keymgr: Make KeyMgr::remove return the removed key.
Gabriela Moldovan
2024-02-05
2
-6
/
+10
*
tor-keymgr: Remove a TODO about rewriting KeyType.
Gabriela Moldovan
2024-02-05
1
-8
/
+0
*
tor-keymgr: Downgrade a TODO from a test.
Gabriela Moldovan
2024-02-05
1
-1
/
+1
*
tor-keymgr: Downgrade a TODO about the KeyType API.
Gabriela Moldovan
2024-02-05
1
-1
/
+1
*
tor-keymgr: Downgrade a TODO about the dummy API.
Gabriela Moldovan
2024-02-05
1
-1
/
+1
*
tor-keymgr: Make KeyMgr::insert return the old key.
Gabriela Moldovan
2024-02-05
2
-10
/
+19
*
tor-keymgr: Remove a TODO about get_from_store().
Gabriela Moldovan
2024-02-05
1
-3
/
+1
*
tor-keymgr: Rename KeyInfoExtractor to KeyPathInfoExtractor (fmt).
Gabriela Moldovan
2024-02-05
2
-3
/
+3
*
tor-keymgr: Rename KeyInfoExtractor to KeyPathInfoExtractor.
Gabriela Moldovan
2024-02-05
5
-18
/
+18
*
tor-keymgr: Derive getters for KeyPathInfo.
Gabriela Moldovan
2024-02-05
1
-3
/
+1
[next]