summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src/io.rs
AgeCommit message (Expand)Author
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-11-11openpgp-ffi: Add test.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-09-21ffi: Fix improper_ctypes_definitions warnings.Nora Widdecke
2020-03-31ffi: Move around UNIX-specifix importIgor Matuszewski
2020-03-09Switch from failure to anyhow.Justus Winter
2020-02-05openpgp-ffi: Specialize armor writers.Justus Winter
2020-01-29openpgp-ffi: Add a general reader interface.Justus Winter
2020-01-29openpgp-ffi: Add a general writer interface.Justus Winter
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-26openpgp-ffi, ffi, ffi-macros: Avoid deprecated integer types.Justus Winter
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-03-22openpgp-ffi: Add convenience functions to work with pgp_reader_t:s.Neal H. Walfield
2019-02-05openpgp-ffi: Convert pgp_writer_t.Justus Winter
2019-02-05ffi-macros: Do not pull traits into the namespace.Justus Winter
2019-02-05openpgp-ffi: Convert pgp_reader_t to the new framework.Justus Winter
2019-02-05openpgp-ffi: Use a common macro for every exported function.Justus Winter
2019-01-29openpgp-ffi: Convert Error.Justus Winter
2019-01-29openpgp-ffi: Explicitly convert to failure::Error.Justus Winter
2019-01-17openpgp-ffi: Change prefix from 'sq' to 'pgp'.Justus Winter
2019-01-17openpgp-ffi: New crate.Justus Winter