<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust-plist/src/binary, branch v0.2.2</title>
<subtitle>A rusty plist parser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/'/>
<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>
<entry>
<title>Handle max_allocation correctly for files over 4GB.</title>
<updated>2017-03-05T12:00:00+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-03-05T12:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=62977a504825f12126aa53c3d5cd8affc95c4a7c'/>
<id>62977a504825f12126aa53c3d5cd8affc95c4a7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don’t panic on invalid object references.</title>
<updated>2017-03-03T14:05:31+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-03-03T13:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=f7c3d0d0875e1e3c2b2b317581416e5c389197dd'/>
<id>f7c3d0d0875e1e3c2b2b317581416e5c389197dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit individual allocation sizes to the size of the plist being read.</title>
<updated>2017-03-03T14:05:31+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-03-03T13:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=62cae5d6ea74e2a9d95ed4b68a1b74b78f49d31e'/>
<id>62cae5d6ea74e2a9d95ed4b68a1b74b78f49d31e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve binary plist datetime decoding.</title>
<updated>2017-02-02T20:29:57+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-01-07T13:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=910c3eed3dc7895086a98bf7f5d373e22388a272'/>
<id>910c3eed3dc7895086a98bf7f5d373e22388a272</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
