summaryrefslogtreecommitdiffstats
path: root/store
AgeCommit message (Expand)Author
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-15Switch to Rust 2018.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-08Release 0.9.0.v0.9.0Justus Winter
2019-07-08ipc, store: Bump capnp to 0.10.Justus Winter
2019-06-14Release 0.8.0.v0.8.0Justus Winter
2019-06-10net: Drop unused parameter.Justus Winter
2019-05-15core, store, tool: Use realm instead of domain.Justus Winter
2019-05-10Release 0.7.0.v0.7.0Justus Winter
2019-05-03ipc: New crate.Justus Winter
2019-04-12Release 0.6.0.v0.6.0Justus Winter
2019-04-04openpgp: Avoid key.fingerprint.to_keyid()Neal H. Walfield
2019-03-28Fix intra-workspace dependencies.Justus Winter
2019-03-28Point to the version-specific documentation.Justus Winter
2019-03-14Release 0.5.0.v0.5.0Justus Winter
2019-03-14openpgp: Replace TPK::select_keys with an iterator.Neal H. Walfield
2019-02-19Release 0.4.0.v0.4.0Justus Winter
2019-01-29store: Fix documentation.Neal H. Walfield
2018-12-18Release 0.3.0.v0.3.0Justus Winter
2018-12-17openpgp: Change KeyIter to also return the RevocationStatus.Neal H. Walfield
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-07Normalize test module names.Justus Winter
2018-11-27Fix the gitlab badges.Justus Winter
2018-11-26Release 0.2.0.v0.2.0Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-24Fix mail address.Justus Winter
2018-11-24Update packaging metadata in preparation for a release.Justus Winter
2018-11-20store: Insert all subkeys into the key_by_keyid table.Neal H. Walfield
2018-11-20store: Explicitly bump patch version.Justus Winter
2018-11-19store: Avoid use of deprecated function.Justus Winter
2018-11-19Bump version of 'rand'.Justus Winter
2018-10-30openpgp: Implement Serialize for TPK and TSK.Justus Winter
2018-10-25net: Improve IPC interface.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-09-21net, store: Bump version of capnp.Justus Winter
2018-09-20store: Bump rusqlite version.Justus Winter
2018-09-06store: Delete logs once binding, store, or key is deleted.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-08-29store: Typo.Justus Winter
2018-08-24openpgp: Make functions parsing key ids, fingerprints return Result.Justus Winter
2018-08-15Bump version of failure.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