summaryrefslogtreecommitdiffstats
path: root/ffi/src/store.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 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-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-22Fix typos.Neal H. Walfield
2018-11-22ffi: Wrap Pool::lookup_by_keyid and Pool::lookup_by_subkeyid.Neal H. Walfield
2018-07-26ffi: Improve c doctests.Justus Winter
2018-07-26ffi: Enable syntax-highlighting for all c snippets.Justus Winter
2018-06-20Warn about public functions without documentation, add missing docs.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-27ffi: Use structs with repr(C) for Stats and Logs.Justus Winter
2018-02-26ffi: Add prototype and fix comment.Justus Winter
2018-02-15ffi: Trim imports.Justus Winter
2018-02-15ffi: Bind the store module.Justus Winter