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-hsservice: reconfigure: Allow changing rate_limit_at_intro
Ian Jackson
2024-02-21
1
-0
/
+2
*
tor-hsservice: Clarify what UploadError::Stream is for.
Gabriela Moldovan
2024-02-20
1
-1
/
+1
*
tor-hsservice: Clarify what UploadError::Timeout is used for.
Gabriela Moldovan
2024-02-20
1
-2
/
+2
*
tor-hsservice: Log descriptor upload request errors.
Gabriela Moldovan
2024-02-19
1
-1
/
+1
*
tor-hsservice: Report a clearer error message for UploadError::Circuit.
Gabriela Moldovan
2024-02-19
1
-1
/
+1
*
tor-hsservice: Replace placeholder IptError with the real IptError type.
Gabriela Moldovan
2024-02-19
1
-1
/
+2
*
tor-hsservice: Include the IptError in IptStatusStatus::Faulty.
Gabriela Moldovan
2024-02-19
1
-21
/
+26
*
tor-hsservice: Move certain IptEstablisherErrors to a separate enum (fmt).
Gabriela Moldovan
2024-02-19
1
-3
/
+7
*
tor-hsservice: Move certain IptEstablisherErrors to a separate enum.
Gabriela Moldovan
2024-02-19
1
-28
/
+44
*
tor-hsservice: Rename IptError to IptEstablisherError.
Gabriela Moldovan
2024-02-19
1
-19
/
+19
*
tor-hsservice: Rename note_<status> to send_<status>.
Gabriela Moldovan
2024-02-19
1
-3
/
+3
*
tor-hsservice: The publisher should process all upload results.
Gabriela Moldovan
2024-02-14
1
-1
/
+2
*
tor-hsservice: Add a TODO about using HashMap for the reupload_timers.
Gabriela Moldovan
2024-02-12
1
-0
/
+4
*
tor-hsservice: Fix typo in comment.
Ian Jackson
2024-02-12
1
-1
/
+1
*
tor-hsservice: Add test for desc publisher reuploads.
Gabriela Moldovan
2024-02-12
1
-3
/
+41
*
tor-hsservice: Remove unnecessary locking in test.
Gabriela Moldovan
2024-02-12
1
-8
/
+8
*
tor-hsservice: Add a publisher TODO about limiting reuploads.
Gabriela Moldovan
2024-02-12
1
-0
/
+7
*
tor-hsservice: Periodically reupload the descriptor.
Gabriela Moldovan
2024-02-12
2
-3
/
+32
*
tor-hsservice: Set the status to UploadScheduled when it's time to reupload.
Gabriela Moldovan
2024-02-12
1
-0
/
+45
*
tor-hsservice: Add helper type for scheduling descriptor reuploads.
Gabriela Moldovan
2024-02-12
2
-0
/
+113
*
tor-hsservice: Add a function for marking descriptors dirty for a specific TP.
Gabriela Moldovan
2024-02-12
1
-0
/
+20
*
Merge branch 'keymgr-generate' into 'main'
gabi-250
2024-02-01
2
-26
/
+31
|
\
|
*
tor-hsservice: Use FatalError::KeystoreRace where possible (fmt).
Gabriela Moldovan
2024-02-01
1
-4
/
+8
|
*
tor-hsservice: Use FatalError::KeystoreRace where possible.
Gabriela Moldovan
2024-02-01
1
-5
/
+6
|
*
tor-hsservice: Fix typo in error message.
Gabriela Moldovan
2024-02-01
1
-1
/
+1
|
*
tor-hsservice: Use read_blind_id_keypair instead of duplicating code.
Gabriela Moldovan
2024-02-01
1
-16
/
+6
|
*
tor-hsservice: Rewrite blind_id_keypair without get_or_generate_with_derived.
Gabriela Moldovan
2024-02-01
1
-8
/
+18
*
|
tor-hsservice: Apply deferred cargo fmt.
Gabriela Moldovan
2024-02-01
1
-8
/
+5
*
|
tor-hsservice: Remove unnecessary trace! log.
Gabriela Moldovan
2024-02-01
1
-1
/
+0
*
|
tor-hsservice: Remove old upload rate-limiting code.
Gabriela Moldovan
2024-02-01
1
-97
/
+1
*
|
tor-hsservice: Reimplement upload rate-limiting using TrackingNow.
Gabriela Moldovan
2024-02-01
1
-2
/
+16
*
|
tor-hsservice: Update docs with the new RateLimited state.
Gabriela Moldovan
2024-02-01
1
-10
/
+10
*
|
tor-hsservice: Add functions for starting/stopping the rate-limiting.
Gabriela Moldovan
2024-02-01
1
-0
/
+22
*
|
tor-hsservice: Add a RateLimited publisher status.
Gabriela Moldovan
2024-02-01
1
-9
/
+36
*
|
tor-hsservice: Remove an unnecessary TODO.
Gabriela Moldovan
2024-02-01
1
-4
/
+0
*
|
tor-hsservice: Downgrade a warn! to debug!.
Gabriela Moldovan
2024-02-01
1
-2
/
+2
|
/
*
tor-hsservice: tests: create_storage_handles: use a real directory (churn)
Ian Jackson
2024-02-01
1
-1
/
+1
*
tor-hsservice: tests: create_storage_handles: use a real directory (fmt)
Ian Jackson
2024-02-01
1
-1
/
+5
*
tor-hsservice: tests: create_storage_handles: use a real directory
Ian Jackson
2024-02-01
1
-4
/
+6
*
Merge branch 'ipt_parameters' into 'main'
Nick Mathewson
2024-01-31
2
-2
/
+2
|
\
|
*
Base INTRO_POINT_EXPIRY_SLOP on OVERALL_UPLOAD_TIMEOUT.
Nick Mathewson
2024-01-25
2
-2
/
+2
*
|
tor-hsservice: Downgrade a debug message to trace.
Gabriela Moldovan
2024-01-26
1
-1
/
+4
*
|
tor-hsservice: Abort any pending desc uploads if shutting down.
Gabriela Moldovan
2024-01-26
1
-4
/
+46
*
|
tor-hsservice: Add an UploadError type for interruption due to shutdown.
Gabriela Moldovan
2024-01-26
1
-0
/
+12
*
|
tor-hsservice: Document how the publisher tasks are shut down.
Gabriela Moldovan
2024-01-26
1
-0
/
+7
*
|
HSS: Mark an Ipt as faulty if it fails continuously for 15 minutes.
Nick Mathewson
2024-01-25
1
-6
/
+23
*
|
Merge branch '1237_fixes' into 'main'
Ian Jackson
2024-01-25
1
-7
/
+38
|
\
\
|
|
/
|
/
|
|
*
Remove a comment about distinguishing errors
Nick Mathewson
2024-01-24
1
-2
/
+3
|
*
hss: Comment on use of CircProto error in MsgHandler.
Nick Mathewson
2024-01-24
1
-2
/
+12
|
*
hss: Report failures to send rendezvous requests
Nick Mathewson
2024-01-24
1
-3
/
+23
[next]