summaryrefslogtreecommitdiffstats
path: root/ffi
AgeCommit message (Expand)Author
2018-03-13Add a Makefile.Justus Winter
2018-03-01ffi: Avoid boxing the error.Justus Winter
2018-02-28ffi: Bind {reader,writer}-related functions in the openpgp module.Justus Winter
2018-02-28ffi: Create glue for readers and writers.Justus Winter
2018-02-28ffi: Make freeing a NULL context a nop.Justus Winter
2018-02-28ffi: Bind openpgp::TPK::fingerprint.Justus Winter
2018-02-27ffi: Use structs with repr(C) for Stats and Logs.Justus Winter
2018-02-26ffi: Use enums for network and IPC policy.Justus Winter
2018-02-26ffi: Add glue for equality predicates.Justus Winter
2018-02-26ffi: Add prototype and fix comment.Justus Winter
2018-02-16ffi: Split header up at the module boundaries.Justus Winter
2018-02-15ffi: Trim imports.Justus Winter
2018-02-15ffi: Bind the store module.Justus Winter
2018-02-14ffi: Do not try to compile C example.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: Introduce type definitions.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
2018-01-15ffi,net: Update last users of KeyId to use KeyID.Justus Winter
2018-01-15ffi: Delete compiled examples.Justus Winter
2018-01-09core,ffi: Convert 'core::NetworkPolicy' to and from u8.Justus Winter
2018-01-03core: Implement ephemeral contexts.Justus Winter
2018-01-02ffi: Remove unused import.Justus Winter
2017-12-14Add network policy.Justus Winter
2017-12-14ffi: Fix documentation.Justus Winter
2017-12-14ffi: Move the examples.Justus Winter
2017-12-13Split up Sequoia.Justus Winter