summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/partial_body.rs
AgeCommit message (Expand)Author
2019-11-18openpgp: Optimize .clear() for byte vectors.Justus Winter
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-09-10openpgp: Remove aliases from the toplevel, move to packet::header.Justus Winter
2019-08-30openpgp: Keep track of a writers position.Justus Winter
2019-08-30openpgp: Improve error handling.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2018-12-06openpgp: Fix the partial body encoder.Justus Winter
2018-12-06openpgp: Add a new constructor.Justus Winter
2018-11-26openpgp: Implement serializing of partial body length.Justus Winter
2018-07-04openpgp: Hide the `writer::Stackable` trait.Justus Winter
2018-06-19openpgp: Express log2 using the `u32::leading_zeros()` intrinsic.Justus Winter
2018-05-17openpgp: Remove Error::Io.Neal H. Walfield
2018-04-26openpgp: Implement 'Serialize' for BodyLength.Justus Winter
2018-04-26openpgp: Implement streaming packet serialization.Justus Winter
2018-01-02openpgp: Preliminary serialization support.Neal H. Walfield