summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi
AgeCommit message (Expand)Author
2021-12-10Remove the ffi crates.Justus Winter
2021-11-29Use std::mem::take instead of std::mem::replace, for clarity.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-10-18Relicense to LGPL 2.0 or later.Neal H. Walfield
2021-09-30Annotate functions where clippy::redundant_pattern_matching is OKLars Wirzenius
2021-09-30Avoid casting a usize to isize in the argument to pointer::offsetLars Wirzenius
2021-09-30Avoid redundant closuresLars Wirzenius
2021-09-30Avoid naming field setting it from variable of the same nameLars Wirzenius
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-09-15openpgp-ffi: Avoid creating unused borrows.Justus Winter
2021-08-27ffi, readme: Remove mention of sequoia_core.Nora Widdecke
2021-08-27ffi, openpgp-ffi, ffi-macros: Correct links.Nora Widdecke
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-06-04openpgp-ffi: Implement pgp_writer_alloc_with_capacity.Justus Winter
2021-06-04openpgp-ffi: Optimize pgp_writer_alloc.Justus Winter
2021-04-13bench: Disable libtest benchmark harness.Nora Widdecke
2021-04-12Include LICENSE.txt in all published cratesFabio Valentini
2021-04-09Lint: Use get() instead of iter().next().Nora Widdecke
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Remove redundant closures.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-03-02openpgp: Drop spaces from default string representation.Justus Winter
2021-01-20Add branding to all crates.Justus Winter
2020-12-16Release 1.0.0.v1.0.0Justus Winter
2020-12-11Release 0.21.0.v0.21.0Justus Winter
2020-12-11Relax minimum dependencies.Nora Widdecke
2020-12-11Correct minimal versions.Nora Widdecke
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-11-27openpgp: Add Cert::merge_public and Cert::merge_public_and_secret.Justus Winter
2020-11-26openpgp: Add a lifetime to CertBuilder.Justus Winter
2020-11-11openpgp-ffi: Add test.Justus Winter
2020-11-06ffi, openpgp-ffi: Handle non_exhaustive enum.Nora Widdecke
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-14Fix `make install` on both BSD and Linux.Wiktor Kwapisiewicz
2020-10-14Release 0.20.0.v0.20.0Justus Winter
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-14Make other BSD systems use ginstall too.Wiktor Kwapisiewicz
2020-10-14Modified conditional to set INSTALL executable to ginstall for FreeBSD.phryk
2020-10-13openpgp-ffi: Fix example.Justus Winter
2020-10-13openpgp-ffi: New example.Justus Winter
2020-10-13openpgp-ffi: Make pgp_key_pair_as_signer consume the key pair.Justus Winter
2020-10-13openpgp-ffi: Fix leak.Justus Winter
2020-10-12Allow to opt out of default features for sequoia-* dependenciesIgor Matuszewski
2020-10-09ffi: Add key flag accessors for ValidKeyAmalgamation.Neal H. Walfield