summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/literal.rs
AgeCommit message (Expand)Author
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-04-09openpgp: Rename PacketParserBuilder::finalize to build.Justus Winter
2020-04-02openpgp: Implement Default for packet::Literal.Justus Winter
2020-03-27openpgp: Define equality using the serialized OpenPGP form.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-26openpgp: Change packet bodies to be tristate.Justus Winter
2020-03-20openpgp: Add test demonstrating partial reads of literal packets.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-01-08openpgp: Explicitly implement PartialEq, Hash for packets.Justus Winter
2019-12-20openpgp: Fix comparing streamed containers.Justus Winter
2019-12-20openpgp: Use Container for Literal, Unknown.Justus Winter
2019-12-20openpgp: Store literal data in struct Literal.Justus Winter
2019-12-03openpgp: Make Literal::set_filename polymorphic over AsRef<[u8]>.Justus Winter
2019-12-03openpgp: Use Timestamp in packet::Literal.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-09-27openpgp: Clean up deprecated range syntaxDaniel Silverstone
2019-07-15Prepare for Rust 2018.Justus Winter
2019-03-22openpgp, core: Return old value in setters.Justus Winter
2019-02-18openpgp: Move Serialize::to_vec to SerializeInto::to_vec.Justus Winter
2019-02-06openpgp: Return previous value in setters.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2018-12-14openpgp: Add roundtrip tests for packages.Justus Winter
2018-12-13openpgp: Make fields of Literal private.Justus Winter
2018-12-05openpgp: Treat packet bodies consistently.Justus Winter
2018-12-05openpgp: Treat filenames consistently.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter