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
...
*
tor-hsservice: Log a message whenever restricted discovery mode is toggled.
Gabriela Moldovan
2024-08-21
1
-0
/
+13
*
tor-hsservice: Only republish if the config changes are relevant.
Gabriela Moldovan
2024-08-21
1
-8
/
+1
*
tor-hsservice: Make restricted_discovery updateable.
Gabriela Moldovan
2024-08-21
1
-1
/
+1
*
tor-hsservice: Make the reactor take a reference to the config.
Gabriela Moldovan
2024-08-21
2
-3
/
+3
*
tor-hsservice: Use OnionServiceConfigPublisherView in the publisher.
Gabriela Moldovan
2024-08-21
2
-16
/
+11
*
tor-hsservice: Create a type for the descriptor publisher's view of the config.
Gabriela Moldovan
2024-08-21
1
-1
/
+49
*
tor-hsservice: Log the client nicknames the descriptor is encrypted for.
Gabriela Moldovan
2024-08-21
1
-1
/
+4
*
tor-hsservice: Log if we are about to generate a new descriptor.
Gabriela Moldovan
2024-08-21
1
-0
/
+1
*
Resolve unreachable_patterns warnings from nightly.
Nick Mathewson
2024-08-13
1
-16
/
+13
*
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
3
-31
/
+9
*
tor-hsservice: Remove unnecessary docsrs cfg_attr.
Gabriela Moldovan
2024-08-07
1
-1
/
+0
*
tor-hsservice: Add comments about the cfg_attrs around restricted_discovery.
Gabriela Moldovan
2024-08-07
1
-0
/
+3
*
tor-hsservice: Add missing docsrs cfg to restricted_discovery module.
Gabriela Moldovan
2024-08-06
1
-0
/
+1
*
tor-hsservice: Add an extra log in the descriptor publisher.
Gabriela Moldovan
2024-08-05
1
-0
/
+4
*
tor-hsservice: Fix broken doc links in RestrictedDiscoveryConfig.
Gabriela Moldovan
2024-08-05
1
-6
/
+4
*
tor-hsservice: Rewrite read_keys impl to be more functional.
Gabriela Moldovan
2024-08-05
1
-21
/
+11
*
tor-hsservice: Use DirEntry::file_name to simplify key file reading logic.
Gabriela Moldovan
2024-08-05
1
-19
/
+14
*
tor-hsservice: Reduce code duplication in restricted mode tests.
Gabriela Moldovan
2024-08-05
1
-6
/
+3
*
tor-hsservice: Give static_keys precedence over key_dirs (fmt).
Gabriela Moldovan
2024-08-05
3
-16
/
+8
*
tor-hsservice: Give static_keys precedence over key_dirs.
Gabriela Moldovan
2024-08-05
2
-32
/
+100
*
tor-hsservice: Do not error if there are more than MAX_RESTRICTED_DISCOVERY_C...
Gabriela Moldovan
2024-08-05
3
-93
/
+24
*
tor-hsservice: Add a note about live updates.
Gabriela Moldovan
2024-08-05
1
-0
/
+7
*
tor-hsservice: Use the configured authorized clients when encrypting the desc...
Gabriela Moldovan
2024-08-05
5
-8
/
+49
*
tor-hsservice: Remove unused import from internal prelude.
Gabriela Moldovan
2024-08-05
1
-1
/
+0
*
tor-hsservice: Remove unused config types.
Gabriela Moldovan
2024-08-05
1
-79
/
+0
*
tor-hsservice: Store the client keys in RunningOnionService.
Gabriela Moldovan
2024-08-05
2
-0
/
+41
*
tor-hsservice: Use restricted config option in OnionServiceConfig.
Gabriela Moldovan
2024-08-05
1
-13
/
+30
*
tor-hsservice: Add restricted discovery configuration.
Gabriela Moldovan
2024-08-05
3
-1
/
+914
*
tor-hsservice: Remove extraneous whitespace.
Gabriela Moldovan
2024-08-05
1
-2
/
+2
*
tor-hsservice: Add OnionServiceBuilder, deprecate OnionService::new.
Gabriela Moldovan
2024-07-15
2
-1
/
+36
*
tor-hsservice: Abolish OnionServiceState (fmt).
Gabriela Moldovan
2024-07-15
1
-24
/
+27
*
tor-hsservice: Abolish OnionServiceState.
Gabriela Moldovan
2024-07-15
1
-38
/
+21
*
tor-hsservice: Remove unnecessary let-binding.
Gabriela Moldovan
2024-07-09
1
-1
/
+2
*
tor-hsservice: Specify the type when discarding value.
Gabriela Moldovan
2024-07-09
2
-3
/
+3
*
tor-hsservice: Resolve dead code warnings in publisher tests.
Gabriela Moldovan
2024-07-09
1
-11
/
+7
*
tor-hsservice: Ignore uninteresting netdir events in the publisher.
Gabriela Moldovan
2024-07-09
1
-1
/
+12
*
tor-hsservice: Resolve warning about unused response variable.
Gabriela Moldovan
2024-07-09
1
-1
/
+1
*
tor-hsservice: Resolve a handful of unused variable warnings.
Gabriela Moldovan
2024-07-09
2
-4
/
+4
*
tor-hsservice: Remove unused field from TimePeriodContext.
Gabriela Moldovan
2024-07-09
1
-3
/
+0
*
tor-hsservice: Remove unused variables.
Gabriela Moldovan
2024-07-09
2
-14
/
+0
*
tor-hsservice: Remove unnecessary locking.
Gabriela Moldovan
2024-07-09
1
-2
/
+0
*
tor-hsservice: Remove unused code (fmt).
Gabriela Moldovan
2024-07-09
1
-1
/
+1
*
tor-hsservice: Remove unused code.
Gabriela Moldovan
2024-07-09
4
-188
/
+1
*
tor-hsservice: Remove unused publisher functions.
Gabriela Moldovan
2024-07-09
2
-13
/
+0
*
tor-hsservice: Remove unnecessary allow.
Gabriela Moldovan
2024-07-09
1
-1
/
+0
*
Work around clippy::doc_lazy_continuation false positives
Ian Jackson
2024-07-08
1
-4
/
+4
*
Change deftly syntax to post 0.12.1 version
Ian Jackson
2024-06-17
3
-6
/
+6
*
Update to derive-deftly 0.12.1
Ian Jackson
2024-06-17
1
-4
/
+4
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
[prev]
[next]