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
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
2017-04-20
Use a custom date type.
Edward Barnard
2017-04-19
Fix reading small binary plists with data stored in the 6 byte trailer paddin...
v0.1.3
Edward Barnard
2017-03-06
Limit the number of objects that can be created by the binary parser. Binary ...
Edward Barnard
2017-03-05
Handle max_allocation correctly for files over 4GB.
Edward Barnard
2017-03-03
Don’t panic on invalid object references.
v0.1.2
Edward Barnard
2017-03-03
Limit individual allocation sizes to the size of the plist being read.
Edward Barnard
2017-02-22
serde::deserialize should support binary and xml encodings.
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
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
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
2017-02-01
Fix warning coming from double return statement
David LeGare
2016-12-24
Write XML dates in the correct format. Closes #13.
Edward Barnard
2016-09-06
Correctly read the length of UTF16 strings
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
[next]