summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet_pile.rs
AgeCommit message (Expand)Author
2019-12-20openpgp: Use Container for Literal, Unknown.Justus Winter
2019-12-20openpgp: Trim set of container functions and reduce visibility.Justus Winter
2019-12-20openpgp: Embed struct Container in the container packets.Justus Winter
2019-12-20openpgp: Move fields from Common to Container.Justus Winter
2019-12-20openpgp: Store literal data in struct Literal.Justus Winter
2019-12-11openpgp: Make the PacketPileParser interface safe.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-09-18openpgp: Make Parse::from_bytes polymorphic over AsRef<[u8]>.Justus Winter
2019-09-17openpgp: Make packet::Common::children private.Justus Winter
2019-09-17openpgp: Make packet::Common::body private.Justus Winter
2019-09-11openpgp: Rename packet::PacketIter to packet::Iter.Justus Winter
2019-09-03openpgp: Assert that central types are Send and Sync.Justus Winter
2019-08-26openpgp: Implement FromStr for some types.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-05-14openpgp: Clean up test data handling.Justus Winter
2019-05-14openpgp: Add a filesystem-like framework for test data.Justus Winter
2019-03-27openpgp: Move test file.Justus Winter
2019-03-26openpgp: Add enum SEIP.Justus Winter
2019-03-01buffered-reader: Drop BufferedReader prefix.Justus Winter
2019-02-17openpgp: Implement From<Packets> for PacketPile.Justus Winter
2019-02-17openpgp: Implement From<Vec<Packets>> for PacketPile.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-13openpgp: Make fields of SEIP private.Justus Winter
2018-12-07Normalize test module names.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-10-09openpgp: Standardize on isize for expression recursion depthsNeal H. Walfield
2018-10-09openpgp: Don't return the depth from PacketParser::{next,recurse}Neal H. Walfield
2018-10-09openpgp: Drop redundant recursive_depth field.Neal H. Walfield
2018-09-17openpgp: Use the new reader.Justus Winter
2018-09-03openpgp: Expose packet structs in the packet module.Justus Winter
2018-09-03openpgp: Move definition of struct CompressedData.Justus Winter
2018-08-24openpgp: Make PacketParser's next() and recurse() return two tuples.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-02openpgp: Create a special Option-like type for PacketParser.Neal H. Walfield
2018-06-20Make sure there is always a whitespace after every comma.Justus Winter
2018-06-19openpgp, buffered-reader: Make compression an optional feature.Justus Winter
2018-06-17openpgp: Add a mechanism to modify packets in PacketPiles in placeNeal H. Walfield
2018-06-17openpgp: Add a mechanism to modify PacketPiles.Neal H. Walfield
2018-06-13openpgp: Add missing files for commit 99d0dbe.Neal H. Walfield