summaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)Author
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
2020-02-19openpgp: Split VerificationResult.Justus Winter
2020-02-12openpgp: Add optional cipher argument to DecryptionHelper::decrypt.Justus Winter
2020-02-12openpgp: Add optional cipher argument to PKESK3::decrypt.Justus Winter
2020-02-12openpgp: Add optional plaintext length to Decryptor::decrypt.Justus Winter
2020-02-07Release 0.14.0.v0.14.0Justus Winter
2020-02-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-02-06openpgp, openpgp-ffi, ipc: Add missing dyn.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-16openpgp: Remove variant VerificationResult::BadChecksum.Justus Winter
2020-01-15ipc: Fix the key selection policy.Neal H. Walfield
2020-01-14openpgp: Remove unneeded fields from VerificationResult::NotAlive.Neal H. Walfield
2020-01-13openpgp: Add Error variant to VerificationResult.Neal H. Walfield