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
/
svc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
tor-keymgr: Introduce InvalidKeyPathComponentValue errors
Ian Jackson
2023-12-07
1
-1
/
+7
|
*
tor-hsservice: Prepare for different denotator error handling
Ian Jackson
2023-12-07
1
-5
/
+6
|
*
tor-keymgr: Have KeySpecifierComponent::from_component take a ref
Ian Jackson
2023-12-07
1
-1
/
+1
*
|
Add a "Shutdown" status, and clarify places where status should change.
Nick Mathewson
2023-12-07
1
-1
/
+1
|
/
*
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-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
1
-54
/
+54
*
tor-hsservice: Stop the KeystoreSweeper task when the service exits.
Gabriela Moldovan
2023-12-05
1
-5
/
+28
*
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-hsservice: Add a helper for removing expired keys.
Gabriela Moldovan
2023-12-05
1
-0
/
+138
*
tor-keymgr: Store an owned type instead.
Gabriela Moldovan
2023-12-05
4
-14
/
+18
*
tor-keymgr: Make all arguments of arti_pattern optional.
Gabriela Moldovan
2023-12-05
1
-1
/
+1
*
tor-keymgr: Change KeyDenotator error type to KeyPathError.
Gabriela Moldovan
2023-12-05
1
-2
/
+2
*
tor-hsservice: ipt_set: Have various methods take a Runtime
Ian Jackson
2023-12-04
2
-3
/
+4
*
tor-hsservice: ipt_set: Have various methods take a Runtime (pre-fmt)
Ian Jackson
2023-12-04
1
-1
/
+3
*
tor-hsservice tests: publish: Make run_test take a runtime
Ian Jackson
2023-12-04
1
-2
/
+3
*
tor-hsservice: ipt_set: Make ::channel() fallible
Ian Jackson
2023-12-04
1
-1
/
+1
*
tor-hsservice: Pass and record storage handles
Ian Jackson
2023-12-04
1
-1
/
+2
*
tor-hsservice: Introduce IptStoreError
Ian Jackson
2023-12-04
1
-2
/
+7
*
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
*
Merge branch 'hss-notes' into 'main'
Ian Jackson
2023-11-30
1
-0
/
+12
|
\
|
*
tor-hsclient: ipt_establisher: Fix a broken rustdoc link
Ian Jackson
2023-11-30
1
-1
/
+1
|
*
hssvc-ipt-algorithms.md: Move some text to ipt_mgr
Ian Jackson
2023-11-29
1
-0
/
+4
|
*
hssvc-ipt-algorithms.md: Delete rendundant text
Ian Jackson
2023-11-29
1
-0
/
+8
*
|
Remove RngCompatExt.
Nick Mathewson
2023-11-29
2
-5
/
+3
*
|
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
4
-11
/
+10
|
/
*
Merge branch 'keymgr-derive-builder' into 'main'
gabi-250
2023-11-28
1
-2
/
+5
|
\
|
*
tor-keymgr: Derive Builder for KeyMgr (fmt).
Gabriela Moldovan
2023-11-27
1
-1
/
+4
|
*
tor-keymgr: Derive Builder for KeyMgr.
Gabriela Moldovan
2023-11-27
1
-2
/
+2
*
|
Merge branch 'hss-debug-serde' into 'main'
Ian Jackson
2023-11-28
1
-0
/
+6
|
\
\
|
*
|
tor-hsservice: derive Debug for IptParameters
Ian Jackson
2023-11-27
1
-0
/
+6
|
|
/
*
|
Merge branch 'persist-prefix' into 'main'
Ian Jackson
2023-11-28
2
-7
/
+5
|
\
\
|
*
|
tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slop
Ian Jackson
2023-11-27
1
-1
/
+0
|
*
|
tor-hsservice: ipt_set: Make note_publication_attempt a method on PublishIptSet
Ian Jackson
2023-11-27
1
-1
/
+1
|
*
|
tor-hsservice: ipt_set: Make PublishIptSet a struct
Ian Jackson
2023-11-27
2
-5
/
+4
|
*
|
tor-hsservice: ipt_set: Make initial state in the constructor
Ian Jackson
2023-11-27
1
-1
/
+1
|
|
/
*
|
Merge branch 'keymgr-errors' into 'main'
gabi-250
2023-11-27
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
tor-keymgr: Add a top-level error type.
Gabriela Moldovan
2023-11-21
1
-2
/
+2
*
|
HSS publisher error: lack of netdir: clarify message
gabi-250
2023-11-20
1
-1
/
+1
[prev]
[next]