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
*
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
*
|
Merge branch 'publisher_consts' into 'main'
gabi-250
2024-01-25
2
-34
/
+66
|
\
\
|
*
|
Typo fixes.
gabi-250
2024-01-24
1
-2
/
+2
|
*
|
hss: Use estimator to determine a timeout for an hsdir upload
Nick Mathewson
2024-01-24
2
-5
/
+29
|
*
|
hss: Revise timeout code for upload attempts
Nick Mathewson
2024-01-24
1
-30
/
+34
|
*
|
hss: Downgrade comments on some publisher constants.
Nick Mathewson
2024-01-24
1
-5
/
+9
*
|
|
Merge branch 'onion-svc-status' into 'main'
gabi-250
2024-01-24
3
-46
/
+94
|
\
\
\
|
*
|
|
tor-hsservice: Explain why the publisher never transitions to Recovering.
Gabriela Moldovan
2024-01-24
1
-0
/
+48
|
*
|
|
tor-hsservice: Remove Publisher::status().
Gabriela Moldovan
2024-01-24
1
-14
/
+0
|
*
|
|
tor-hsservice: Change TODO to reference #1194.
Gabriela Moldovan
2024-01-24
1
-2
/
+2
|
*
|
|
tor-hsservice: Map the publisher status to a State variant.
Gabriela Moldovan
2024-01-24
1
-1
/
+8
|
*
|
|
tor-hsservice: Update the publisher state on shutdown.
Gabriela Moldovan
2024-01-24
1
-2
/
+10
|
*
|
|
tor-hsservice: Make UploadError public.
Gabriela Moldovan
2024-01-24
2
-1
/
+2
|
*
|
|
tor-hsservice: Implement Into<RetryError<E>> for BackoffError.
Gabriela Moldovan
2024-01-24
1
-0
/
+11
|
*
|
|
tor-hsservice: Remove unused BackoffError variants.
Gabriela Moldovan
2024-01-24
1
-31
/
+1
|
*
|
|
tor-hsservice: Give the publisher a StatusSender.
Gabriela Moldovan
2024-01-24
2
-0
/
+17
|
|
/
/
*
|
|
Merge branch 'hss_errorkinds' into 'main'
Nick Mathewson
2024-01-24
2
-40
/
+42
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
hss: Report errors from keep_intro_established.
Nick Mathewson
2024-01-24
1
-3
/
+3
|
*
hss: Refactor keep_intro_established to avoid needing NetDir
Nick Mathewson
2024-01-24
1
-22
/
+9
|
*
hss: Change ticket about ErrorKind for IntroPointNotListed
Nick Mathewson
2024-01-24
1
-1
/
+1
|
*
hss: Clean up errors while expecting intro_established
Nick Mathewson
2024-01-24
1
-11
/
+25
|
*
hss: Correct the Kind for EstablishTimeout.
Nick Mathewson
2024-01-24
1
-1
/
+1
[next]