summaryrefslogtreecommitdiffstats
path: root/store
AgeCommit message (Expand)Author
2021-11-25store: Drop crate.Justus Winter
2021-10-18Relicense to LGPL 2.0 or later.Neal H. Walfield
2021-09-30Express calculation for seconds-in-week more clearlyLars Wirzenius
2021-09-30Avoid naming field setting it from variable of the same nameLars Wirzenius
2021-09-30Unpack value with if let instead of is_some/unwrapLars Wirzenius
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-08-26ipc: Release 0.26.0.ipc/v0.26.0Justus Winter
2021-08-26ipc: Move the types from the core module to the top-level.Justus Winter
2021-08-26ipc: Remove unused error type.Justus Winter
2021-04-13bench: Disable libtest benchmark harness.Nora Widdecke
2021-04-12Include LICENSE.txt in all published cratesFabio Valentini
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-04-09Lint: Remove redundant lifetime.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-04-01ipc: Release 0.25.0.ipc/v0.25.0Neal H. Walfield
2021-03-31ipc: Incorporate sequoia-core crate as a core module.Wiktor Kwapisiewicz
2021-01-21net: Release 0.23.0.net/v0.23.0Justus Winter
2021-01-20Add branding to all crates.Justus Winter
2021-01-15net: Make conversion from u8 to Policy fallible.Justus Winter
2021-01-15net: Decouple from core.Justus Winter
2020-12-16Release 1.0.0.v1.0.0Justus Winter
2020-12-11Release 0.21.0.v0.21.0Justus Winter
2020-12-11Correct minimal versions.Nora Widdecke
2020-11-27openpgp: Add Cert::merge_public and Cert::merge_public_and_secret.Justus Winter
2020-10-23store: Migrate to std::futuresIgor Matuszewski
2020-10-14Fix `make install` on both BSD and Linux.Wiktor Kwapisiewicz
2020-10-14Release 0.20.0.v0.20.0Justus Winter
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-14Make other BSD systems use ginstall too.Wiktor Kwapisiewicz
2020-10-14Modified conditional to set INSTALL executable to ginstall for FreeBSD.phryk
2020-10-12Allow to opt out of default features for sequoia-* dependenciesIgor Matuszewski
2020-09-21store: Update rusqlite to 0.24.Nora Widdecke
2020-08-21Release 0.19.0.v0.19.0Justus Winter
2020-07-31Release 0.18.0.v0.18.0Justus Winter
2020-06-18Improve install target.Justus Winter
2020-06-12Release 0.17.0.v0.17.0Justus Winter
2020-04-03Release 0.16.0.v0.16.0Justus 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-30Allow unused parens on generated codeIgor Matuszewski
2020-03-25Use SQLite amalgamation for Android buildsHussein
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-03-04Release 0.15.0.v0.15.0Justus Winter
2020-02-07Release 0.14.0.v0.14.0Justus Winter