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
Age
Commit message (
Collapse
)
Author
2017-03-03
Don’t panic on invalid object references.
fuzz
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
Closes #12
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