summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2022-10-18Document MSRV in Cargo.toml.Nora Widdecke
2022-10-07net: derive Default implementation instead of hand coding itHeiko Schaefer
2022-10-07net: use Option::and_then instead of .map and .flattenHeiko Schaefer
2022-09-15net: Add support for DANE certificate retrieval.Wiktor Kwapisiewicz
2022-08-15ipc, net: Fix assert_send_and_sync's doctests.Nora Widdecke
2022-07-14net: Release 0.25.0.net/v0.25.0Justus Winter
2022-06-12net: fix WKD URL generationLars Wirzenius
2022-05-06autocrypt, net: openpgp: Rewrite all usages of `Reader::new`.Wiktor Kwapisiewicz
2022-04-22net: Assert that public types are Send + Sync.Justus Winter
2022-04-22net: Make AClient Send and SyncErik Escher
2022-03-07net: Allow checking if cert contains User ID for given domain.Wiktor Kwapisiewicz
2022-02-25ipc,net: Update rand dependency to 0.8Nora Widdecke
2022-01-12net: Fix link.Neal H. Walfield
2022-01-10pks: Fix "capability" parameter not being appended.Wiktor Kwapisiewicz
2021-12-31pks: Use appropriate Error objects instead of raw strings.Wiktor Kwapisiewicz
2021-12-31pks: Return correct acceptable hashes for the remote signer.Wiktor Kwapisiewicz
2021-12-29pks: Add support for SHA-384 hash algorithm.Wiktor Kwapisiewicz
2021-12-13net: Use Content-Type header to pass hash algorithmWiktor Kwapisiewicz
2021-12-06net: Release 0.24.0.net/v0.24.0Justus Winter
2021-12-06net: Only enable hyper's server feature for tests.Justus Winter
2021-12-01Update tokio to 1.13.1.Nora Widdecke
2021-11-29Drop unnecessary lifetime annotations.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-11-03net: Implement Signer and Decryptor for remote keys.Wiktor Kwapisiewicz
2021-10-28net, openpgp: Fix private documentation.Nora Widdecke
2021-10-25ffi, net, sq: Update to tokio 1.0.Nora Widdecke
2021-10-18Relicense to LGPL 2.0 or later.Neal H. Walfield
2021-10-11net: Correct link.Nora Widdecke
2021-09-30Allow if conditions that use complex codeLars Wirzenius
2021-09-30Add an is_empty method when len is thereLars Wirzenius
2021-09-30Avoid redundant closuresLars Wirzenius
2021-09-30Drop pointless @_ match pattern bindingsLars Wirzenius
2021-09-30Avoid naming field setting it from variable of the same nameLars Wirzenius
2021-09-30Drop unnecessary clone on a value that implements CopyLars Wirzenius
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-08-30net: Implement Update Manifests.Justus Winter
2021-08-30net: Enable rand's getrandom feature for rand::rngs::OsRng.Justus Winter
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-13bench: Disable libtest benchmark harness.Nora Widdecke
2021-04-12Include LICENSE.txt in all published cratesFabio Valentini
2021-04-09Lint: Remove redundant clone().Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Remove redundant lifetime.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-03-31net: Protect against redirection loops in WKD requests.Wiktor Kwapisiewicz
2021-03-31net: Follow redirects when using WKD lookup.Wiktor Kwapisiewicz
2021-01-21net: Release 0.23.0.net/v0.23.0Justus Winter
2021-01-20Add branding to all crates.Justus Winter
2021-01-15net: Make conversion from u8 to Policy fallible.Justus Winter
2021-01-15net: Decouple from core.Justus Winter