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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-hsservice: Fix hsid being logged inappropriately.
Gabriela Moldovan
2023-10-19
1
-1
/
+1
*
tor-hsservice: Log newly generated HsIds.
Gabriela Moldovan
2023-10-19
1
-2
/
+16
*
HSS: Add many must_use annotations
Ian Jackson
2023-10-19
1
-0
/
+1
*
tor-hsservice: Give IptManager a KeyMgr.
Gabriela Moldovan
2023-10-19
1
-0
/
+1
*
tor-hsservice: Hoist the key metadata out of HsSvcKeyRole.
Gabriela Moldovan
2023-10-19
1
-15
/
+15
*
tor-hsservice: Narrow some dead code allows
Ian Jackson
2023-10-16
1
-0
/
+1
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-hsservice
Ian Jackson
2023-10-11
1
-1
/
+1
*
tor-hsservice: Add tests for maybe_generate_hsid.
Gabriela Moldovan
2023-10-09
1
-0
/
+189
*
tor-hsservice: Move hsid generation to a separate function.
Gabriela Moldovan
2023-10-09
1
-59
/
+71
*
tor-hsservice: Make OnionServices auto-generate the hs_id, if it's missing.
Gabriela Moldovan
2023-10-09
1
-0
/
+72
*
Note reconfigure limitations.
Nick Mathewson
2023-10-05
1
-0
/
+4
*
hss: Implement a reconfigure function.
Nick Mathewson
2023-10-05
1
-3
/
+17
*
Merge branch 'configure_onion_service' into 'main'
Nick Mathewson
2023-10-03
1
-1
/
+6
|
\
|
*
Add/clarify comments about name duplication.
Nick Mathewson
2023-10-03
1
-0
/
+5
|
*
hss: Rename the "name" config field to "nickname".
Nick Mathewson
2023-10-03
1
-1
/
+1
*
|
tor-hsservice: Remove a fixed TODO.
Gabriela Moldovan
2023-10-03
1
-1
/
+0
*
|
tor-hsservice: Make the publisher not require callers to specify the hsid.
Gabriela Moldovan
2023-10-03
1
-7
/
+2
*
|
tor-hsservice: Rename the real version of the publisher mockable state.
Gabriela Moldovan
2023-10-03
1
-3
/
+2
*
|
tor-hsservice: Make the publisher generic over the mockable state (circpool p...
Gabriela Moldovan
2023-10-03
1
-2
/
+3
|
/
*
hss: helper to get a stream of StreamReq from a stream of RendReq.
Nick Mathewson
2023-09-27
1
-0
/
+3
*
hss: actually provide a stream of RendRequest from launch().
Nick Mathewson
2023-09-27
1
-12
/
+22
*
tor-hsservice: Make Publisher::launch return a StartupError.
Gabriela Moldovan
2023-09-27
1
-3
/
+1
*
tor-hsservice: Make Launchable a non-async trait.
Gabriela Moldovan
2023-09-27
1
-7
/
+4
*
tor-hsservice: Make Publisher::launch non-async.
Gabriela Moldovan
2023-09-27
1
-1
/
+0
*
hss: Make launch() non-consuming.
Nick Mathewson
2023-09-26
1
-1
/
+1
*
tor-hsservice: Make keys.rs a top-level module.
Gabriela Moldovan
2023-09-22
1
-1
/
+0
*
tor-hsservice: Add key specifier for blinded_id keypairs.
Gabriela Moldovan
2023-09-22
1
-0
/
+1
*
tor-hsservice: Give the publisher a reference to the key manager.
Gabriela Moldovan
2023-09-22
1
-0
/
+1
*
hss: Un-parameterize OnionService.
Nick Mathewson
2023-09-21
1
-20
/
+31
*
hss: remove an "#[allow(...)]".
Nick Mathewson
2023-09-21
1
-2
/
+0
*
hss: adjust members of OnionService type.
Nick Mathewson
2023-09-21
1
-21
/
+11
*
hss: fix error return from OnionService::launch()
Nick Mathewson
2023-09-21
1
-1
/
+5
*
hss: start filling in a "launch" function for OnionService.
Nick Mathewson
2023-09-21
1
-39
/
+53
*
tor-hsservice: Fix compile error, make Publisher use Arc<OnionServiceConfig>.
Gabriela Moldovan
2023-09-20
1
-2
/
+2
*
hss: Use tor-persist to make a StorageHandle.
Nick Mathewson
2023-09-20
1
-2
/
+12
*
OnionService: start to flesh out the new() function.
Nick Mathewson
2023-09-20
1
-5
/
+80
*
hss remove duplicated data from OnionService structure.
Nick Mathewson
2023-09-19
1
-74
/
+1
*
tor-hsservice: Unify ids as IptLocalId replacing IntroPointId
Ian Jackson
2023-09-18
1
-6
/
+0
*
tor-hsservice: Have Establisher provide more information to Manager
Ian Jackson
2023-08-29
1
-0
/
+7
*
tor-hsservice: Make wait_for_netdir* more widely available.
Gabriela Moldovan
2023-08-25
1
-0
/
+2
*
tor-hsservice: Expose the ipt_establish and publish modules
Ian Jackson
2023-08-23
1
-2
/
+2
*
Use "typos-cli" to fix a bunch of typos.
Nick Mathewson
2023-08-22
1
-1
/
+1
*
HSS: Refactor RendRequest so we can return a stream of it.
Nick Mathewson
2023-08-22
1
-1
/
+1
*
Merge branch 'hss-err' into 'main'
gabi-250
2023-08-18
1
-5
/
+8
|
\
|
*
tor-hsservice errors: Distinguish operational errors by context
Ian Jackson
2023-08-17
1
-1
/
+2
|
*
tor-hsservice errors: Return ReconfigureError from reconfigure
Ian Jackson
2023-08-17
1
-1
/
+2
|
*
tor-hsservice errors: Use Bug for methods that oughtn't to fail
Ian Jackson
2023-08-17
1
-1
/
+2
|
*
tor-hsservice errors: Make stop() infallible
Ian Jackson
2023-08-17
1
-1
/
+1
|
*
tor-hsservice errors: Use `crate::Result` rather than imports
Ian Jackson
2023-08-17
1
-5
/
+5
[next]