aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-10-08Use a proper recursion check in BinaryReader instead of heuristics.Edward Barnard
2018-10-06Simplify and tidy XmlWriter.Edward Barnard
2018-10-06Add convenience methods for Value and serialisation.Edward Barnard
2018-10-06Fix failing doc test on 1.18.0.Edward Barnard
2018-10-06Manually implement Hash for Date to keep minimum supported Rust version at 1....Edward Barnard
2018-10-06Minor doc improvements.Edward Barnard
2018-10-06Use Error in fewer places.Edward Barnard
2018-09-22Run latest rustfmt.Edward Barnard
2018-09-22Rename and document serialisation helper functions.Edward Barnard
2018-09-22Make Date type implement Copy and Hash.Edward Barnard
2018-09-22Document and rename methods on Value type.Edward Barnard
2018-09-22Minor doc tweaks for Value type.Edward Barnard
2018-08-26Move private Builder struct into value module.Edward Barnard
2018-07-16Appease clippy.Edward Barnard
2018-07-16Use `write_all` instead of `write` to output xml prologue and trailer.Edward Barnard
2018-05-17Remove the Result<T, Error> type alias.Edward Barnard
2018-05-17Reorganise crate.Edward Barnard
2018-05-16Add a test to ensure string data is entity-escapedKevin Ballard
2018-05-16Update xml-rs to 0.8.0, reimplement plist prologueKevin Ballard
2018-05-02Run latest rustfmt.Edward Barnard
2018-05-02Stop indenting the child of the <plist> tagKevin Ballard
2018-05-02Better match Apple plist outputKevin Ballard
2018-05-01Remove last bit of unsafe code.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-24Stop ignoring serde doc test.Edward Barnard
2018-03-24Replace chrono with humantime.Edward Barnard
2018-03-16Provide an improved debug implementation for Date.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-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 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-04Update usage example version.v0.2.1Edward Barnard
2017-05-04Add brief overview of the new Date type.Edward Barnard
2017-05-04Remove old message about tests.Edward Barnard
2017-05-04Improve robustness of date and struct serialisation.Edward Barnard
2017-05-04Unsure whether this method should be public.Edward Barnard
2017-05-03RustfmtEdward Barnard
2017-05-03Implement serialisation and deserialisation for the plist Date type.v0.2.0Edward Barnard
2017-05-03Replace try! with question operator.Edward 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 latest base64.Edward Barnard
2017-05-03Update to serde 1.0.Edward Barnard
2017-04-20Update dependencies.Edward Barnard
2017-04-20Replace rustc-serialize with base64 crate.Edward Barnard