summaryrefslogtreecommitdiffstats
path: root/ffi/src/net.rs
AgeCommit message (Expand)Author
2020-05-13openpgp, buffered-reader, ffi: Fix documentation warnings.Wiktor Kwapisiewicz
2020-03-09Switch from failure to anyhow.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-08-20ffi: Free resources in test.Justus Winter
2019-08-20net: Drop SKS pool in favor of keys.openpgp.org.Justus Winter
2019-08-19net: Drop the sync variant.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-26openpgp-ffi, ffi, ffi-macros: Avoid deprecated integer types.Justus Winter
2019-05-15core, store, tool: Use realm instead of domain.Justus Winter
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-01-29openpgp-ffi: Explicitly convert to failure::Error.Justus Winter
2019-01-25openpgp-ffi: Convert TPK.Justus Winter
2019-01-25openpgp-ffi: Convert KeyID.Justus Winter
2019-01-17openpgp-ffi: Change prefix from 'sq' to 'pgp'.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 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