summaryrefslogtreecommitdiffstats
path: root/ipc/src
AgeCommit message (Expand)Author
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09ipc: Define ipc's Errors using thiserror.Justus Winter
2020-02-20openpgp: Typo.Justus Winter
2020-02-12openpgp: Add optional plaintext length to Decryptor::decrypt.Justus Winter
2020-01-07Fix broken links in the documentation.Justus Winter
2019-12-05openpgp: Make crypto::{Signer,Decryptor} non-polymorphic.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-10-21ipc: Close stdin and stderr of daemonized processes.Justus Winter
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-09-06Bump quickcheck to 0.9, rand to 0.7.Justus Winter
2019-08-23openpgp: Use marker types to denote a Key's type.Neal H. Walfield
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-26ipc: GnuPG RPC support.Justus Winter
2019-06-24ipc: Lazily execute commands.Justus Winter
2019-06-24ipc: Simplify the Assuan RPC interface.Justus Winter
2019-06-24ipc: Fix handling of data lines.Justus Winter
2019-06-17ipc: Add Assuan support.Justus Winter
2019-05-15core, store, tool: Use realm instead of domain.Justus Winter
2019-05-13core, ipc: Defer the creation of the home directory.Justus Winter
2019-05-03ipc: New crate.Justus Winter