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
/
publish
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use an EntropicRng trait to enforce key generation rules.
Nick Mathewson
2025-03-24
2
-2
/
+6
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
tor-rt*: Apply deferred formatting churn
Ian Jackson
2025-03-04
1
-1
/
+1
*
tor-rtcompat: Rename BlockOn to ToplevelBlockOn
Ian Jackson
2025-03-04
1
-1
/
+1
*
Move helpers from tor-hsservice to tor-netdir.
Wesley Aptekar-Cassels
2024-11-25
1
-2
/
+5
*
tor-hsservice: add clippy allows
Steven Engler
2024-11-20
1
-0
/
+4
*
update `CfgPath::path` to use a `CfgPathResolver`
Steven Engler
2024-11-18
1
-2
/
+2
*
tor-hsservice: pass through the `CfgPathResolver`
Steven Engler
2024-11-18
1
-8
/
+19
*
tor-config: removed re-export of `CfgPath`
Steven Engler
2024-11-04
1
-1
/
+2
*
Introduce mpsc_channel_no_memquota and use it in the places it's wanted
Ian Jackson
2024-10-15
1
-1
/
+2
*
tor-hsservice: Remove the anonymity setting from the config.
Gabriela Moldovan
2024-09-12
1
-2
/
+2
*
Merge branch 'bug_1613' into 'main'
gabi-250
2024-09-12
1
-1
/
+1
|
\
|
*
tor-keymgr: add an overwrite flag to KeyMgr::insert()
Morgan
2024-09-10
1
-1
/
+1
*
|
Merge branch 'publisher-svc-status' into 'main'
David Goulet
2024-09-10
2
-108
/
+517
|
\
\
|
|
/
|
/
|
|
*
tor-hsservice: Add tests for status changes induced by descriptor uploads.
Gabriela Moldovan
2024-09-09
1
-1
/
+185
|
*
tor-hsservice: Include descriptor upload errors in onion service status.
Gabriela Moldovan
2024-09-09
1
-9
/
+17
|
*
tor-hsservice: Change the error type in Problem::DescriptorUpload.
Gabriela Moldovan
2024-09-09
1
-1
/
+17
|
*
tor-hsservice: Remove unused UploadError variant (fmt).
Gabriela Moldovan
2024-09-09
1
-3
/
+1
|
*
tor-hsservice: Remove unused UploadError variant.
Gabriela Moldovan
2024-09-09
1
-6
/
+1
|
*
tor-hsservice: Rename UploadStatus to UploadResult.
Gabriela Moldovan
2024-09-09
1
-4
/
+4
|
*
tor-hsservice: Fill out the missing descriptor publisher docs.
Gabriela Moldovan
2024-09-09
1
-7
/
+62
|
*
tor-hsservice: Return Bug where possible.
Gabriela Moldovan
2024-09-09
1
-4
/
+4
|
*
tor-hsservice: Update docs with new status reporting logic.
Gabriela Moldovan
2024-09-09
1
-12
/
+32
|
*
tor-hsservice: Validate the authorized clients before publishing.
Gabriela Moldovan
2024-09-09
2
-2
/
+40
|
*
tor-hsservice: Set the publisher State based on the upload results.
Gabriela Moldovan
2024-09-09
1
-29
/
+106
|
*
tor-hsservice: Store the upload result in TimePeriodContext.
Gabriela Moldovan
2024-09-09
1
-2
/
+33
|
*
tor-hsservice: Don't update the onion svc status when publisher goes idle.
Gabriela Moldovan
2024-09-09
1
-3
/
+5
|
*
tor-hsservice: Add a comment noting where the publisher tests live.
Gabriela Moldovan
2024-09-09
1
-0
/
+2
|
*
tor-hsservice: Replace UploadStatus enum with type alias.
Gabriela Moldovan
2024-09-09
1
-24
/
+6
|
*
tor-hsservice: Store the authorized_clients in the mutable state of the reactor.
Gabriela Moldovan
2024-09-09
2
-17
/
+18
|
*
tor-hsservice: Move a misplaced TODO.
Gabriela Moldovan
2024-09-09
1
-1
/
+1
*
|
tor_hsservice use get::<HsIdKey> rather than get::<HsIdKeypair>
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-4
/
+3
|
/
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
tor-hsservice: Recreate the file watcher on every key_dir change event.
Gabriela Moldovan
2024-08-27
1
-0
/
+3
*
tor-config: Rename watch_file to watch_path.
Gabriela Moldovan
2024-08-27
1
-2
/
+2
*
tor-hsservice: Make sure we always watch the parents of the key_dirs.
Gabriela Moldovan
2024-08-27
1
-15
/
+24
*
tor-hsservice: Always recreate the file watcher if the config changes.
Gabriela Moldovan
2024-08-27
1
-59
/
+6
*
tor-hsservice: Add a TODO about rethinking publish rate-limiting.
Gabriela Moldovan
2024-08-21
1
-0
/
+11
*
tor-hsservice: Add TODO about updating publisher status on error.
Gabriela Moldovan
2024-08-21
1
-0
/
+1
*
tor-hsservice: Update the authorized_clients and watcher when the config chan...
Gabriela Moldovan
2024-08-21
1
-1
/
+5
*
tor-hsservice: Store a FileWatcher in the publisher reactor.
Gabriela Moldovan
2024-08-21
1
-2
/
+137
*
tor-hsservice: Schedule descriptor republication whenever the key_dirs conten...
Gabriela Moldovan
2024-08-21
1
-1
/
+57
*
tor-hsservice: Add helper for reading authorized_clients.
Gabriela Moldovan
2024-08-21
1
-8
/
+17
*
tor-hsservice: Add channel for receiving key_dirs change events.
Gabriela Moldovan
2024-08-21
1
-0
/
+11
*
tor-hsservice: Log a message whenever restricted discovery mode is toggled.
Gabriela Moldovan
2024-08-21
1
-0
/
+13
*
tor-hsservice: Only republish if the config changes are relevant.
Gabriela Moldovan
2024-08-21
1
-8
/
+1
*
tor-hsservice: Make the reactor take a reference to the config.
Gabriela Moldovan
2024-08-21
1
-2
/
+2
*
tor-hsservice: Use OnionServiceConfigPublisherView in the publisher.
Gabriela Moldovan
2024-08-21
2
-16
/
+11
*
tor-hsservice: Log the client nicknames the descriptor is encrypted for.
Gabriela Moldovan
2024-08-21
1
-1
/
+4
*
tor-hsservice: Log if we are about to generate a new descriptor.
Gabriela Moldovan
2024-08-21
1
-0
/
+1
[next]