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: key expiry: clippy followup
Ian Jackson
2024-01-24
1
-3
/
+2
*
|
tor-hsservice: key expiry: Do publisher expiry from reactor
Ian Jackson
2024-01-24
3
-131
/
+10
*
|
tor-hsservice: key expiry: Break out KeystoreSweeper::expire_keys
Ian Jackson
2024-01-24
2
-43
/
+55
*
|
tor-netdir: Make hs_dirs_{upload, download} take separate args instead of tuple.
Gabriela Moldovan
2024-01-24
2
-2
/
+2
*
|
tor-netdir, tor-hscrypto: Add function for computing SRV period offset.
Gabriela Moldovan
2024-01-24
1
-6
/
+8
*
|
tor-hsservice: Generate revision counter using the start of SRV period (fmt).
Gabriela Moldovan
2024-01-24
1
-2
/
+1
*
|
tor-hsservice: Generate revision counter using the start of SRV period.
Gabriela Moldovan
2024-01-24
1
-18
/
+17
*
|
tor-netdir: Simplify `hs_dirs_upload` by only returning the `Relay`.
Gabriela Moldovan
2024-01-24
2
-3
/
+3
*
|
tor-hsservice: Store HsDirParams in the publisher's TimePeriodContext.
Gabriela Moldovan
2024-01-24
1
-10
/
+19
*
|
tor-netdir: Make hs_all_time_periods return HsDirParams.
Gabriela Moldovan
2024-01-24
2
-8
/
+10
|
/
*
tor-hsservice: Move compute_subcredentials to RendRequestContext.
Gabriela Moldovan
2024-01-22
3
-103
/
+100
*
tor-hsservice: Do not store the subcredentials in RendRequestContext.
Gabriela Moldovan
2024-01-22
3
-21
/
+22
*
tor-hsservice: Add an error type for subcredential lookup failures.
Gabriela Moldovan
2024-01-22
1
-0
/
+5
*
Merge branch 'shutdown_on_drop' into 'main'
gabi-250
2024-01-19
4
-14
/
+26
|
\
|
*
Document when (most) spawned tasks will be canceled.
Nick Mathewson
2024-01-18
2
-0
/
+6
|
*
hsservice: Temporarily remove .pause() (formerly stop()).
Nick Mathewson
2024-01-18
1
-0
/
+2
|
*
Clarify usage and behavior of shutdown_tx.
Nick Mathewson
2024-01-18
1
-6
/
+7
|
*
Clarify IptEstablisher shutdown rules
Nick Mathewson
2024-01-18
1
-8
/
+11
*
|
Merge branch 'tolerant_intro_established' into 'main'
gabi-250
2024-01-19
1
-17
/
+12
|
\
|
|
*
Do not reject INTRO_ESTABLISHED messages with extensions
Nick Mathewson
2024-01-18
1
-17
/
+12
*
|
Mark ShutdownStatus as must_use
Nick Mathewson
2024-01-18
1
-0
/
+1
|
/
*
Merge branch 'publisher-shut-down' into 'main'
Nick Mathewson
2024-01-18
2
-7
/
+13
|
\
|
*
tor-hsservice: The publisher should exit when the IPT manager says so.
Gabriela Moldovan
2024-01-18
2
-7
/
+13
*
|
Merge branch 'downgrade-todo' into 'main'
Nick Mathewson
2024-01-18
1
-1
/
+1
|
\
\
|
*
|
tor-hsservice: Reference #1226 instead of #1219 in a TODO.
Gabriela Moldovan
2024-01-18
1
-1
/
+1
|
|
/
*
|
tor-hsservice: Store the StateMgr inside OnionServiceState.
Gabriela Moldovan
2024-01-18
2
-22
/
+56
*
|
tor-hsservice: Add a test for OnionService::onion_name.
Gabriela Moldovan
2024-01-18
1
-0
/
+31
*
|
tor-hsservice: Move onion_name() to OnionServiceState.
Gabriela Moldovan
2024-01-18
1
-55
/
+60
*
|
tor-hsservice: Add RunningOnionService::onion_name.
Gabriela Moldovan
2024-01-18
1
-7
/
+42
*
|
tor-hsservice: Add a couple of TODOs for #1247.
Gabriela Moldovan
2024-01-18
1
-0
/
+2
*
|
tor-hsservice: Do not store the StateMgr in OnionService.
Gabriela Moldovan
2024-01-18
1
-7
/
+3
*
|
tor-hsservice: Remove a couple of resolved TODOs.
Gabriela Moldovan
2024-01-18
1
-3
/
+0
*
|
tor-hsservice: Remove unused state module.
Gabriela Moldovan
2024-01-18
2
-50
/
+0
*
|
tor-hsservice: Move onion_name() to OnionService.
Gabriela Moldovan
2024-01-18
1
-0
/
+12
*
|
tor-hsservice: Create a separate RunningOnionService type.
Gabriela Moldovan
2024-01-18
2
-25
/
+73
*
|
tor-hsservice: Rename stop() to pause().
Gabriela Moldovan
2024-01-18
1
-1
/
+1
|
/
*
Merge branch 'is_ipt_failure' into 'main'
Nick Mathewson
2024-01-17
1
-3
/
+39
|
\
|
*
Add a note about torspec#249.
Nick Mathewson
2024-01-17
1
-1
/
+4
|
*
Implement is_ipt_failure better.
Nick Mathewson
2024-01-17
1
-2
/
+35
*
|
hsservice: Document circ lifetime in OpenSession.
Nick Mathewson
2024-01-17
2
-5
/
+9
*
|
ipt_mgr: Remove todo-#1211
Nick Mathewson
2024-01-16
1
-12
/
+7
|
/
*
Typo fixes
gabi-250
2024-01-15
1
-2
/
+2
*
Downgrade a TODO about dropping unlisted ipts to #1239
Nick Mathewson
2024-01-13
1
-1
/
+1
*
hsservice: Replace TODO comment about intro_established checking with #1238.
Nick Mathewson
2024-01-13
1
-1
/
+1
*
Rename IptEstablisher::{new => launch}
Nick Mathewson
2024-01-13
2
-3
/
+2
*
hsservice: Turn TODOs about ipt_establisher error handling to #1237
Nick Mathewson
2024-01-13
1
-6
/
+6
*
hsservice: Remove TODO HSS about a type that is already Arc.
Nick Mathewson
2024-01-13
1
-2
/
+0
*
hsservice: Replace shutdown-TODO HSS with references to #1236
Nick Mathewson
2024-01-13
1
-2
/
+2
*
Downgrade a TODO about wanting a better API.
Nick Mathewson
2024-01-13
1
-1
/
+1
*
hsservice: Remove an erroneous TODO
Nick Mathewson
2024-01-13
1
-1
/
+1
[prev]
[next]