index
:
rust-plist
data-without-base64-mime
develop
fuzz
gh-pages
master
A rusty plist parser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-10-08
Use a proper recursion check in BinaryReader instead of heuristics.
Edward Barnard
2018-10-06
Simplify and tidy XmlWriter.
Edward Barnard
2018-10-06
Add convenience methods for Value and serialisation.
Edward Barnard
2018-10-06
Fix failing doc test on 1.18.0.
Edward Barnard
2018-10-06
Manually implement Hash for Date to keep minimum supported Rust version at 1....
Edward Barnard
2018-10-06
Minor doc improvements.
Edward Barnard
2018-10-06
Use Error in fewer places.
Edward Barnard
2018-09-22
Run latest rustfmt.
Edward Barnard
2018-09-22
Rename and document serialisation helper functions.
Edward Barnard
2018-09-22
Make Date type implement Copy and Hash.
Edward Barnard
2018-09-22
Document and rename methods on Value type.
Edward Barnard
2018-09-22
Minor doc tweaks for Value type.
Edward Barnard
2018-08-26
Move private Builder struct into value module.
Edward Barnard
2018-07-16
Appease clippy.
Edward Barnard
2018-07-16
Use `write_all` instead of `write` to output xml prologue and trailer.
Edward Barnard
2018-05-17
Remove the Result<T, Error> type alias.
Edward Barnard
2018-05-17
Reorganise crate.
Edward Barnard
2018-05-16
Add a test to ensure string data is entity-escaped
Kevin Ballard
2018-05-16
Update xml-rs to 0.8.0, reimplement plist prologue
Kevin Ballard
2018-05-02
Run latest rustfmt.
Edward Barnard
2018-05-02
Stop indenting the child of the <plist> tag
Kevin Ballard
2018-05-02
Better match Apple plist output
Kevin Ballard
2018-05-01
Remove last bit of unsafe code.
Edward Barnard
2018-05-01
Improve doc output by not renaming std::io::Error to IoError and not creating...
Edward Barnard
2018-04-30
Remove dev dependency on chrono.
Edward Barnard
2018-03-24
Stop ignoring serde doc test.
Edward Barnard
2018-03-24
Replace chrono with humantime.
Edward Barnard
2018-03-16
Provide an improved debug implementation for Date.
Edward Barnard
2018-03-16
Run rustfmt.
Edward Barnard
2018-02-27
Stop exposing internal functions and chrono types in Date.
Edward Barnard
2017-08-21
Upgrade chrono from 0.3 to 0.4 (#23)
Robin Stocker
2017-06-07
Address some clippy warnings.
Edward Barnard
2017-06-07
Use Read::read_exact for reading plist magic.
Edward Barnard
2017-05-05
Limit binary plist stack depth to prevent stack overflows.
Edward Barnard
2017-05-05
Check for NaN binary date values.
Edward Barnard
2017-05-05
Check binary plist offset size is valid.
Edward Barnard
2017-05-05
Use the number of bytes read from the file for binary plist excessive allocat...
v0.2.2
Edward Barnard
2017-05-04
Update usage example version.
v0.2.1
Edward Barnard
2017-05-04
Add brief overview of the new Date type.
Edward Barnard
2017-05-04
Remove old message about tests.
Edward Barnard
2017-05-04
Improve robustness of date and struct serialisation.
Edward Barnard
2017-05-04
Unsure whether this method should be public.
Edward Barnard
2017-05-03
Rustfmt
Edward Barnard
2017-05-03
Implement serialisation and deserialisation for the plist Date type.
v0.2.0
Edward Barnard
2017-05-03
Replace try! with question operator.
Edward Barnard
2017-05-03
Serialise Option<T> struct fields as T if value if Some and ignore field if v...
Edward Barnard
2017-05-03
Update to latest base64.
Edward Barnard
2017-05-03
Update to serde 1.0.
Edward Barnard
2017-04-20
Update dependencies.
Edward Barnard
2017-04-20
Replace rustc-serialize with base64 crate.
Edward Barnard
[next]