summaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)Author
2024-03-09in order for lalrpop to not try to process files that it doesn't have write p...Alexander Kjäll
2024-03-06ipc: Add callbacks to simplify tracing client-server interactions.Justus Winter
2024-03-06ipc: Update Client::send_simple with the version from the chameleon.Neal H. Walfield
2024-03-06ipc: Don't panic if the server disappears, return an error.Neal H. Walfield
2024-02-20ipc: Release 0.33.0.ipc/v0.33.0Neal H. Walfield
2024-02-20ipc: Ensure server's socket is in non-blocking mode.Neal H. Walfield
2024-01-26ipc: Release 0.32.0.ipc/v0.32.0Neal H. Walfield
2024-01-26ipc: Upgrade capnp-rpc.Neal H. Walfield
2023-11-15ipc: Track the offset of records in a Keybox file.Justus Winter
2023-11-14sequoia-ipc uses openpgp::crypto::ecdh::decrypt_unwrap2 that was introduced i...Alexander Kjäll
2023-10-27ipc: Release 0.31.0ipc/v0.31.0Neal H. Walfield
2023-10-27ipc: Upgrade socket2Neal H. Walfield
2023-10-27ipc: Upgrade dirsNeal H. Walfield
2023-10-27ipc: Upgrade ctorNeal H. Walfield
2023-10-27ipc: Upgrade clapNeal H. Walfield
2023-10-27ipc: Upgrade capnpNeal H. Walfield
2023-09-21openpgp: Fix Encryptor's lifetime parameter.Neal H. Walfield
2023-09-15Bump MSRV to 1.67.Wiktor Kwapisiewicz
2023-08-24ipc: Use the new crypto::ecdh::decrypt_unwrap2.Justus Winter
2023-07-25ipc: Make starting the gpg-agent more robust.Justus Winter
2023-07-25ipc: Implement loopback password entry.Justus Winter
2023-07-06ipc: Acknowledge unexpected inquiries.Justus Winter
2023-07-06ipc: Add additional constructors.Justus Winter
2023-05-16ipc: Upgrade lalrpop.Neal H. Walfield
2023-05-03Tighten dependenciesNeal H. Walfield
2023-02-02ipc: Release 0.30.1.ipc/v0.30.1Neal H. Walfield
2023-02-01ipc: Fix the keybox parserNeal H. Walfield
2023-02-01ipc: Release 0.30.0.ipc/v0.30.0Neal H. Walfield
2023-01-23ipc: Only build the Unix Domain Socket emulation code on Windows.Justus Winter
2023-01-07ipc: Make gnupg::KeyPair usable in async contexts.Justus Winter
2023-01-05Don't select a cryptograhic backend in non-leaf crates.Justus Winter
2022-12-23Port to Rust Edition 2021.Justus Winter
2022-12-23ipc: Bump clap to 3.Justus Winter
2022-12-07ipc: Rework Agent::sign using async fn.Justus Winter
2022-12-07ipc: Rework Agent::decrypt using async fn.Justus Winter
2022-12-07ipc: Add a convenience function to send simple commands.Justus Winter
2022-12-07ipc: Add a stern warning to assuan::Client::send.Justus Winter
2022-11-07ipc: Release 0.29.0.Nora Widdecke
2022-10-18Document MSRV in Cargo.toml.Nora Widdecke
2022-09-29ipc: Fix computing keygrips.Justus Winter
2022-09-29ipc: Drop unused attribute.Justus Winter
2022-09-09ipc: Reexport capnp_rpc.Neal H. Walfield
2022-08-15ipc: Harmonize indent macro.Nora Widdecke
2022-08-15ipc, net: Fix assert_send_and_sync's doctests.Nora Widdecke
2022-07-05ipc: Securely delete Sexp strings.Justus Winter
2022-07-05ipc: Implement convenience conversions.Justus Winter
2022-06-20ipc: Improve error handling when importing keys.Justus Winter
2022-06-20ipc: Improve assertion message.Justus Winter
2022-06-09ipc: Use full names when referencing external types from public APINeal H. Walfield
2022-06-09ipc: Make sure the socket is non-blocking.Neal H. Walfield