aboutsummaryrefslogtreecommitdiffstats
path: root/src/binary/reader.rs
AgeCommit message (Expand)Author
2018-05-01Remove last bit of unsafe code.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-07Use Read::read_exact for reading plist magic.Edward Barnard
2017-05-05Limit binary plist stack depth to prevent stack overflows.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-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