<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-cell/src/chancell/msg.rs, 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-10-25T11:53:57Z</updated>
<entry>
<title>Merge branch 'rename_for_to_from' into 'main'</title>
<updated>2022-10-25T11:53:57Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-25T11:53:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=49f05219040cf29e4a6c5ec444267daa075f20fd'/>
<id>urn:sha1:49f05219040cf29e4a6c5ec444267daa075f20fd</id>
<content type='text'>
tor-cell: Rename for_client and for_relay

See merge request tpo/core/arti!793</content>
</entry>
<entry>
<title>Merge branch 'fix_typos' into 'main'</title>
<updated>2022-10-21T20:21:28Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-10-21T20:21:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b031616b5f6c962ca1b8269eae4632f4579a7fa1'/>
<id>urn:sha1:b031616b5f6c962ca1b8269eae4632f4579a7fa1</id>
<content type='text'>
tor-cell: Fix typos in msg.rs

See merge request tpo/core/arti!788</content>
</entry>
<entry>
<title>Merge branch 'remove_redundant' into 'main'</title>
<updated>2022-10-21T20:17:37Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-10-21T20:17:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=533ff7bda2da5fe5e996e0fe2f4ebd3be63554a0'/>
<id>urn:sha1:533ff7bda2da5fe5e996e0fe2f4ebd3be63554a0</id>
<content type='text'>
tor-cell: Remove redundant match clauses

See merge request tpo/core/arti!792</content>
</entry>
<entry>
<title>Merge branch 'no_redundant_copy' into 'main'</title>
<updated>2022-10-21T17:51:25Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2022-10-21T17:51:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a4e65d38e1d4d28a186022c1b0fba8b09431993e'/>
<id>urn:sha1:a4e65d38e1d4d28a186022c1b0fba8b09431993e</id>
<content type='text'>
tor-cell: Avoid redundant pointer copy

See merge request tpo/core/arti!791</content>
</entry>
<entry>
<title>Merge branch 'no_redundant_allocation' into 'main'</title>
<updated>2022-10-21T12:18:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-21T12:18:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a12667e0778dd9cf9f760ee63767e5f8dd1106d7'/>
<id>urn:sha1:a12667e0778dd9cf9f760ee63767e5f8dd1106d7</id>
<content type='text'>
tor-cell: Avoid redundant allocation

See merge request tpo/core/arti!790</content>
</entry>
<entry>
<title>tor-cell: Avoid redundant pointer copy</title>
<updated>2022-10-21T11:26:00Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2022-10-21T11:26:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=169ed860c2e43b821253a85333902cddc01ab6df'/>
<id>urn:sha1:169ed860c2e43b821253a85333902cddc01ab6df</id>
<content type='text'>
This commit changes an iteration by copying a u16 (which is 2 bytes)
instead of a pointer address, which is most likely 8 bytes on most
machines.
</content>
</entry>
<entry>
<title>tor-cell: Avoid redundant allocation</title>
<updated>2022-10-21T11:25:26Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2022-10-21T11:23:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c489e1d9118edd842f80b76a636037524a45ee45'/>
<id>urn:sha1:c489e1d9118edd842f80b76a636037524a45ee45</id>
<content type='text'>
This commit changes the way how a vector with a known sized gets
allocated, by using Vec::with_capacity() instead of Vec::new().
It will eventually avoid an allocation of more memory than required.
</content>
</entry>
<entry>
<title>tor-cell: Rename for_client and for_relay</title>
<updated>2022-10-21T11:21:52Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2022-10-21T11:20:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e5429a28918840d43b5c7ec25d9440d3ba78d8d3'/>
<id>urn:sha1:e5429a28918840d43b5c7ec25d9440d3ba78d8d3</id>
<content type='text'>
This commit renames the for_client and for_relay functions to
from_client and from_relay respectively, in order to indicate their
origin, as the term "for" is more likely to indicate a destination,
which is not true in that situation.
</content>
</entry>
<entry>
<title>tor-cell: Remove redundant match clauses</title>
<updated>2022-10-21T11:17:43Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2022-10-21T11:17:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=17759799f1113cf4e942f2d481c9d94fc71274a4'/>
<id>urn:sha1:17759799f1113cf4e942f2d481c9d94fc71274a4</id>
<content type='text'>
This commit removes two redundant match clauses inside the
take_one_netinfo_addr function found inside msg.rs.
</content>
</entry>
<entry>
<title>tor-cell: Rename fixed_len to fixed_len_handshake</title>
<updated>2022-10-21T11:14:50Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2022-10-21T11:14:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f423721cc38992d3728907f74e6016e872cab298'/>
<id>urn:sha1:f423721cc38992d3728907f74e6016e872cab298</id>
<content type='text'>
This commit renames the fixed_len! macro to fixed_len_handshake!, in
order to indicate, that this macro is only suited for cells with
commands related to handshaking.
</content>
</entry>
</feed>
