summaryrefslogtreecommitdiffstats
path: root/ffi/src/net.rs
AgeCommit message (Expand)Author
2019-01-15ffi: Introduce macro for *char parameters.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 passing references from C.Justus Winter
2019-01-08ffi: Add and use ffi_free!.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-07-26ffi: Improve c doctests.Justus Winter
2018-07-26ffi: Enable syntax-highlighting for all c snippets.Justus Winter
2018-03-23openpgp: Move the TPK type definition to openpgp proper.Justus Winter
2018-03-15ffi: Improve error reporting.Justus Winter
2018-02-14ffi: Split into several modules.Justus Winter