summaryrefslogtreecommitdiffstats
path: root/ffi/src/openpgp/armor.rs
AgeCommit message (Expand)Author
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: 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: Introduce macro for *char parameters.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: Move armor glue to a new module.Justus Winter