summaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)Author
2020-07-31Release 0.18.0.v0.18.0Justus Winter
2020-06-23ipc, sq: Copy the MSRV comment from openpgp.Jakub Kądziołka
2020-06-12Release 0.17.0.v0.17.0Justus Winter
2020-05-28openpgp: Change the `decrypt` proxy in the decryption helper.Justus Winter
2020-05-28openpgp: Change PKESK::decrypt to return an Option<_>.Justus Winter
2020-05-13openpgp: Make Encryptor::for_recipients polymorphic.Justus Winter
2020-05-07openpgp: Use a builder to construct Decryptor.Justus Winter
2020-05-07openpgp: Use a builder to construct Verifier.Justus Winter
2020-04-20openpgp: Add armor::Writer::with_headers.Justus Winter
2020-04-08openpgp: Change key's role function names.Wiktor Kwapisiewicz
2020-04-08openpgp: Rename crypto::mpis to crypto::mpiIgor Matuszewski
2020-04-06openpgp: Rename VerificationHelper::get_public_keys to get_certs.Justus Winter
2020-04-03Release 0.16.0.v0.16.0Justus Winter
2020-04-03Pin dependencies to keep our MSRV stable.Justus Winter
2020-04-03openpgp: Unawkwardify the streaming encryptor.Justus Winter
2020-04-03openpgp: Convert `Sexp::from_ciphertext` to `TryFrom<&mpis::Ciphertext>`Wiktor Kwapisiewicz
2020-04-01ipc: Don't compile when spawning external server is unsupported on OSIgor Matuszewski
2020-03-31ipc/assuan: Support Windows via named pipesIgor Matuszewski
2020-03-31ipc/gnupg: Use ttyname only under UNIXIgor Matuszewski
2020-03-31ipc: Inherit a TCP socket via env var on WindowsIgor Matuszewski
2020-03-30Allow unused parens on generated codeIgor Matuszewski
2020-03-20openpgp: Remove `to_hex` in KeyHandle, KeyID and Fingerprint.Wiktor Kwapisiewicz
2020-03-19ipc: Merge unhappy paths in TCP connectionIgor Matuszewski
2020-03-19ipc: Simplify IPC policy implementationIgor Matuszewski
2020-03-19ipc: Simplify a temporary tcp stream connectionIgor Matuszewski
2020-03-19ipc: Simplify server cookie init flowIgor Matuszewski
2020-03-19ipc: Fully receive cookie in async fnIgor Matuszewski
2020-03-19ipc: Simplify a lambda signatureIgor Matuszewski
2020-03-19ipc: Don't use extern crate in 2018 editionIgor Matuszewski
2020-03-18ipc: Streamline passing TCP fd as child stdinIgor Matuszewski
2020-03-18ipc: Pass correct libdir to a spawned serverIgor Matuszewski
2020-03-18ipc: Iterate over a slice directlyIgor Matuszewski
2020-03-18ipc: Don't clone CLI args unnecessarily for spawned serverIgor Matuszewski
2020-03-18ipc: Tweak some Cookie methodsIgor Matuszewski
2020-03-18ipc: Use associated constant for COOKIE_SIZEIgor Matuszewski
2020-03-18ipc: Use shorthand struct init syntaxIgor Matuszewski
2020-03-18ipc: Simplify Cookie::sendIgor Matuszewski
2020-03-18ipc: Fix small typosIgor Matuszewski
2020-03-18ipc: Don't unwrap a properly parsed addr if not neededIgor Matuszewski
2020-03-18ipc: Simplify a SocketAddr parse callIgor Matuszewski
2020-03-18ipc: Group UNIX-related importsIgor Matuszewski
2020-03-18ipc: Prefer Ipv4Addr::LOCALHOST over a stringIgor Matuszewski
2020-03-18ipc: Ask the OS for a random port in TcpListener::bindIgor Matuszewski
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09Reduce use of explicit failure::Fallible.Justus Winter
2020-03-09ipc: Define ipc's Errors using thiserror.Justus Winter
2020-03-04Release 0.15.0.v0.15.0Justus Winter
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-20openpgp: Typo.Justus Winter
2020-02-20openpgp: Split the ValidAmalgamation trait.Neal H. Walfield