aboutsummaryrefslogtreecommitdiffstats
path: root/src/binary
AgeCommit message (Collapse)Author
2017-03-03Don’t panic on invalid object references.fuzzEdward 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
Closes #12
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