summaryrefslogtreecommitdiffstats
path: root/ffi/src/lib.rs
AgeCommit message (Expand)Author
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2019-12-20Remove nettle dependency where it's unnecessaryIgor Matuszewski
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-03-25openpgp-ffi: Wrap crypto::SessionKey and crypto::Password.Justus Winter
2019-02-12openpgp-ffi: Improve derived functions.Justus Winter
2019-02-12openpgp-ffi: Improve derived functions.Justus Winter
2019-01-29openpgp-ffi: Use generated to_string() function.Justus Winter
2019-01-25ffi-macros: Protect against use-after-free.Justus Winter
2019-01-25openpgp-ffi: Derive conversion functions.Justus Winter
2019-01-22openpgp-ffi: Wrap Fingerprint.Justus Winter
2019-01-17openpgp-ffi: Change prefix from 'sq' to 'pgp'.Justus Winter
2019-01-17openpgp-ffi: New crate.Justus Winter
2019-01-17ffi: Do not use a context where an errp suffices.Justus Winter
2019-01-16ffi: Add new error-pointer-based error handling.Justus Winter
2019-01-16ffi: Introduce setter for the error in the Context.Justus Winter
2019-01-16ffi: Rework complex error handling macros.Justus Winter
2019-01-16ffi: Wrap every function using ffi_catch_abort.Justus Winter
2019-01-15ffi: Allocate returned strings using libc.Justus Winter
2019-01-15ffi: Introduce macro for *char parameters.Justus Winter
2019-01-10ffi: Use absolute path in macro.Justus Winter
2019-01-09ffi: Use Option<&mut T> for destructors.Justus Winter
2019-01-09ffi: Use *const T for non-optional arguments.Justus Winter
2019-01-09ffi: Use ffi_param_ref_mut for mutable arguments.Justus Winter
2019-01-09ffi: Introduce macro for moving ownership from C.Justus Winter
2019-01-09ffi: Introduce macro for passing references from C.Justus Winter
2019-01-08ffi: Add and use ffi_free!.Justus Winter
2018-12-28ffi: Document ownership and borrow semantics.Justus Winter
2018-11-22Fix typos.Neal H. Walfield
2018-07-26ffi: Improve c doctests.Justus Winter
2018-07-26ffi: Enable syntax-highlighting for all c snippets.Justus Winter
2018-07-25ffi: Fix formatting.Justus Winter
2018-06-20Warn about public functions without documentation, add missing docs.Justus Winter
2018-03-16ffi: Make objects hashable.Justus Winter
2018-03-15ffi: Improve error reporting.Justus Winter
2018-03-01ffi: Avoid boxing the error.Justus Winter
2018-02-27ffi: Use structs with repr(C) for Stats and Logs.Justus Winter
2018-02-15ffi: Bind the store module.Justus Winter
2018-02-14ffi: Split into several modules.Justus Winter
2018-02-14ffi: Bind rest of the KeyID functions.Justus Winter
2018-02-14ffi: Bind openpgp::Fingerprint.Justus Winter
2018-02-13ffi: Do not mangle exported function.Justus Winter
2018-02-13ffi: Add glue for net::Keyserver::send.Justus Winter
2018-02-13ffi: Improve error handling.Justus Winter
2018-02-13ffi: Add example fragment.Justus Winter
2018-02-13ffi: Improve error reporting.Justus Winter
2018-01-19core: Add IPCPolicy.Justus Winter