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
/
tests
Age
Commit message (
Expand
)
Author
2018-09-22
Document and rename methods on Value type.
Edward Barnard
2018-05-17
Reorganise crate.
Edward Barnard
2018-05-01
Improve doc output by not renaming std::io::Error to IoError and not creating...
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
Address some clippy warnings.
Edward Barnard
2017-05-05
Limit binary plist stack depth to prevent stack overflows.
Edward Barnard
2017-05-05
Check for NaN binary date values.
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
Implement serialisation and deserialisation for the plist Date type.
v0.2.0
Edward Barnard
2017-05-03
Serialise Option<T> struct fields as T if value if Some and ignore field if v...
Edward Barnard
2017-05-03
Update to serde 1.0.
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-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
Support Serde 0.8. Bump minimum Rust version to 0.15.
Edward Barnard
2016-09-06
Correctly read the length of UTF16 strings
Edward Barnard
2015-12-26
Improve deserializer errors
Edward Barnard
2015-12-25
Fix UTF-16 decoding.
Hubert Figuière
2015-12-24
Improve error situation
Edward Barnard
2015-12-24
Add serde serialization tests
Edward Barnard
2015-09-23
Handle blank strings
Edward Barnard
2015-09-23
Handle multiline xml data elements
Edward Barnard
2015-09-23
Handle errors in xml parsing
Edward Barnard
2015-08-28
Add date support via chrono
Edward Barnard
2015-08-10
Add binary plist support
Edward Barnard
2015-08-05
A bit of prep for binary plist support
Edward Barnard
2015-08-04
More parsing
Edward Barnard
2015-08-04
Basic streaming pull parser support
Edward Barnard