summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet_pile.rs
AgeCommit message (Expand)Author
2024-01-25openpgp: Deprecate Cert::into_packets.Justus Winter
2024-01-22openpgp: Add Parse::from_buffered_reader.Justus Winter
2024-01-22openpgp: Rename every from_buffered_reader to from_cookie_reader.Justus Winter
2023-03-13openpgp: Fix test.Justus Winter
2022-03-02openpgp: Fix warnings when building without compression features.Justus Winter
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-08-27openpgp: Fix links in documentation.Nora Widdecke
2021-04-09Lint: Remove redundant returns.Nora Widdecke
2021-03-22openpgp: Add test demonstrating that canonicalization is robust.Justus Winter
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-11openpgp: Replace `.unwrap()` in doctests with `?`Azul
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-12-08openpgp: Make unnamed iterators Send + Sync.Justus Winter
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-11-18openpgp: Return iterator over bad signatures.Justus Winter
2020-10-18openpgp: Change Cert::into_packets to not drop any information.Neal H. Walfield
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-05openpgp: Improve cert canonicalization.Justus Winter
2020-08-06openpgp: Fix formatting of vector and array literals in examples.Justus Winter
2020-07-24openpgp: Improve PacketParserResult::as_ref, as_mut, and map.Justus Winter
2020-07-24openpgp: Don't mention private type in documentation.Justus Winter
2020-07-21openpgp: Remove PacketParserResult::is_none.Justus Winter
2020-05-28openpgp: Fix PacketPileParser's API.Justus Winter
2020-05-13openpgp: Implement From<PacketPile> for Vec<Packet>Neal H. Walfield
2020-04-28openpgp: Convert `Cert::from_packet_pile` into `TryFrom`Wiktor Kwapisiewicz
2020-04-28openpgp: Rename Cert::revoked, etc. to revocation_statusNeal H. Walfield
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-15openpgp: Add doctest example for PacketPile.Wiktor Kwapisiewicz
2020-04-15openpgp: Add doctests for PacketPile's public methods.Wiktor Kwapisiewicz
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-04-08openpgp: Fix error handling.Justus Winter
2020-04-03openpgp: Return impl Iterator instead of a concrete typeNeal H. Walfield
2020-04-03openpgp: Implement From<Cert> for PacketPile.Neal H. Walfield
2020-04-03openpgp: Implement FromIterator<Packet> for PacketPile.Neal H. Walfield
2020-04-03openpgp: Convert `PacketPile::from_packet_parser` to `TryFrom<PacketParserRes...Wiktor Kwapisiewicz
2020-03-31openpgp: Improve summary line of modules and types.Justus Winter
2020-03-31openpgp: Move definition of struct PacketPile.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-26openpgp: Change packet bodies to be tristate.Justus Winter
2020-03-13openpgp: Decouple PacketPile and Container.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
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