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
/
publish
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos
Dimitris Apostolou
2024-01-08
1
-3
/
+3
*
tor-netdoc: Make HsDescBuilder::auth_clients take an Option.
Gabriela Moldovan
2023-12-14
1
-6
/
+4
*
tor-hsservice: If the error is fatal, do not retry the desc upload.
Gabriela Moldovan
2023-12-13
1
-16
/
+1
*
tor-hsservice: Add TODO about removing the shutdown handling from the publisher.
Gabriela Moldovan
2023-12-13
1
-0
/
+5
*
tor-hsservice: Add TODO about possibly making UploadStatus a type alias.
Gabriela Moldovan
2023-12-13
1
-0
/
+2
*
tor-hsservice: Add TODO about possibly retrying failed uploads.
Gabriela Moldovan
2023-12-13
1
-0
/
+6
*
tor-hsservice: Remove unused ReactorError type.
Gabriela Moldovan
2023-12-13
1
-84
/
+2
*
tor-hsservice: Replace ReactorError with FatalError (fmt).
Gabriela Moldovan
2023-12-13
2
-9
/
+6
*
tor-hsservice: Replace ReactorError with FatalError.
Gabriela Moldovan
2023-12-13
2
-30
/
+29
*
tor-hsservice: Replace ReactorError::ShuttingDown with ShutdownStatus.
Gabriela Moldovan
2023-12-13
1
-13
/
+33
*
tor-hsservice: Make descriptor publisher wait for shutdown signal.
Gabriela Moldovan
2023-12-13
1
-2
/
+16
*
tor-hsservice: Remove unused ReactorError variant.
Gabriela Moldovan
2023-12-13
1
-5
/
+0
*
tor-hsservice: Refactor upload_descriptor_with_retries to not return an error.
Gabriela Moldovan
2023-12-13
1
-67
/
+60
*
tor-hsservice: Abolish ReactorError::HsDescBuild.
Gabriela Moldovan
2023-12-13
2
-7
/
+3
*
tor-hsservice: Reformat long match statement.
Gabriela Moldovan
2023-12-11
1
-1
/
+3
*
tor-hsservice: Reformat a long trace! statement.
Gabriela Moldovan
2023-12-11
1
-1
/
+3
*
tor-hsservice: Rephrase and reformat a comment.
Gabriela Moldovan
2023-12-11
1
-2
/
+2
*
tor-hsservice: Remove duplicate trace! log.
Gabriela Moldovan
2023-12-11
1
-5
/
+0
*
tor-hsservice: Use debug! instead of trace! to log upload outcome.
Gabriela Moldovan
2023-12-11
1
-1
/
+1
*
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
*
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: 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
*
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-keymgr: Store an owned type instead.
Gabriela Moldovan
2023-12-05
2
-8
/
+8
*
tor-hsservice: ipt_set: Have various methods take a Runtime
Ian Jackson
2023-12-04
1
-0
/
+1
*
tor-hsservice: ipt_set: Have various methods take a Runtime (pre-fmt)
Ian Jackson
2023-12-04
1
-1
/
+3
*
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
*
Remove RngCompatExt.
Nick Mathewson
2023-11-29
1
-3
/
+2
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
2
-4
/
+6
*
Merge branch 'persist-prefix' into 'main'
Ian Jackson
2023-11-28
1
-4
/
+3
|
\
[next]