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
/
publish.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-hsservice: Make descriptor publisher wait for shutdown signal.
Gabriela Moldovan
2023-12-13
1
-1
/
+12
*
tor-keymgr: Store an owned type instead.
Gabriela Moldovan
2023-12-05
1
-5
/
+9
*
tor-hsservice: ipt_set: Have various methods take a Runtime
Ian Jackson
2023-12-04
1
-3
/
+3
*
tor-hsservice tests: publish: Make run_test take a runtime
Ian Jackson
2023-12-04
1
-2
/
+3
*
tor-hsservice: ipt_set: Make ::channel() fallible
Ian Jackson
2023-12-04
1
-1
/
+1
*
tor-hsservice: Pass and record storage handles
Ian Jackson
2023-12-04
1
-1
/
+2
*
Remove RngCompatExt.
Nick Mathewson
2023-11-29
1
-2
/
+1
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
1
-5
/
+2
*
Merge branch 'keymgr-derive-builder' into 'main'
gabi-250
2023-11-28
1
-2
/
+5
|
\
|
*
tor-keymgr: Derive Builder for KeyMgr (fmt).
Gabriela Moldovan
2023-11-27
1
-1
/
+4
|
*
tor-keymgr: Derive Builder for KeyMgr.
Gabriela Moldovan
2023-11-27
1
-2
/
+2
*
|
tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slop
Ian Jackson
2023-11-27
1
-1
/
+0
*
|
tor-hsservice: ipt_set: Make PublishIptSet a struct
Ian Jackson
2023-11-27
1
-1
/
+1
*
|
tor-hsservice: ipt_set: Make initial state in the constructor
Ian Jackson
2023-11-27
1
-1
/
+1
|
/
*
tor-hsservice: Define key specifiers using the new helper macro (fmt).
Gabriela Moldovan
2023-10-30
1
-17
/
+12
*
tor-hsservice: Define key specifiers using the new helper macro.
Gabriela Moldovan
2023-10-30
1
-30
/
+11
*
tor-keymgr: Move the KeyDenotator trait to tor-keymgr.
Gabriela Moldovan
2023-10-30
1
-2
/
+2
*
hss::svc::publish: Remove a no-longer-needed TODO HSS.
Nick Mathewson
2023-10-24
1
-3
/
+0
*
hss::svc::publish: Resolve previously suppressed warnings.
Nick Mathewson
2023-10-24
1
-3
/
+0
*
tor-hsservice: Rename KeyMetadata to KeyDenotator.
Gabriela Moldovan
2023-10-19
1
-7
/
+7
*
tor-hsservice: Hoist the key metadata out of HsSvcKeyRole (fmt).
Gabriela Moldovan
2023-10-19
1
-4
/
+15
*
tor-hsservice: Hoist the key metadata out of HsSvcKeyRole.
Gabriela Moldovan
2023-10-19
1
-8
/
+19
*
tor-hsservice: Narrow some dead code allows
Ian Jackson
2023-10-16
1
-0
/
+1
*
tor-hsservice: Fix semantic conflict.
Gabriela Moldovan
2023-10-04
1
-3
/
+1
*
tor-hsservice: Make the publisher not require callers to specify the hsid.
Gabriela Moldovan
2023-10-03
1
-12
/
+16
*
tor-hsservice: Add tests for the descriptor publisher.
Gabriela Moldovan
2023-10-03
1
-1
/
+444
*
tor-hsservice: Log a warning if the publisher reactor shuts down.
Gabriela Moldovan
2023-10-03
1
-2
/
+7
*
tor-hsservice: Rename the real version of the publisher mockable state.
Gabriela Moldovan
2023-10-03
1
-1
/
+1
*
tor-hsservice: Make the publisher generic over the mockable state (circpool p...
Gabriela Moldovan
2023-10-03
1
-11
/
+13
*
tor-hsservice: Remove unused publisher error module.
Gabriela Moldovan
2023-09-27
1
-1
/
+0
*
tor-hsservice: Make Publisher::launch return a StartupError.
Gabriela Moldovan
2023-09-27
1
-4
/
+6
*
tor-hsservice: Make Publisher::launch non-async.
Gabriela Moldovan
2023-09-27
1
-7
/
+2
*
tor-hsservice: Give the publisher a reference to the key manager.
Gabriela Moldovan
2023-09-22
1
-8
/
+26
*
publish: note a possible behavior change on launch().
Nick Mathewson
2023-09-21
1
-0
/
+4
*
hss: adjust members of OnionService type.
Nick Mathewson
2023-09-21
1
-2
/
+2
*
tor-hsservice: Update Publisher::new docs.
Gabriela Moldovan
2023-09-21
1
-1
/
+3
*
tor-hsservice: Add must_use for Publisher::launch.
Gabriela Moldovan
2023-09-21
1
-0
/
+1
*
tor-hsservice: Remove outdated TODO.
Gabriela Moldovan
2023-09-21
1
-1
/
+0
*
tor-hsservice: Give the descriptor publisher a separate launch function.
Gabriela Moldovan
2023-09-21
1
-24
/
+44
*
tor-hsservice: Fix compile error, make Publisher use Arc<OnionServiceConfig>.
Gabriela Moldovan
2023-09-20
1
-1
/
+1
*
tor-hsservice: Introduce helpers for implementing a backoff schedule.
Gabriela Moldovan
2023-09-13
1
-0
/
+1
*
tor-hsservice: Remove unused Event struct (fmt).
Gabriela Moldovan
2023-09-06
1
-2
/
+2
*
tor-hsservice: Remove unused Event struct.
Gabriela Moldovan
2023-09-06
1
-16
/
+4
*
tor-hsservice: Use a postage::watch channel to watch for config changes.
Gabriela Moldovan
2023-09-06
1
-0
/
+3
*
tor-hsservice: Use the new IPT change notifier API (fmt).
Gabriela Moldovan
2023-09-06
1
-3
/
+11
*
tor-hsservice: Use the new IPT change notifier API.
Gabriela Moldovan
2023-09-06
1
-2
/
+3
*
tor-hsservice: Move PublishIptSet and its pieces into a new module
Ian Jackson
2023-09-06
1
-23
/
+1
*
tor-hsservice: publish: Add type alias for PublishIptSet
Ian Jackson
2023-09-05
1
-3
/
+13
*
tor-hsservice: Fix type of descriptor lifetime in IptSet
Ian Jackson
2023-08-30
1
-2
/
+2
*
tor-hsservice: Have the manager be in charge of expiry time
Ian Jackson
2023-08-29
1
-0
/
+4
[next]