summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/packet_pile_parser.rs
AgeCommit message (Expand)Author
2020-09-17openpgp: Improve parsing examples to demonstrate body handling.Justus Winter
2020-07-24openpgp: Improve PacketParserResult::as_ref, as_mut, and map.Justus Winter
2020-07-21openpgp: Remove PacketParserResult::is_none.Justus Winter
2020-05-28openpgp: Improve the PacketPileParser documentation.Justus Winter
2020-05-28openpgp: Align PacketPileParser::recursion_depth with PacketParser'sJustus Winter
2020-05-28openpgp: Fix PacketPileParser's API.Justus Winter
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-04-09openpgp: Remove convenience functions.Justus Winter
2020-04-09openpgp: Rename PacketParserBuilder::finalize to build.Justus Winter
2020-04-08openpgp: Impl TryFrom<PacketParserBuilder> for PacketPileParser.Justus Winter
2020-03-31openpgp: Move definition of struct PacketPile.Justus Winter
2020-03-30openpgp: Add test for PacketPileParser::next.Justus Winter
2020-03-26openpgp: Change packet bodies to be tristate.Justus Winter
2020-03-13openpgp: Decouple PacketPile and Container.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-11openpgp: Make the PacketPileParser interface safe.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-08-21openpgp: Fix documentation.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-01buffered-reader: Drop BufferedReader prefix.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
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-08-24openpgp: Make PacketParser's next() and recurse() return two tuples.Justus Winter
2018-07-02openpgp: Create a special Option-like type for PacketParser.Neal H. Walfield
2018-06-19openpgp: make missing docs a warning.Kai Michaelis
2018-06-19openpgp, buffered-reader: Make compression an optional feature.Justus Winter
2018-06-13openpgp: Add missing files for commit 99d0dbe.Neal H. Walfield