aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2018-09-22Document and rename methods on Value type.Edward Barnard
2018-05-17Reorganise crate.Edward Barnard
2018-05-01Improve doc output by not renaming std::io::Error to IoError and not creating...Edward Barnard
2018-04-30Remove dev dependency on chrono.Edward Barnard
2018-03-16Run rustfmt.Edward Barnard
2018-02-27Stop exposing internal functions and chrono types in Date.Edward Barnard
2017-08-21Upgrade chrono from 0.3 to 0.4 (#23)Robin Stocker
2017-06-07Address some clippy warnings.Edward Barnard
2017-05-05Limit binary plist stack depth to prevent stack overflows.Edward Barnard
2017-05-05Check for NaN binary date values.Edward Barnard
2017-05-05Check binary plist offset size is valid.Edward Barnard
2017-05-05Use the number of bytes read from the file for binary plist excessive allocat...v0.2.2Edward Barnard
2017-05-03RustfmtEdward Barnard
2017-05-03Implement serialisation and deserialisation for the plist Date type.v0.2.0Edward Barnard
2017-05-03Serialise Option<T> struct fields as T if value if Some and ignore field if v...Edward Barnard
2017-05-03Update to serde 1.0.Edward Barnard
2017-04-19Fix reading small binary plists with data stored in the 6 byte trailer paddin...v0.1.3Edward Barnard
2017-03-06Limit the number of objects that can be created by the binary parser. Binary ...Edward Barnard
2017-03-03Don’t panic on invalid object references.v0.1.2Edward Barnard
2017-03-03Limit individual allocation sizes to the size of the plist being read.Edward Barnard
2017-02-02Support Serde 0.8. Bump minimum Rust version to 0.15.Edward Barnard
2016-09-06Correctly read the length of UTF16 stringsEdward Barnard
2015-12-26Improve deserializer errorsEdward Barnard
2015-12-25Fix UTF-16 decoding.Hubert Figuière
2015-12-24Improve error situationEdward Barnard
2015-12-24Add serde serialization testsEdward Barnard
2015-09-23Handle blank stringsEdward Barnard
2015-09-23Handle multiline xml data elementsEdward Barnard
2015-09-23Handle errors in xml parsingEdward Barnard
2015-08-28Add date support via chronoEdward Barnard
2015-08-10Add binary plist supportEdward Barnard
2015-08-05A bit of prep for binary plist supportEdward Barnard
2015-08-04More parsingEdward Barnard
2015-08-04Basic streaming pull parser supportEdward Barnard