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-hsservice
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
tor-keymgr: Replace assert_key_specifier_rountrip macro with function (fmt)
Ian Jackson
2023-12-07
1
-12
/
+3
|
*
tor-keymgr: Replace assert_key_specifier_rountrip macro with function
Ian Jackson
2023-12-07
1
-13
/
+8
|
*
tor-keymgr: provide KeySpecifierComponentViaDisplayFromStr and use it
Ian Jackson
2023-12-07
1
-13
/
+2
|
*
ArtiPaths: derive FromStr for ArtiPath ArtiPathComponent HsNickname (fmt)
Ian Jackson
2023-12-07
1
-2
/
+13
|
*
ArtiPaths: derive FromStr for ArtiPath ArtiPathComponent HsNickname
Ian Jackson
2023-12-07
1
-0
/
+1
*
|
Add a "Shutdown" status, and clarify places where status should change.
Nick Mathewson
2023-12-07
4
-5
/
+19
*
|
Add a status API to OnionService.
Nick Mathewson
2023-12-07
3
-11
/
+168
|
/
*
tor-hsservice: Add more info to an internal error (fmt).
Gabriela Moldovan
2023-12-05
1
-6
/
+7
*
tor-hsservice: Add more info to an internal error.
Gabriela Moldovan
2023-12-05
1
-1
/
+9
*
tor-hsservice: Fix clippy warning.
Gabriela Moldovan
2023-12-05
1
-1
/
+1
*
tor-hsservice: Wrap some long lines in a helper macro.
Gabriela Moldovan
2023-12-05
1
-4
/
+11
*
tor-hsservice: Add a cross-reference to KeystoreSweeper.
Gabriela Moldovan
2023-12-05
1
-0
/
+7
*
tor-keymgr: Abolish the KeyDenotator trait in favour of KeyPathComponent (fmt).
Gabriela Moldovan
2023-12-05
1
-2
/
+6
*
tor-keymgr: Abolish the KeyDenotator trait in favour of KeyPathComponent.
Gabriela Moldovan
2023-12-05
1
-2
/
+4
*
tor-hsservice: Stop the KeystoreSweeper task when the service exits (fmt).
Gabriela Moldovan
2023-12-05
3
-57
/
+62
*
tor-hsservice: Stop the KeystoreSweeper task when the service exits.
Gabriela Moldovan
2023-12-05
2
-7
/
+30
*
tor-hsservice: Make shutdown a broadcast channel.
Gabriela Moldovan
2023-12-05
2
-11
/
+13
*
tor-hsservice: Move remove_if_expired macro inside task (fmt).
Gabriela Moldovan
2023-12-05
1
-9
/
+3
*
tor-hsservice: Move remove_if_expired macro inside task.
Gabriela Moldovan
2023-12-05
1
-37
/
+22
*
tor-keymgr: Update key summary strings to be less verbose.
Gabriela Moldovan
2023-12-05
1
-5
/
+5
*
tor-hsservice: Test the TryFrom<&KeyPath> KeySpecifier impl.
Gabriela Moldovan
2023-12-05
1
-1
/
+7
*
tor-hsservice: Add some useful derives for the key specifiers.
Gabriela Moldovan
2023-12-05
1
-5
/
+5
*
tor-hsservice: Add a helper for removing expired keys.
Gabriela Moldovan
2023-12-05
2
-3
/
+154
*
tor-hsservice: Make the KeySpecifier fields crate-public.
Gabriela Moldovan
2023-12-05
1
-7
/
+7
*
tor-keymgr: Store an owned type instead.
Gabriela Moldovan
2023-12-05
6
-43
/
+52
*
tor-keymgr: Make all arguments of arti_pattern optional.
Gabriela Moldovan
2023-12-05
1
-1
/
+1
*
tor-keymgr: Introduce a KeySpecifierComponent trait.
Gabriela Moldovan
2023-12-05
1
-1
/
+19
*
tor-keymgr: Change KeyDenotator error type to KeyPathError.
Gabriela Moldovan
2023-12-05
1
-2
/
+2
*
tor-hsservice: IptKeySpecifier: add a TODO HSS
Ian Jackson
2023-12-04
1
-0
/
+2
*
tor-hsservice: ipt_set: Remove a blocking TODO
Ian Jackson
2023-12-04
1
-1
/
+0
*
tor-hsservice tests: Add some TODOs re IPT accepting state
Ian Jackson
2023-12-04
1
-0
/
+8
*
tor-hsservice tests: Check that restart gives us the same IPTs (fmt)
Ian Jackson
2023-12-04
1
-11
/
+18
*
tor-hsservice tests: Check that restart gives us the same IPTs
Ian Jackson
2023-12-04
1
-2
/
+24
*
tor-hsservice tests: Test restarting the IPT manager
Ian Jackson
2023-12-04
1
-0
/
+9
*
tor-hsservice tests: Break out shutdown_check_no_tasks
Ian Jackson
2023-12-04
1
-4
/
+7
*
tor-hsservice: Use keystore to store and reuse IPT keys
Ian Jackson
2023-12-04
4
-9
/
+85
*
tor-hsservice: ipt_mgr: Prepare for nonfatal IPT creation errors
Ian Jackson
2023-12-04
2
-5
/
+42
*
tor-hsservice: Define key specifiers for IPT keys
Ian Jackson
2023-12-04
1
-1
/
+57
*
tor-hsservice: ipt_set: Store publication times
Ian Jackson
2023-12-04
1
-16
/
+101
*
tor-hsservice: ipt_mgr: Save and load IPT relays etc. (fmt)
Ian Jackson
2023-12-04
1
-6
/
+3
*
tor-hsservice: ipt_mgr: Save and load IPT relays etc.
Ian Jackson
2023-12-04
2
-10
/
+155
*
tor-hsservice: ipt_set: Have various methods take a Runtime
Ian Jackson
2023-12-04
5
-16
/
+29
*
tor-hsservice: ipt_set: Have various methods take a Runtime (pre-fmt)
Ian Jackson
2023-12-04
4
-6
/
+19
*
tor-hsservice: ipt_set: Provide IptManagerView::borrow_for_read()
Ian Jackson
2023-12-04
1
-2
/
+10
*
tor-hsservice tests: Use a real storage manager for IPT manager tests
Ian Jackson
2023-12-04
1
-2
/
+8
*
tor-hsservice tests: Break out create_storage_handles_from_state_mgr
Ian Jackson
2023-12-04
1
-2
/
+9
*
tor-hsservice tests: Break out MockedIptManager state struct
Ian Jackson
2023-12-04
1
-18
/
+45
*
tor-hsservice tests: Use a real keystore for IPT manager tests
Ian Jackson
2023-12-04
1
-54
/
+4
*
tor-hsservice tests: publish: Make run_test take a runtime
Ian Jackson
2023-12-04
1
-2
/
+3
*
tor-hsservice tests: test_temp_dir: Make macro not assume import
Ian Jackson
2023-12-04
1
-1
/
+1
[prev]
[next]