summaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)Author
2022-02-25ipc,net: Update rand dependency to 0.8Nora Widdecke
2022-01-12buffered-reader, ipc: Fix documentation typo.Neal H. Walfield
2022-01-03ipc: Fix crate documentation.Alexander Kjäll
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-12-10ipc: Reduce tokio features.Nora Widdecke
2021-12-10ipc: Remove example that uses sequoia_store.Nora Widdecke
2021-12-06ipc: Release 0.27.0.ipc/v0.27.0Justus Winter
2021-12-01Update tokio to 1.13.1.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-10-18Relicense to LGPL 2.0 or later.Neal H. Walfield
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
2021-08-26ipc: Release 0.26.0.ipc/v0.26.0Justus Winter
2021-08-26ipc: Update documentation.Justus Winter
2021-08-26ipc: Move the types from the core module to the top-level.Justus Winter
2021-08-26ipc: Remove unused error type.Justus Winter
2021-08-03fix: drop unnecessary and to-be-invalid #[doc] attributesLars Wirzenius
2021-07-16ipc: Make assuan::Client Send and Sync.Justus Winter
2021-07-16ipc: Bring in our bag of macros.Justus Winter
2021-06-28ipc: Initial support for keybox files.Nora Widdecke
2021-06-28ipc: Add keybox test data.Nora Widdecke
2021-06-14ipc: Invoke GnuPG in background without flashing terminals.Wiktor Kwapisiewicz
2021-04-16ipc: Don't abort if the curve parameter is unknown, fail.Neal H. Walfield
2021-04-13bench: Disable libtest benchmark harness.Nora Widdecke
2021-04-12Include LICENSE.txt in all published cratesFabio Valentini
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Remove redundant lifetime.Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-04-01ipc: Release 0.25.0.ipc/v0.25.0Neal H. Walfield
2021-03-31ipc: Do not disable default features on rand.Wiktor Kwapisiewicz