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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-hsservice: Remove some TODOs that have been addressed.
Gabriela Moldovan
2023-12-11
1
-11
/
+0
*
tor-hsservice: Publish the IptPublishSet we called note_publication_attempt on.
Gabriela Moldovan
2023-12-11
1
-50
/
+50
*
tor-hsservice: Move revision_counter to HsDirUploadResult.
Gabriela Moldovan
2023-12-11
1
-5
/
+5
*
tor-hsservice: Make build_sign also return the revision counter used.
Gabriela Moldovan
2023-12-11
2
-10
/
+11
*
tor-hsservice: Derive Clone for VersionedDescriptor.
Gabriela Moldovan
2023-12-11
1
-0
/
+1
*
tor-hsservice: Move generate_revision_counter to Immutable.
Gabriela Moldovan
2023-12-11
1
-74
/
+75
*
Merge branch 'publisher-todos' into 'main'
Ian Jackson
2023-12-11
1
-19
/
+25
|
\
|
*
tor-hsservice: Reformat a long log line.
Gabriela Moldovan
2023-12-08
1
-1
/
+5
|
*
tor-hsservice: Add more context to the publisher logs.
Gabriela Moldovan
2023-12-08
1
-10
/
+20
|
*
tor-hsservice: Remove a publisher TODO that has been addressed.
Gabriela Moldovan
2023-12-08
1
-8
/
+0
*
|
tor-hsservice: Add functions to update the IPT mgr/publisher states.
Gabriela Moldovan
2023-12-11
1
-7
/
+21
*
|
tor-hsservice: Derive service state from the state of its components.
Gabriela Moldovan
2023-12-11
1
-1
/
+20
*
|
tor-hsservice: Trim trailing whitespace.
Gabriela Moldovan
2023-12-11
1
-1
/
+1
|
/
*
tor-hsservice: Remove unused lifetime.
Gabriela Moldovan
2023-12-07
1
-1
/
+1
*
tor-hsservice: Remove unused function.
Gabriela Moldovan
2023-12-07
1
-16
/
+0
*
tor-hsservice: Fix publisher bug causing unnecessary uploads.
Gabriela Moldovan
2023-12-07
1
-27
/
+31
*
tor-hsservice: Add a TODO about a publlisher bug
Gabriela Moldovan
2023-12-07
1
-0
/
+17
*
tor-hsservice: Rename period to ctx for clarity.
Gabriela Moldovan
2023-12-07
1
-2
/
+2
*
Merge branch 'persist-macro' into 'main'
Ian Jackson
2023-12-07
6
-96
/
+78
|
\
|
*
tor-hsservice: keys: Remove unused imports (and a blocking todo)
Ian Jackson
2023-12-07
1
-2
/
+0
|
*
tor-hsservice: tests: IptKeySpecifier: Do round trip test
Ian Jackson
2023-12-07
1
-8
/
+8
|
*
tor-hsservice: IptKeySpecifier: impl KeySpecifier via macro
Ian Jackson
2023-12-07
1
-14
/
+8
|
*
tor-hsservice: IptKeySpecifier: make it owned
Ian Jackson
2023-12-07
2
-5
/
+5
|
*
tor-hsservice: IptKeySpecifier: reorder fields
Ian Jackson
2023-12-07
1
-2
/
+2
|
*
tor-hsservice: IptKeyRole: impl FromStr and KeySpecifierComponent
Ian Jackson
2023-12-07
1
-1
/
+4
|
*
tor-hsservice: IptLocalId: impl KeySpecifierComponent
Ian Jackson
2023-12-07
1
-0
/
+3
|
*
tor-hsservice: IptLocalId: impl FromStr (fmt)
Ian Jackson
2023-12-07
1
-4
/
+2
|
*
tor-hsservice: IptLocalId: impl FromStr
Ian Jackson
2023-12-07
2
-27
/
+18
|
*
tor-hsservice: Expose SerdeStringOrTransparent to crate
Ian Jackson
2023-12-07
2
-2
/
+4
|
*
tor-keymgr: Make KeySpecifierComponent::as_component fallible
Ian Jackson
2023-12-07
1
-1
/
+1
|
*
tor-keymgr: Introduce InvalidKeyPathComponentValue errors (fmt)
Ian Jackson
2023-12-07
1
-9
/
+8
|
*
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
|
*
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
[prev]
[next]