summaryrefslogtreecommitdiffstats
path: root/ipc/src
AgeCommit message (Expand)Author
2023-07-06ipc: Acknowledge unexpected inquiries.Justus Winter
2023-07-06ipc: Add additional constructors.Justus Winter
2023-02-01ipc: Fix the keybox parserNeal 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
2022-12-23Port to Rust Edition 2021.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-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-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
2022-04-21ipc: Securely erase decrypted session keys from Sexps.Justus Winter
2022-04-21ipc: Rework to make it obviously correct.Justus Winter
2022-04-21ipc: Fix comment.Justus Winter
2022-04-21ipc: Use platform!.Justus Winter
2022-04-21ipc: Simplify platform!, allow trailing comma.Justus Winter
2022-04-21ipc: Move platform! macro.Justus Winter
2022-04-21ipc: Make KeyPair own the public key.Justus Winter
2022-04-21ipc: Provide a password prompt to pinentry.Justus Winter
2022-04-21ipc: New function assuan::escape.Justus Winter
2022-01-12buffered-reader, ipc: Fix documentation typo.Neal H. Walfield
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-12-10ipc: Remove example that uses sequoia_store.Nora Widdecke
2021-12-01ipc: Update to tokio 1.0.Nora Widdecke
2021-11-29ipc: Remove needless reference.Nora Widdecke
2021-11-29ipc: Apply clippy:single_char_pattern.Nora Widdecke
2021-11-29Fix Acronym spelling.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-09-30Be explicit about giving Ok() the unit valueLars Wirzenius
2021-09-30Return a value without first assigning it to a variableLars Wirzenius
2021-09-30Drop unnecessary to_string() methodsLars Wirzenius
2021-09-30Join nested if statements with logical and into one statementLars Wirzenius
2021-09-30Avoid redundant closuresLars Wirzenius
2021-09-30Simplify how to create a vector of cloned valuesLars Wirzenius
2021-09-30Drop unnecessary main function from doc testLars Wirzenius
2021-09-30Simplify &foo == &bar into foo == barLars Wirzenius
2021-09-30Drop unnecessary return statementsLars Wirzenius
2021-09-30Drop unnecessary lifetime notationsLars Wirzenius
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-09-15ipc: Avoid creating unused borrows.Justus Winter
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-08-27ipc: Fix a crash in the sexp lexer.Justus Winter