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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
hsservice: Remove misleading OnionService note.
Gabriela Moldovan
2025-09-12
1
-1
/
+1
*
hsservice: Say how a RunningOnionService is constructed.
Gabriela Moldovan
2025-09-12
1
-1
/
+3
*
hsservice: Remove an already-addressed TODO.
Gabriela Moldovan
2025-09-12
1
-1
/
+0
*
arti: keys: Add `keys check-integrity` CLI tool
hjrgrn
2025-09-04
1
-0
/
+69
*
tor-hsservice: Move check for enable_pow without hs-pow-full feature.
Wesley Aptekar-Cassels
2025-08-14
1
-11
/
+0
*
tor-hsservice: Warn when enable_pow is set on a non hs-pow-full build.
Wesley Aptekar-Cassels
2025-08-13
1
-0
/
+11
*
tor-hsservice: Implement enable_pow option.
Wesley Aptekar-Cassels
2025-08-13
1
-1
/
+2
*
tor-hsservice: Add PowManager to OnionServiceStatus.
Wesley Aptekar-Cassels
2025-08-13
1
-2
/
+3
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-8
/
+10
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-1
/
+1
*
tor-hsservice: Add consensus params for Prop 362.
Wesley Aptekar-Cassels
2025-08-05
1
-0
/
+1
*
Use new DisplayRedacted/DebugRedacted code for HsId.
Nick Mathewson
2025-07-31
1
-2
/
+2
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
tor-hsservice: Make PowManager persist state.
Wesley Aptekar-Cassels
2025-05-27
1
-1
/
+5
*
tor-hsservice: Add ReplayLog to PowManager.
Wesley Aptekar-Cassels
2025-05-27
1
-1
/
+9
*
tor-hsservice: Use Pin<Box<dyn Stream>>> instead of mpsc::Receiver.
Wesley Aptekar-Cassels
2025-05-27
1
-1
/
+4
*
tor-hsservice: Initial parts of PowManager.
Wesley Aptekar-Cassels
2025-05-27
1
-3
/
+15
*
protover, *: Add documentation about what "supported" means.
Nick Mathewson
2025-04-16
1
-1
/
+2
*
Add warnings about removing supported protocols.
Nick Mathewson
2025-04-16
1
-0
/
+2
*
New functions to report supported subprotocols
Nick Mathewson
2025-04-16
1
-0
/
+21
*
Use CautiousRng for keys going into the KeyMgr.
Nick Mathewson
2025-03-24
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
Deprecate --onion-name; introduce --onion-address
disha
2025-03-12
1
-6
/
+22
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Move helpers from tor-hsservice to tor-netdir.
Wesley Aptekar-Cassels
2024-11-25
1
-2
/
+0
*
tor-hsservice: pass through the `CfgPathResolver`
Steven Engler
2024-11-18
1
-0
/
+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
1
-1
/
+4
*
tor-hsservice: Move HsNickname to tor-persist.
Gabriela Moldovan
2024-10-08
1
-2
/
+1
*
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
1
-7
/
+7
*
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
*
Merge branch 'bug_1613' into 'main'
gabi-250
2024-09-12
1
-4
/
+9
|
\
|
*
tor-keymgr: add an overwrite flag to KeyMgr::insert()
Morgan
2024-09-10
1
-4
/
+9
*
|
Merge branch 'publisher-svc-status' into 'main'
David Goulet
2024-09-10
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
tor-hsservice: Remove an outdated TODO.
Gabriela Moldovan
2024-09-09
1
-2
/
+0
*
|
tor_hsservice use get::<HsIdKey> rather than get::<HsIdKeypair>
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-11
/
+9
|
/
*
tor-hsservice: Log whether the service is running in restricted discovery mode.
Gabriela Moldovan
2024-08-13
1
-0
/
+12
*
tor-hsservice: Move authorized_clients out of RunningOnionService.
Gabriela Moldovan
2024-08-13
1
-20
/
+0
*
tor-hsservice: Give static_keys precedence over key_dirs (fmt).
Gabriela Moldovan
2024-08-05
1
-3
/
+1
*
tor-hsservice: Do not error if there are more than MAX_RESTRICTED_DISCOVERY_C...
Gabriela Moldovan
2024-08-05
1
-11
/
+3
*
tor-hsservice: Use the configured authorized clients when encrypting the desc...
Gabriela Moldovan
2024-08-05
1
-0
/
+1
[next]