<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust-plist/src/binary, branch v0.2.3</title>
<subtitle>A rusty plist parser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/'/>
<entry>
<title>Upgrade chrono from 0.3 to 0.4 (#23)</title>
<updated>2017-08-21T19:29:28+00:00</updated>
<author>
<name>Robin Stocker</name>
</author>
<published>2017-08-21T19:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=33f92308e8fe3f88a80b11eb7b2dee1d27977443'/>
<id>33f92308e8fe3f88a80b11eb7b2dee1d27977443</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Read::read_exact for reading plist magic.</title>
<updated>2017-06-07T12:01:19+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-06-07T12:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=1bbe75304c630ce585fa2da3dfdff2482c21c78f'/>
<id>1bbe75304c630ce585fa2da3dfdff2482c21c78f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit binary plist stack depth to prevent stack overflows.</title>
<updated>2017-05-05T09:14:15+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-05-05T09:14:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=b077f9c93dc59f253435340b353edd0721dea58f'/>
<id>b077f9c93dc59f253435340b353edd0721dea58f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check binary plist offset size is valid.</title>
<updated>2017-05-05T08:55:06+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-05-05T08:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=3f67a83b884925288e782033454e72944257b219'/>
<id>3f67a83b884925288e782033454e72944257b219</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the number of bytes read from the file for binary plist excessive allocation checking.</title>
<updated>2017-05-05T08:18:28+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-05-05T08:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=b1455ff265b563a3604f53f4c280fb485943c2c8'/>
<id>b1455ff265b563a3604f53f4c280fb485943c2c8</id>
<content type='text'>
Closes #22.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #22.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rustfmt</title>
<updated>2017-05-03T12:42:42+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-05-03T12:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=b1bfd407efbb9b2d58ec26f5323121dce93fcefd'/>
<id>b1bfd407efbb9b2d58ec26f5323121dce93fcefd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace try! with question operator.</title>
<updated>2017-05-03T11:42:34+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-05-03T11:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=9ac3cd9e720ed9e412361c51c5611f24b1518402'/>
<id>9ac3cd9e720ed9e412361c51c5611f24b1518402</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a custom date type.</title>
<updated>2017-04-20T11:04:59+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-04-20T11:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=2e7bd78be40b04ff12379b6aeb739f7172ab11c9'/>
<id>2e7bd78be40b04ff12379b6aeb739f7172ab11c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix reading small binary plists with data stored in the 6 byte trailer padding. Closes #20.</title>
<updated>2017-04-19T08:31:26+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-04-19T08:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=7079d594fa45495b411949d65d1d3a8f5dfecdcd'/>
<id>7079d594fa45495b411949d65d1d3a8f5dfecdcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit the number of objects that can be created by the binary parser. Binary plists can contain circular references.</title>
<updated>2017-03-06T21:08:58+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-03-06T21:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=1df5db005ea9959c4e19107997f446dc17095be4'/>
<id>1df5db005ea9959c4e19107997f446dc17095be4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
