<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsrproxy/Cargo.toml, branch arti-v1.1.9</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.9</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.9'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-10-02T18:51:27Z</updated>
<entry>
<title>Minor-version bumps, for crates with breaking changes.</title>
<updated>2023-10-02T18:51:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-02T18:51:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1c3c06d68fda250dff4039614aff0be765ff68e0'/>
<id>urn:sha1:1c3c06d68fda250dff4039614aff0be765ff68e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patchlevel bumps, with dependents affected.</title>
<updated>2023-10-02T18:48:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-02T18:48:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9b1e09c6bb661533081edf0bb58a57d72c92f3d9'/>
<id>urn:sha1:9b1e09c6bb661533081edf0bb58a57d72c92f3d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run "fixup-features" on arti crates.</title>
<updated>2023-10-02T12:06:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-02T12:06:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=04cca7f4fe365b6573d0fe722236a56e45a48171'/>
<id>urn:sha1:04cca7f4fe365b6573d0fe722236a56e45a48171</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hsrproxy: improve error handling somewhat</title>
<updated>2023-09-27T17:42:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-27T15:30:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4d7799c65fc70580dc679ef5f612e1d5782b35f7'/>
<id>urn:sha1:4d7799c65fc70580dc679ef5f612e1d5782b35f7</id>
<content type='text'>
With this patch we now propagate errors upwards rather than handling
them at the lowest possible level.
</content>
</entry>
<entry>
<title>hsrproxy: Implement more of the proxy functionality</title>
<updated>2023-09-27T17:42:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-26T20:19:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8840dfb783fbead282e92380c62470bd23ab377c'/>
<id>urn:sha1:8840dfb783fbead282e92380c62470bd23ab377c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hsrproxy: Start to sketch out an rproxy implementation.</title>
<updated>2023-09-27T17:32:07Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-26T15:50:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6c9fc31e88ff10ce26609db7880b67e4d1a6eb7a'/>
<id>urn:sha1:6c9fc31e88ff10ce26609db7880b67e4d1a6eb7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hsproxy: reject configurations with unreachable patterns.</title>
<updated>2023-09-19T15:05:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-13T13:26:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=517ace189ac4e3ec605a59a9c72812c4effc62de'/>
<id>urn:sha1:517ace189ac4e3ec605a59a9c72812c4effc62de</id>
<content type='text'>
This implementation uses rangemap to detect _all_ unreachable
patterns, which might be a little overkill, but it's actually
simpler to write it this way than to use an O(N^2) search to make
sure that no pattern is covered by a _single_ previous pattern.
</content>
</entry>
<entry>
<title>hsrproxy: implement builders and serde.</title>
<updated>2023-09-07T13:56:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-28T18:08:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5a0fbcebcc22c4bb2abc477b7966454c25602cc2'/>
<id>urn:sha1:5a0fbcebcc22c4bb2abc477b7966454c25602cc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hsrproxy: implement parse/encode for patterns and targets.</title>
<updated>2023-09-07T13:56:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-28T16:57:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2db659827bb23dc91be021f53517781e4a2de185'/>
<id>urn:sha1:2db659827bb23dc91be021f53517781e4a2de185</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create a tor-hsrproxy crate to handle "proxy to local port".</title>
<updated>2023-09-07T13:56:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-28T12:45:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=01f954d3782df57a4ac1d2cd1d323584ccaaac76'/>
<id>urn:sha1:01f954d3782df57a4ac1d2cd1d323584ccaaac76</id>
<content type='text'>
I'm calling this a "reverse proxy" since I think a lot of folks like
that terminology, though I'm not personally a huge fan.  Calling it
"`tor-hsproxy`" would IMO confuse people more about what kind of proxy
it was.

This is a separate crate from `tor-hsservice` because it's logically
at a different level: if you're writing a little embedded onion
service, you don't need this code.

Right now there is only configuration logic here.
</content>
</entry>
</feed>
