summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-02-21xxxjustus/secrets-prototype-0Justus Winter
2018-02-21net: New connect function overriding the IPC policy.Justus Winter
2018-02-16store: Use the asynchronous network interface.Justus Winter
2018-02-16store: Improve error handling.Justus Winter
2018-02-16net: Add an asynchronous interface.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-15store: Fix comments.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-14openpgp: Make to_hex a top-level utility function.Neal H. Walfield
2018-02-14openpgp: Use failure.Neal H. Walfield
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-02-06tool: Improve log display.Justus Winter
2018-02-06store: Improve log messages.Justus Winter
2018-02-06store: Parse fingerprints.Justus Winter
2018-02-06store: Add error condition for malformed fingerprints.Justus Winter
2018-02-06openpgp: Implement Display for KeyID.Justus Winter
2018-02-06openpgp: Improve armored! macro.Justus Winter
2018-02-02openpgp: Use shorter filenames so that ecryptfs doesn't complainNeal H. Walfield
2018-01-31Add the code from the guide as examples.Justus Winter
2018-01-31openpgp: Implement fmt::Display for UserID and Fingerprint.Justus Winter
2018-01-30net: New test.Justus Winter
2018-01-25net: Serialize the Context and send it to server.Justus Winter
2018-01-25core: Refine default home directory.Justus Winter
2018-01-25net: Attach Context to Descriptor.Justus Winter
2018-01-25core: Make the Context Send + Clone.Justus Winter
2018-01-24Add an example to the toplevel crate.Justus Winter
2018-01-24openpgp: Add macro to support armored literals.Justus Winter
2018-01-24openpgp: Make armor::{Reader, Writer} more general.Justus Winter
2018-01-24openpgp: Improve documentation.Justus Winter
2018-01-24openpgp: Use std::io::Result in armor module.Justus Winter
2018-01-23Use the failure crate to handle errors.Justus Winter
2018-01-19core: Improve documentation.Justus Winter
2018-01-19store: Use IPCPolicy::Internal for tests.Justus Winter
2018-01-19net: Implement the IPC policy.Justus Winter
2018-01-19core: Add IPCPolicy.Justus Winter
2018-01-19net: Do not share co-located servers.Justus Winter
2018-01-19store: Add test.Justus Winter
2018-01-18store: Return tuples from iterators.Justus Winter
2018-01-18store: Introduce a type for time stamps.Justus Winter
2018-01-18store: Introduce a type for row ids.Justus Winter