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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add some higher-level documentation for tor-hsservice.
Nick Mathewson
2024-01-31
1
-1
/
+19
*
|
tor-hsservice: Rename the service keystore dir to "hss".
Gabriela Moldovan
2024-02-01
1
-14
/
+14
*
|
tor-hsservice: Remove now-unused imports
Ian Jackson
2024-02-01
3
-8
/
+4
*
|
tor-hsservice: tests: create_storage_handles: use a real directory (churn)
Ian Jackson
2024-02-01
1
-1
/
+1
*
|
tor-hsservice: Abolish StartupError::StateLocked
Ian Jackson
2024-02-01
1
-5
/
+0
*
|
tor-hsservice: Drop now-unused fslock dependency
Ian Jackson
2024-02-01
2
-2
/
+0
*
|
tor-hsservice: Use tor_persist::state_dir, etc. (fmt)
Ian Jackson
2024-02-01
2
-18
/
+25
*
|
tor-hsservice: Use tor_persist::state_dir
Ian Jackson
2024-02-01
6
-142
/
+53
*
|
tor-hsservice: Introduce StartupError::StateDirectoryInaccessibleIo
Ian Jackson
2024-02-01
2
-5
/
+26
*
|
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
3
-5
/
+15
*
|
tor-hsservice: ipt_mgr: Move storage handle to state
Ian Jackson
2024-02-01
2
-9
/
+11
*
|
tor-hsservice: impl state_dir::InstanceIdentity for HsNickname
Ian Jackson
2024-02-01
1
-0
/
+10
*
|
tor-hsservice: storage: Move Arcs into type aliases
Ian Jackson
2024-02-01
4
-12
/
+12
*
|
tor-hsservice: ipt_set: Make store method take &mut self
Ian Jackson
2024-02-01
1
-1
/
+1
*
|
tor-hsservice: tests: Add a missing drop call
Ian Jackson
2024-02-01
1
-0
/
+2
|
/
*
Merge branch 'ipt_parameters' into 'main'
Nick Mathewson
2024-01-31
5
-38
/
+57
|
\
|
*
Rename parameters for intro-point lifetime to match the spec.
Nick Mathewson
2024-01-31
1
-2
/
+2
|
*
hss: clean up comments on ipt establish time tuning
Nick Mathewson
2024-01-25
1
-3
/
+7
|
*
Base INTRO_POINT_EXPIRY_SLOP on OVERALL_UPLOAD_TIMEOUT.
Nick Mathewson
2024-01-25
3
-4
/
+7
|
*
Document allowed numbers of intro points, and make them match C
Nick Mathewson
2024-01-25
1
-7
/
+17
|
*
hss: Pick random intro-point lifetime based on netparams
Nick Mathewson
2024-01-25
2
-12
/
+14
|
*
fixup! hss: Use 3 hours for IPT_PUBLISH_*.
Nick Mathewson
2024-01-25
1
-3
/
+0
|
*
Use hs_intro_num_extra param for max_n_intro_relays.
Nick Mathewson
2024-01-25
1
-3
/
+3
|
*
hss: Use 3 hours for IPT_PUBLISH_*.
Nick Mathewson
2024-01-25
1
-6
/
+9
*
|
tor-keymgr: Lowercase the role when building the ArtiPath.
Gabriela Moldovan
2024-01-31
1
-5
/
+5
*
|
tor-persist: Make all Slugs non-empty.
Gabriela Moldovan
2024-01-31
1
-9
/
+1
*
|
tor-hsservice: Fix corner case in HsNickname FromStr impl.
Gabriela Moldovan
2024-01-31
1
-3
/
+19
*
|
tor-persist: Forbid slugs from starting with a hyphen.
Gabriela Moldovan
2024-01-31
1
-1
/
+1
*
|
tor-keymgr: Remove the Slug tests (fmt).
Gabriela Moldovan
2024-01-31
1
-4
/
+2
*
|
tor-keymgr: Abolish ArtiPathComponent.
Gabriela Moldovan
2024-01-31
1
-3
/
+4
*
|
tor-keymgr: Make ArtiPathComponent a Slug internally (fmt).
Gabriela Moldovan
2024-01-31
1
-13
/
+2
*
|
tor-hsservice: Make Slug the underlying repr of HsNickname.
Gabriela Moldovan
2024-01-31
1
-19
/
+24
*
|
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
*
|
Merge branch 'set_faulty_eventually' into 'main'
Nick Mathewson
2024-01-26
2
-6
/
+24
|
\
\
|
*
|
HSS: Mark an Ipt as faulty if it fails continuously for 15 minutes.
Nick Mathewson
2024-01-25
2
-6
/
+24
*
|
|
Merge branch 'tempdir' into 'main'
Ian Jackson
2024-01-25
5
-357
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
test-temp-dir: New crate
Ian Jackson
2024-01-25
5
-357
/
+3
*
|
|
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
*
|
|
tor-hsservice: replay: partial write test - commentary
Ian Jackson
2024-01-25
1
-0
/
+29
*
|
|
tor-hsservice: replay: partial write test
Ian Jackson
2024-01-25
1
-2
/
+114
*
|
|
tor-hsservice: replay: partial write test, skeleton
Ian Jackson
2024-01-25
1
-0
/
+40
*
|
|
test_temp_dir: Split up .used_by (fmt)
Ian Jackson
2024-01-25
1
-4
/
+1
*
|
|
test_temp_dir: Split up .used_by
Ian Jackson
2024-01-25
3
-14
/
+37
[prev]
[next]