summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-03-24wip zero copy transformergorgeous-zero-copy-transformerJustus Winter
2020-03-24wip implement BufferedReaderJustus Winter
2020-03-24openpgp: Use larger default buffer size in DetachedVerifier.Justus Winter
2020-03-24openpgp: Add convenience function hex::dump.Justus Winter
2020-03-23openpgp-ffi: Add pgp_valid_key_amalgamation_with_policy.Neal H. Walfield
2020-03-23openpgp: Avoid copying data around in Decryptor's buffer.Justus Winter
2020-03-23openpgp: Avoid copying data around in the Transformer's buffer.Justus Winter
2020-03-20openpgp: Add a function to set the expiry of subkeys using the FFI.Neal H. Walfield
2020-03-20openpgp-ffi: Change key iterator to return key amalgamations.Neal H. Walfield
2020-03-20openpgp: Take a reference instead of ownership.Neal H. Walfield
2020-03-20ci: Avoid concurrent build jobs from clobbering their state.Justus Winter
2020-03-20openpgp: Drop Container::body_mut().Justus Winter
2020-03-20openpgp: Rework PacketParser::buffer_unread_content.Justus Winter
2020-03-20openpgp: Add test demonstrating partial reads of literal packets.Justus Winter
2020-03-20openpgp: Remove `to_hex` in KeyHandle, KeyID and Fingerprint.Wiktor Kwapisiewicz
2020-03-20openpgp: Allow formatting KeyHandle with x and X.Wiktor Kwapisiewicz
2020-03-20ci: Restrict the ci jobs to our self-hosted runners.Justus Winter
2020-03-20openpgp: Update documentation.Justus Winter
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-19openpgp: Fix typo.Nora Widdecke
2020-03-19openpgp: Add test.Nora Widdecke
2020-03-19openpgp: Use the signing key's issuer and issuer_fingerprint by default.Nora Widdecke
2020-03-19openpgp: Put issuer and issuer_fingerprint subpackets in unhashed area.Nora Widdecke
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-18openpgp: Fix documentation.Justus Winter
2020-03-18openpgp: Use the hex::Dumper in the tests.Justus Winter
2020-03-18openpgp: Move ASCII dumping code to the library.Justus Winter
2020-03-18tool: Add `--known-notation` option to `sq`Wiktor Kwapisiewicz
2020-03-18openpgp: Allow formatting KeyID with X and xWiktor Kwapisiewicz
2020-03-18openpgp: Allow formatting Fingerprint with X and xWiktor Kwapisiewicz
2020-03-18ci: Only test core components and low-level ffi interface on buster.Justus Winter