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: 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
*
tor-hsservice: ipt_set: Make ::channel() fallible
Ian Jackson
2023-12-04
4
-8
/
+10
*
tor-hsservice: Pass and record storage handles
Ian Jackson
2023-12-04
5
-13
/
+75
*
tor-hsservice: Provide StartupError variants for failed state reads
Ian Jackson
2023-12-04
1
-0
/
+26
*
tor-hsservice: Introduce IptStoreError
Ian Jackson
2023-12-04
5
-8
/
+72
*
Merge branch 'publisher-bug' into 'main'
gabi-250
2023-12-04
1
-28
/
+58
|
\
|
*
tor-hsservice: Add more details to the last_uploaded docs.
Gabriela Moldovan
2023-12-04
1
-0
/
+9
|
*
tor-hsservice: If upload_all fails, retry after 5min.
Gabriela Moldovan
2023-12-04
1
-13
/
+33
|
*
tor-hsservice: Update a handful of publisher logs.
Gabriela Moldovan
2023-12-04
1
-2
/
+5
|
*
tor-hsservice: Remove unnecessary TODO HSS.
Gabriela Moldovan
2023-12-04
1
-3
/
+0
|
*
tor-hsservice: Rename upload_rate_lim_ to reattempt_upload.
Gabriela Moldovan
2023-12-04
1
-6
/
+6
|
*
tor-hsservice: Reduce the upload rate limit threshold.
Gabriela Moldovan
2023-12-04
1
-1
/
+1
|
*
tor-hsservice: Measure last_uploaded from when the upload was initiated.
Gabriela Moldovan
2023-12-04
1
-3
/
+4
*
|
tor-hsservice: test_temp_dir: Create the directory in .used_by
Ian Jackson
2023-12-04
1
-1
/
+10
[prev]
[next]