summaryrefslogtreecommitdiffstats
path: root/openpgp/src/armor.rs
AgeCommit message (Expand)Author
2021-04-09Lint: Use char for single characters.Nora Widdecke
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Remove redundant returns.Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Use byte literals.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-02-24openpgp: Verify messages using the Cleartext Signature Framework.Justus Winter
2021-02-24openpgp: Inline buffered_reader::Generic.Justus Winter
2021-02-22openpgp: Rename field.Justus Winter
2021-02-22openpgp: Simplify CRC24 generator polynomial.Justus Winter
2021-02-12openpgp: Split armor::Reader::initialize into two functions.Justus Winter
2021-02-12openpgp: Keep track of the prefix, not just the prefix length.Justus Winter
2021-02-12openpgp: Move base64 utilities to their own module.Justus Winter
2021-02-12openpgp: Turn comment into documentation comment.Justus Winter
2021-02-12openpgp: Prepare armored reader for a different mode of operation.Justus Winter
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-11openpgp: Replace `.unwrap()` in doctests with `?`Azul
2020-12-10openpgp: Add remaining assert_send_and_sync! calls.Azul
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-12-08openpgp: Tweak the assert_send_and_sync macro.Justus Winter
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-08openpgp: Allow generic types in assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-11-24openpgp: Accept any number of (unicode) dashes in armor framing.Justus Winter
2020-11-24openpgp: Improve tests.Justus Winter
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