summaryrefslogtreecommitdiffstats
path: root/store/src/lib.rs
AgeCommit message (Expand)Author
2020-10-23store: Migrate to std::futuresIgor Matuszewski
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-04-02openpgp: Drop Fingerprint::from_hex in favor of FromStr.Justus Winter
2020-03-31ipc: Inherit a TCP socket via env var on WindowsIgor Matuszewski
2020-03-20openpgp: Remove `to_hex` in KeyHandle, KeyID and Fingerprint.Wiktor Kwapisiewicz
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09store: Define store::Error using thiserror.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-26openpgp: Implement From<Fingerprint> for KeyID.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-09-18openpgp: Make Parse::from_bytes polymorphic over AsRef<[u8]>.Justus Winter
2019-09-18store: Rename store::Pool to Store.Justus Winter
2019-09-18store: Rename store::Store to Mapping.Justus Winter
2019-08-26openpgp: Implement FromStr for some types.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-05-15core, store, tool: Use realm instead of domain.Justus Winter
2019-05-03ipc: New crate.Justus Winter
2019-01-29store: Fix documentation.Neal H. Walfield
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-07Normalize test module names.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-10-30openpgp: Implement Serialize for TPK and TSK.Justus Winter
2018-09-27store: Add function to query keys by subkeyid from the pool.Justus Winter
2018-09-27store: Rename method.Justus Winter
2018-09-25store: Import into and lookup from the common key pool.Justus Winter
2018-08-29store: Add method to lookup keys by keyid.Justus Winter
2018-08-29store: Add method to query a binding's label.Justus Winter
2018-06-20Warn about public functions without documentation, add missing docs.Justus Winter
2018-06-20store: Restrict the visibility of the backend to the crate.Justus Winter
2018-06-20store: Rename the key store binary and rendezvous point.Justus Winter
2018-06-20Make sure there is always a whitespace after every comma.Justus Winter
2018-06-16openpgp: Consolidate the two failure::Error definitionNeal H. Walfield
2018-05-03store: Remove attempt at authenticated key rollover.Justus Winter
2018-03-23openpgp: Move the TPK type definition to openpgp proper.Justus Winter
2018-02-27store: Improve documentation.Justus Winter
2018-02-22store: Refactor database support code.Justus Winter
2018-02-22store: Deduplicate and move code.Justus Winter
2018-02-22store: Deduplicate code.Justus Winter
2018-02-15store: Fix comments.Justus Winter
2018-02-06store: Add error condition for malformed fingerprints.Justus Winter
2018-01-23Use the failure crate to handle errors.Justus Winter
2018-01-19store: Use IPCPolicy::Internal for tests.Justus Winter
2018-01-19net: Implement the IPC policy.Justus Winter
2018-01-19store: Add test.Justus Winter
2018-01-18store: Return tuples from iterators.Justus Winter
2018-01-18store: Use time::Timespec and fix stats.Justus Winter
2018-01-18store,tool: Improve logging framework.Justus Winter
2018-01-18store: Fix binding creation.Justus Winter