<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/src/svc/publish.rs, branch arti-v1.1.13</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.13</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.13'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-02-01T18:15:21Z</updated>
<entry>
<title>tor-hsservice: Downgrade a warn! to debug!.</title>
<updated>2024-02-01T18:15:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-30T14:18:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ed27c10e7c2a2ebe3c3d9d14ee8f2e8a7b048251'/>
<id>urn:sha1:ed27c10e7c2a2ebe3c3d9d14ee8f2e8a7b048251</id>
<content type='text'>
This shouldn't be a warning (it's logged when the reactor is shutting
down, not when it crashes).
</content>
</entry>
<entry>
<title>tor-hsservice: tests: create_storage_handles: use a real directory (churn)</title>
<updated>2024-02-01T11:21:44Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-01-30T15:46:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=55c8a5a6f4f9aa70a52c98c670785f08b0de5356'/>
<id>urn:sha1:55c8a5a6f4f9aa70a52c98c670785f08b0de5356</id>
<content type='text'>
Mandatory use line shuffling.
</content>
</entry>
<entry>
<title>tor-hsservice: tests: create_storage_handles: use a real directory (fmt)</title>
<updated>2024-02-01T11:21:44Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-01-30T16:11:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=34d150a29857be6faea961c6575ee546c9aaccbf'/>
<id>urn:sha1:34d150a29857be6faea961c6575ee546c9aaccbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: tests: create_storage_handles: use a real directory</title>
<updated>2024-02-01T11:21:44Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-01-30T14:57:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b119723c5ad09160ee920b289c3508a313f4a8bc'/>
<id>urn:sha1:b119723c5ad09160ee920b289c3508a313f4a8bc</id>
<content type='text'>
state_dir doesn't have the in-memory dummy implementation,
so there will have to be a real directory here.

Do that now, as prep.
</content>
</entry>
<entry>
<title>Base INTRO_POINT_EXPIRY_SLOP on OVERALL_UPLOAD_TIMEOUT.</title>
<updated>2024-01-25T16:37:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-01-25T16:37:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ec769a8aed5972f92283cdb4a98724b5ec6e569c'/>
<id>urn:sha1:ec769a8aed5972f92283cdb4a98724b5ec6e569c</id>
<content type='text'>
See discussion at #1210, "question 5".
</content>
</entry>
<entry>
<title>Merge branch 'publisher_consts' into 'main'</title>
<updated>2024-01-25T10:35:10Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-25T10:35:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=109f8d0d599f0bedf004a2b4b84be1963b75a910'/>
<id>urn:sha1:109f8d0d599f0bedf004a2b4b84be1963b75a910</id>
<content type='text'>
Resolve comments about publisher constants

Closes #1121

See merge request tpo/core/arti!1911</content>
</entry>
<entry>
<title>tor-hsservice: Remove Publisher::status().</title>
<updated>2024-01-24T16:57:40Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-22T19:13:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0ad5cfe71c3ef3ebde51c25c9094d109b4d9b08c'/>
<id>urn:sha1:0ad5cfe71c3ef3ebde51c25c9094d109b4d9b08c</id>
<content type='text'>
The publisher status is obtained via `StatusSender` (rather than by
polling `Publisher::status()`).

Part of #1083
</content>
</entry>
<entry>
<title>tor-hsservice: Make UploadError public.</title>
<updated>2024-01-24T16:57:37Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-22T20:21:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c577c6d58193281e1842585c05802cac94822c24'/>
<id>urn:sha1:c577c6d58193281e1842585c05802cac94822c24</id>
<content type='text'>
We need it to be public, because we're about to expose it in the
`OnionServiceStatus`.
</content>
</entry>
<entry>
<title>hss: Use estimator to determine a timeout for an hsdir upload</title>
<updated>2024-01-24T14:26:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-01-24T14:26:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0a3374a9e68cacf82611af12a7a1388e820f0d6b'/>
<id>urn:sha1:0a3374a9e68cacf82611af12a7a1388e820f0d6b</id>
<content type='text'>
This should give us better behavior if the network is slow.
</content>
</entry>
<entry>
<title>tor-hsservice: Give the publisher a StatusSender.</title>
<updated>2024-01-24T13:37:45Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-12-11T15:39:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b4903b1faa0d659cd97b960bd3afc20d5d908341'/>
<id>urn:sha1:b4903b1faa0d659cd97b960bd3afc20d5d908341</id>
<content type='text'>
The publisher needs it to notify `OnionService` of status changes.
</content>
</entry>
</feed>
