<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-chanmgr, branch arti-v1.1.0</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.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-11-30T20:10:16Z</updated>
<entry>
<title>Bump the minor version of every crate.</title>
<updated>2022-11-30T20:10:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T20:10:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=38bef96b99dbf17922dc601d4250abc0368b519f'/>
<id>urn:sha1:38bef96b99dbf17922dc601d4250abc0368b519f</id>
<content type='text'>
We made this job easy this time around: by incrementing our MSRV, we
have forced ourselves to do at least a minor bump everywhere.
</content>
</entry>
<entry>
<title>Merge branch 'renaming' into 'main'</title>
<updated>2022-11-30T18:58:37Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T18:58:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=903571353b8959383963ebf50ec8527fdd19a95b'/>
<id>urn:sha1:903571353b8959383963ebf50ec8527fdd19a95b</id>
<content type='text'>
Renaming a couple of items for arti 1.1.0

Closes #623

See merge request tpo/core/arti!916</content>
</entry>
<entry>
<title>Downgrade a "TODO pt-client" comment</title>
<updated>2022-11-30T18:22:54Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T18:22:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6bd0f92c15b1080c19a7ab196b9998166a7254d1'/>
<id>urn:sha1:6bd0f92c15b1080c19a7ab196b9998166a7254d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename TransportHelper =&gt; TransportImplHelper.</title>
<updated>2022-11-30T18:05:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T18:05:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=acc2de7b31625c5c9664eca3d699686ae4601c8f'/>
<id>urn:sha1:acc2de7b31625c5c9664eca3d699686ae4601c8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'bridge-addr-2' into 'main'</title>
<updated>2022-11-30T17:36:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T17:36:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a0e1b3d6512b5cf18e801234e7b845af8f3b143a'/>
<id>urn:sha1:a0e1b3d6512b5cf18e801234e7b845af8f3b143a</id>
<content type='text'>
Separate BridgeAddr and PtTargetAddr

See merge request tpo/core/arti!904</content>
</entry>
<entry>
<title>Merge branch 'fix_pt_protocol' into 'main'</title>
<updated>2022-11-30T17:25:31Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-11-30T17:25:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5c2847e1d07bfdf36b620d9802cf550484abaec7'/>
<id>urn:sha1:5c2847e1d07bfdf36b620d9802cf550484abaec7</id>
<content type='text'>
Resolve two bugs in our pt-socks implementation

Closes #676

See merge request tpo/core/arti!913</content>
</entry>
<entry>
<title>PT protocol: pt-spec conformance with password field</title>
<updated>2022-11-30T16:53:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T16:53:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e835bd4c4c4677796ddeff1fe09333c6f7593453'/>
<id>urn:sha1:e835bd4c4c4677796ddeff1fe09333c6f7593453</id>
<content type='text'>
pt-spec says:
```
      If the encoded argument list is less than 255 bytes in
      length, the "PLEN" field must be set to "1" and the "PASSWD"
      field must contain a single NUL character.
```

This is a very silly thing to say, but some PTs enforce it.

Fixes #676.
</content>
</entry>
<entry>
<title>connect_via_proxy: Actually send initial handshake.</title>
<updated>2022-11-30T16:53:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T16:49:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=475d9af34a0fe54d3ce00c1621215817f3c05cd3'/>
<id>urn:sha1:475d9af34a0fe54d3ce00c1621215817f3c05cd3</id>
<content type='text'>
Our previous code would make a TCP connection to the proxy, then
wait forever for it to say something. Whoops!

Part of a fix for #676.
</content>
</entry>
<entry>
<title>PT SOCKS tests: add a few more tests</title>
<updated>2022-11-30T16:35:04Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-30T16:34:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4afe128189134e95d255ab8828ed2da86198e2e9'/>
<id>urn:sha1:4afe128189134e95d255ab8828ed2da86198e2e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PT SOCKS tests: test name that only fits in V4</title>
<updated>2022-11-30T16:35:04Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-30T16:09:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=596e67f5888790c1ccc4d3475c0229d637ac55ab'/>
<id>urn:sha1:596e67f5888790c1ccc4d3475c0229d637ac55ab</id>
<content type='text'>
</content>
</entry>
</feed>
