index
:
rust-plist
data-without-base64-mime
develop
fuzz
gh-pages
master
A rusty plist parser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
binary
/
reader.rs
Age
Commit message (
Expand
)
Author
2018-05-01
Remove last bit of unsafe code.
Edward Barnard
2018-04-30
Remove dev dependency on chrono.
Edward Barnard
2018-03-16
Run rustfmt.
Edward Barnard
2018-02-27
Stop exposing internal functions and chrono types in Date.
Edward Barnard
2017-08-21
Upgrade chrono from 0.3 to 0.4 (#23)
Robin Stocker
2017-06-07
Use Read::read_exact for reading plist magic.
Edward Barnard
2017-05-05
Limit binary plist stack depth to prevent stack overflows.
Edward Barnard
2017-05-05
Check binary plist offset size is valid.
Edward Barnard
2017-05-05
Use the number of bytes read from the file for binary plist excessive allocat...
v0.2.2
Edward Barnard
2017-05-03
Rustfmt
Edward Barnard
2017-05-03
Replace try! with question operator.
Edward Barnard
2017-04-20
Use a custom date type.
Edward Barnard
2017-04-19
Fix reading small binary plists with data stored in the 6 byte trailer paddin...
v0.1.3
Edward Barnard
2017-03-06
Limit the number of objects that can be created by the binary parser. Binary ...
Edward Barnard
2017-03-05
Handle max_allocation correctly for files over 4GB.
Edward Barnard
2017-03-03
Don’t panic on invalid object references.
v0.1.2
Edward Barnard
2017-03-03
Limit individual allocation sizes to the size of the plist being read.
Edward Barnard
2017-02-02
Improve binary plist datetime decoding.
Edward Barnard
2017-02-02
Run rustfmt.
Edward Barnard
2016-09-06
Correctly read the length of UTF16 strings
Edward Barnard
2016-04-03
Update dependencies and fix travis
Edward Barnard
2015-12-30
Improve error handling
Edward Barnard
2015-12-26
Kill StartPlist and EndPlist
Edward Barnard
2015-12-25
Better handling of u64 to usize conversions
Edward Barnard
2015-12-25
Fix UTF-16 decoding.
Hubert Figuière
2015-12-24
Improve error situation
Edward Barnard
2015-12-22
Rustfmt
Edward Barnard
2015-12-22
Rename StreamingParser to EventReader and Writer to EventWriter
Edward Barnard
2015-09-26
Fuse xml reader on error
Edward Barnard
2015-09-23
Remove dependency on itertools
Edward Barnard
2015-08-28
Add date support via chrono
Edward Barnard
2015-08-28
Expand folder structure
Edward Barnard