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
*
Merge branch 'bug1531' into 'main'
Ian Jackson
2024-10-21
1
-2
/
+2
|
\
|
*
Convert a few crates to slotmap-careful
Neel Chauhan
2024-10-17
1
-2
/
+2
*
|
Disable a lot of dead code warnings (fmt)
Ian Jackson
2024-10-17
1
-1
/
+4
*
|
Disable a lot of dead code warnings
Ian Jackson
2024-10-17
1
-0
/
+3
|
/
*
Introduce mpsc_channel_no_memquota and use it in the places it's wanted
Ian Jackson
2024-10-15
5
-4
/
+13
*
tor-config: Expose assert_config_error test helper.
Gabriela Moldovan
2024-10-08
1
-14
/
+1
*
tor-hsservice: Implement ctor_path() for service keys.
Gabriela Moldovan
2024-10-08
1
-0
/
+20
*
tor-hsservice: Remove now-unused import from internal prelude.
Gabriela Moldovan
2024-10-08
1
-1
/
+1
*
tor-keymgr: Rename KeyPathRange to ArtiPathRange (fmt).
Gabriela Moldovan
2024-10-08
1
-1
/
+1
*
tor-keymgr: Rename KeyPathRange to ArtiPathRange.
Gabriela Moldovan
2024-10-08
2
-2
/
+2
*
tor-keymgr: Implement KeyPath::matches for CTorPaths.
Gabriela Moldovan
2024-10-08
1
-8
/
+6
*
tor-hsservice: Move HsNickname to tor-persist.
Gabriela Moldovan
2024-10-08
2
-134
/
+1
*
tor-hsservice: Use the new "restricted discovery" terminology.
Gabriela Moldovan
2024-10-03
1
-1
/
+1
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
2
-3
/
+2
*
tor-hsservice: Update docs to reflect KeystoreSelector renaming.
Gabriela Moldovan
2024-09-23
1
-1
/
+1
*
tor-keymgr: Rename the primary keystore for clarity.
Gabriela Moldovan
2024-09-23
3
-10
/
+10
*
tor-hsservice: Remove unused import from internal prelude.
Gabriela Moldovan
2024-09-17
1
-1
/
+1
*
tor-hsservice: Add API for generating the hsid for a service.
Gabriela Moldovan
2024-09-17
1
-2
/
+30
*
tor-hsservice: Make maybe_generate_hsid take a selector (fmt).
Gabriela Moldovan
2024-09-17
1
-3
/
+14
*
tor-hsservice: Make maybe_generate_hsid take a selector.
Gabriela Moldovan
2024-09-17
1
-6
/
+8
*
tor-hsservice: Do not generate the HsId until the service is launched.
Gabriela Moldovan
2024-09-17
1
-8
/
+10
*
tor-hsservice: Remove outdated TODO.
Gabriela Moldovan
2024-09-17
1
-4
/
+0
*
tor-hsservice: Remove deprecated constructor.
Gabriela Moldovan
2024-09-17
1
-36
/
+1
*
tor-hsservice: Satisfy cargo fmt.
Gabriela Moldovan
2024-09-12
1
-2
/
+0
*
tor-hsservice: Remove the anonymity setting from the config.
Gabriela Moldovan
2024-09-12
3
-26
/
+18
*
Merge branch 'bug_1613' into 'main'
gabi-250
2024-09-12
3
-6
/
+16
|
\
|
*
tor-keymgr: add an overwrite flag to KeyMgr::insert()
Morgan
2024-09-10
3
-6
/
+16
*
|
Merge branch 'publisher-svc-status' into 'main'
David Goulet
2024-09-10
6
-144
/
+612
|
\
\
|
|
/
|
/
|
|
*
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
2
-3
/
+40
|
*
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: Remove outdated comment about publisher.
Gabriela Moldovan
2024-09-09
1
-17
/
+0
|
*
tor-hsservice: Fill out the missing descriptor publisher docs.
Gabriela Moldovan
2024-09-09
2
-8
/
+66
|
*
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: Add basic tests for publisher status reporting.
Gabriela Moldovan
2024-09-09
2
-4
/
+52
|
*
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: Add Degraded{Unr,R}eachable onion svc states.
Gabriela Moldovan
2024-09-09
2
-3
/
+16
|
*
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: Remove outdated IPT manager TODOs.
Gabriela Moldovan
2024-09-09
1
-4
/
+0
|
*
tor-hsservice: Remove dead_code allows.
Gabriela Moldovan
2024-09-09
1
-4
/
+1
|
*
tor-hsservice: Remove an outdated TODO.
Gabriela Moldovan
2024-09-09
1
-2
/
+0
[next]