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: Downgrade a warn! to debug!.
Gabriela Moldovan
2024-02-01
1
-2
/
+2
*
tor-hsservice: tests: create_storage_handles: use a real directory (churn)
Ian Jackson
2024-02-01
1
-1
/
+1
*
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
1
-4
/
+6
*
Base INTRO_POINT_EXPIRY_SLOP on OVERALL_UPLOAD_TIMEOUT.
Nick Mathewson
2024-01-25
1
-1
/
+1
*
Merge branch 'publisher_consts' into 'main'
gabi-250
2024-01-25
1
-0
/
+5
|
\
|
*
hss: Use estimator to determine a timeout for an hsdir upload
Nick Mathewson
2024-01-24
1
-0
/
+5
*
|
tor-hsservice: Remove Publisher::status().
Gabriela Moldovan
2024-01-24
1
-14
/
+0
*
|
tor-hsservice: Make UploadError public.
Gabriela Moldovan
2024-01-24
1
-0
/
+1
*
|
tor-hsservice: Give the publisher a StatusSender.
Gabriela Moldovan
2024-01-24
1
-0
/
+12
|
/
*
tor-netdir: Make hs_dirs_{upload, download} take separate args instead of tuple.
Gabriela Moldovan
2024-01-24
1
-1
/
+1
*
tor-netdir: Simplify `hs_dirs_upload` by only returning the `Relay`.
Gabriela Moldovan
2024-01-24
1
-1
/
+1
*
hsservice::svc: Lower "allows" to publish.rs
Nick Mathewson
2024-01-12
1
-1
/
+1
*
tor-hsservice: Turn a TODO into #1217.
Gabriela Moldovan
2024-01-11
1
-1
/
+1
*
tor-hsservice: Downgrade some TODO HSS.
Gabriela Moldovan
2024-01-11
1
-1
/
+1
*
Revert "tor-hsservice: Make descriptor publisher wait for shutdown signal."
Gabriela Moldovan
2024-01-11
1
-12
/
+1
*
tor-hsservice: Remove no longer relevant TODO HSS.
Gabriela Moldovan
2024-01-11
1
-3
/
+0
*
tor-hsservice: Turn some TODOs into #1083.
Gabriela Moldovan
2024-01-11
1
-2
/
+2
*
tor-hsservice: Turn some TODOs into #1120.
Gabriela Moldovan
2024-01-11
1
-5
/
+5
*
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
[next]