summaryrefslogtreecommitdiffstats
path: root/openpgp/src/literal.rs
AgeCommit message (Expand)Author
2018-10-16openpgp: Refactor.Justus Winter
2018-09-17openpgp: Implement From for packet structs to Packet.Justus Winter
2018-09-03openpgp: Move definition of struct Literal.Justus Winter
2018-08-30openpgp: Canonicalize times.Justus Winter
2018-08-29openpgp: Warn that Literal Data Packet metadata is unprotected.Neal H. Walfield
2018-08-24openpgp: Treat epoch 0 as no timestamp in literal packets.Justus Winter
2018-08-24openpgp: Return references to time::Tm.Justus Winter
2018-08-24openpgp: Drop spurious mut.Justus Winter
2018-08-24openpgp: Make struct Literal opaque, add getters and setters.Justus Winter
2018-07-10openpgp: Add and use a type for the literal data packet's format.Justus Winter
2018-07-10openpgp: Use broken-down time in the literal data packet.Justus Winter
2018-06-01openpgp: Fix timestamp handling.Justus Winter
2018-04-25openpgp: Fix date handling.Justus Winter
2018-04-13openpgp: Use the trait name when invoking 'PacketCommon::default()'.Justus Winter
2018-01-05openpgp: Implement a builder-like interface for the packetsNeal H. Walfield