summaryrefslogtreecommitdiffstats
path: root/openpgp/src/armor.rs
AgeCommit message (Expand)Author
2020-11-24openpgp: Rework footer detection.Justus Winter
2020-11-24openpgp: Return header length in armor::Kind::detect.Justus Winter
2020-11-24openpgp: Handle truncated armor prefixes.Justus Winter
2020-10-20openpgp: Pop the armor filter off the stack after parsing.Justus Winter
2020-10-20openpgp: Implement BufferedReader<Cookie> for armor::Reader.Justus Winter
2020-10-20openpgp: Harmonize the BufferedReader type.Justus Winter
2020-10-19openpgp: Avoid buffering.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-09-23openpgp: Typos.Nora Widdecke
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-09-17openpgp: Marker packets must be ignored, adapt heuristics.Justus Winter
2020-08-18openpgp: Clean up code in Examples sections.Wiktor Kwapisiewicz
2020-08-18openpgp: Remove unit test that is redundant.Wiktor Kwapisiewicz
2020-08-18openpgp: Add link references to test cases.Wiktor Kwapisiewicz
2020-08-18openpgp: Correct documentation for Writer::finalize()Wiktor Kwapisiewicz
2020-08-18openpgp: Fix Reader::headers() for partially indented lines.Wiktor Kwapisiewicz
2020-08-18openpgp: Add Reader::headers() documentation.Wiktor Kwapisiewicz
2020-08-06openpgp: Fix formatting of vector and array literals in examples.Justus Winter
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-06-04openpgp: Fix buffering prefixes in the armor decoder.Justus Winter
2020-06-04openpgp: Improve error message.Justus Winter
2020-05-29openpgp: Fix crash due to improper use of buffered reader protocol.Justus Winter
2020-05-29openpgp: Fix crash due to invalid handling of UTF-8 input.Justus Winter
2020-05-13openpgp, buffered-reader, ffi: Fix documentation warnings.Wiktor Kwapisiewicz
2020-05-11openpgp: Use {to,from}_be_bytes.Nora Widdecke
2020-04-21openpgp: Improve reference.Justus Winter
2020-04-21openpgp: Add accessors for the inner writer to the armor::Writer.Justus Winter
2020-04-20openpgp: Add armor::Writer::with_headers.Justus Winter
2020-04-20openpgp: Make armor::Writer's inner writer non-optional.Justus Winter
2020-04-20openpgp: Don't finalize the armor::Writer in Drop.Justus Winter
2020-04-20Revert "openpgp: Enforce that armor writers are finalized in debug mode."Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-02-24openpgp: Open issue for XXX.Justus Winter
2020-02-05openpgp: Enforce that armor writers are finalized in debug mode.Justus Winter
2020-02-05openpgp: Mark writer clean after writing the epilogue.Justus Winter
2020-02-05openpgp: Improve use of armor writer in tests and examples.Justus Winter
2020-01-24openpgp: Optimize drop(Vec<u8>::drain(..n)) in debug mode.Justus Winter
2020-01-06openpgp: Move packet::header::ctb::* into header.Justus Winter
2019-12-20openpgp: Store literal data in struct Literal.Justus Winter
2019-12-19Don't use misleading `<&[T; N] as IntoIterator>::into_iter`Igor Matuszewski
2019-12-16openpgp: Fix corner case.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-18openpgp: Optimize .clear() for byte vectors.Justus Winter
2019-11-18openpgp: Rename field and function.Justus Winter
2019-11-18openpgp: Return inner writer in armor::Writer::finalize.Justus Winter
2019-10-30openpgp,buffered-reader: Optimize Vec<u8>::truncate manuallyNeal H. Walfield
2019-10-30openpgp: Avoid unnecessary allocations.Neal H. Walfield
2019-10-30buffered-reader: Change drop_through to optionally match EOF.Neal H. Walfield
2019-10-09openpgp: Attempt to cope with prefixed armored blocks.Daniel Silverstone