| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-03 | Don’t panic on invalid object references.fuzz | Edward Barnard | |
| 2017-03-03 | Limit individual allocation sizes to the size of the plist being read. | Edward Barnard | |
| 2017-03-03 | Fuzzer support | Edward Barnard | |
| 2017-02-22 | No longer very much a work in progress. | Edward Barnard | |
| 2017-02-22 | serde::deserialize should support binary and xml encodings. | Edward Barnard | |
| 2017-02-22 | Bump version post publish. | Edward Barnard | |
| 2017-02-22 | Bump version for publish.v0.1.1 | Edward Barnard | |
| 2017-02-22 | Rustfmt. | Edward Barnard | |
| 2017-02-22 | Update usage example. | Edward Barnard | |
| 2017-02-22 | Use builder pattern for xml_rs config structs. | Edward Barnard | |
| 2017-02-22 | Track xml-rs changes (#17) | Raph Levien | |
| A recent release of xml-rs (0.3.7) added a new field to the parser config. This patch provides that field and also updates the version. | |||
| 2017-02-02 | Bump minor version as Serde 0.9 is a breaking change from 0.7. | Edward Barnard | |
| 2017-02-02 | Update Serde to 0.9. | Edward Barnard | |
| 2017-02-02 | Add simple serde example. | Edward Barnard | |
| 2017-02-02 | Improve binary plist datetime decoding. | Edward Barnard | |
| 2017-02-02 | Run rustfmt. | Edward Barnard | |
| 2017-02-02 | Move Plist to separate module. | Edward Barnard | |
| 2017-02-02 | Stop ignoring working doc test. | Edward Barnard | |
| 2017-02-02 | Stop uploading our own documentation and rely on docs.rs. | Edward Barnard | |
| 2017-02-02 | Support Serde 0.8. Bump minimum Rust version to 0.15. | Edward Barnard | |
| 2017-02-01 | Remove unwanted From conversions | David LeGare | |
| 2017-02-01 | Add From impls for Plist | David LeGare | |
| Add the most common/reasonable conversions from primitive and std types to Plist variants. There's a bit of uncertainty with `Vec<u8>` and `&[u8]` where it's not obvious whether they should convert to `Plist::Array` or `Plist::Data`. I've opted for `Plist::Data`, but converting to `Plist::Array` would also be reasonable. | |||
| 2017-02-01 | Fix warning coming from double return statement | David LeGare | |
| 2016-12-24 | Bump version. | Edward Barnard | |
| 2016-12-24 | Update documentation address. | Edward Barnard | |
| 2016-12-24 | Write XML dates in the correct format. Closes #13. | Edward Barnard | |
| 2016-09-06 | Bump versions post publish | Edward Barnard | |
| 2016-09-06 | Bump version | Edward Barnard | |
| 2016-09-06 | Correctly read the length of UTF16 strings | Edward Barnard | |
| Closes #12 | |||
| 2016-06-19 | Bump minimum supported rust version | Edward Barnard | |
| 2016-06-19 | Update dependencies | Edward Barnard | |
| 2016-06-19 | Bump version | Edward Barnard | |
| 2016-04-03 | Update dependencies and fix travis | Edward Barnard | |
| 2016-04-03 | Implement into_data and into_string methods for Plist | Aleksey Kuznetsov | |
| 2016-04-03 | Implement methods that allow access to the Plist values | Aleksey Kuznetsov | |
| 2015-12-30 | Improve error handling | Edward Barnard | |
| 2015-12-30 | Renaming | Edward Barnard | |
| 2015-12-26 | Bump version | Edward Barnard | |
| 2015-12-26 | Fix formatting | Edward Barnard | |
| 2015-12-26 | Improve deserializer errors | Edward Barnard | |
| 2015-12-26 | Kill StartPlist and EndPlist | Edward Barnard | |
| 2015-12-26 | Add serialization utility methods | Edward Barnard | |
| 2015-12-25 | Better handling of u64 to usize conversions | Edward Barnard | |
| 2015-12-25 | Merge pull request #7 from hfiguiere/utf16_string_decoding | Ed Barnard | |
| Fix binary UTF-16 decoding | |||
| 2015-12-25 | Fix UTF-16 decoding. | Hubert Figuière | |
| 2015-12-24 | Stop building docs for dependencies | Edward Barnard | |
| 2015-12-24 | Improve error situation | Edward Barnard | |
| 2015-12-24 | Fix travis | Edward Barnard | |
| 2015-12-24 | Add serde serialization tests | Edward Barnard | |
| 2015-12-24 | Implement serde serialization | Edward Barnard | |
