aboutsummaryrefslogtreecommitdiffstats
path: root/src/binary
AgeCommit message (Expand)Author
2017-05-03RustfmtEdward Barnard
2017-05-03Replace try! with question operator.Edward Barnard
2017-04-20Use a custom date type.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-05Handle max_allocation correctly for files over 4GB.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-02Improve binary plist datetime decoding.Edward Barnard
2017-02-02Run rustfmt.Edward Barnard
2016-09-06Correctly read the length of UTF16 stringsEdward Barnard
2016-04-03Update dependencies and fix travisEdward Barnard
2015-12-30Improve error handlingEdward Barnard
2015-12-26Kill StartPlist and EndPlistEdward Barnard
2015-12-25Better handling of u64 to usize conversionsEdward Barnard
2015-12-25Fix UTF-16 decoding.Hubert Figuière
2015-12-24Improve error situationEdward Barnard
2015-12-22RustfmtEdward Barnard
2015-12-22Rename StreamingParser to EventReader and Writer to EventWriterEdward Barnard
2015-09-26Fuse xml reader on errorEdward Barnard
2015-09-23Remove dependency on itertoolsEdward Barnard
2015-08-28Add date support via chronoEdward Barnard
2015-08-28Expand folder structureEdward Barnard