summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/compressed_data.rs
AgeCommit message (Expand)Author
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-04-01openpgp: Implement Arbitrary for CompressedData.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-01-08openpgp: Explicitly implement PartialEq, Hash for packets.Justus Winter
2020-01-07openpgp: Do not Deref to Common for the container types.Justus Winter
2020-01-03openpgp: Abbreviate CompressedData::algorithm to algo.Justus Winter
2019-12-20openpgp: Fix comparing streamed containers.Justus Winter
2019-12-20openpgp: Keep track whether a container has been streamed.Justus Winter
2019-12-20openpgp: Make Container::body just a Vec.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-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-02-06openpgp: Return previous value in setters.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2018-12-13openpgp: Make fields of CompressedData private.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter