index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-hsservice
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
2
-79
/
+1
*
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
5
-2
/
+918
*
tor-hsservice: Add a restricted-discovery feature.
Gabriela Moldovan
2024-08-05
1
-0
/
+11
*
tor-hsservice: Remove extraneous whitespace.
Gabriela Moldovan
2024-08-05
1
-2
/
+2
*
Bump versions for tor- and arti- crates to 0.21.0
Nick Mathewson
2024-08-01
1
-26
/
+26
*
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
*
Merge branch 'deftly' into 'main'
Ian Jackson
2024-07-08
1
-1
/
+1
|
\
|
*
Update to derive-deftly 0.14
Ian Jackson
2024-07-08
1
-1
/
+1
*
|
Work around clippy::doc_lazy_continuation false positives
Ian Jackson
2024-07-08
1
-4
/
+4
|
/
*
Update versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-06-27
1
-26
/
+26
*
Update to itertools 0.13.0
Ian Jackson
2024-06-25
1
-1
/
+1
*
Require strum 0.26.3
Ian Jackson
2024-06-25
1
-1
/
+1
*
Update to derive-deftly 0.13.0
Ian Jackson
2024-06-25
1
-1
/
+1
*
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
2
-5
/
+5
*
Bump all the unstable tor- and arti- crates to 0.19.
Gabriela Moldovan
2024-06-05
1
-26
/
+26
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Bump versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-04-30
1
-26
/
+26
*
tor-hsservice: use shared status_tx to report OnionServiceStatus via RunningO...
Richard Pospesel
2024-04-13
1
-6
/
+0
*
Upgrade derive-deftly requirement to 0.10.3
Nick Mathewson
2024-04-11
1
-1
/
+1
*
Merge branch 'deftly' into 'main'
Ian Jackson
2024-04-03
7
-72
/
+72
|
\
|
*
derive-deftly: Change some docs references
Ian Jackson
2024-04-03
3
-4
/
+4
|
*
Apply import alphabetisation churn
Ian Jackson
2024-04-03
1
-1
/
+1
|
*
Switch to derive-deftly
Ian Jackson
2024-04-03
7
-68
/
+68
*
|
Merge branch 'finish-backoff-refactor' into 'main'
Nick Mathewson
2024-04-02
2
-31
/
+126
|
\
\
|
*
|
tor-hsservice: Move optional timeout to optionally_timeout().
Gabriela Moldovan
2024-04-02
1
-7
/
+32
|
*
|
tor-hsservice: s/timeout/overall_timeout for clarity.
Gabriela Moldovan
2024-04-02
1
-2
/
+2
[prev]
[next]