summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-06-10net: Drop unused parameter.Justus Winter
2019-05-28net: Add wkd module implementing a WKD clientjuga
2019-05-15core, store, tool: Use realm instead of domain.Justus Winter
2019-05-10Release 0.7.0.v0.7.0Justus Winter
2019-05-10openpgp: Add a new parsing mode to the Armor ReaderNeal H. Walfield
2019-05-07openpgp, net: Improve panic messages.Justus Winter
2019-05-03ipc: New crate.Justus Winter
2019-04-12Release 0.6.0.v0.6.0Justus Winter
2019-03-28Fix intra-workspace dependencies.Justus Winter
2019-03-28Point to the version-specific documentation.Justus Winter
2019-03-14Release 0.5.0.v0.5.0Justus Winter
2019-02-27net: If no protocol is given, assume hkps.Justus Winter
2019-02-27net: Typo.Justus Winter
2019-02-19Release 0.4.0.v0.4.0Justus Winter
2019-02-07net: Make Error::MalformedUri print expected protocol prefixes.Tobias Mueller
2018-12-18Release 0.3.0.v0.3.0Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-11-27Fix the gitlab badges.Justus Winter
2018-11-26Release 0.2.0.v0.2.0Justus Winter
2018-11-24net: Avoid using deprecated location of OsRng.v0.1.0Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-24Fix mail address.Justus Winter
2018-11-24Update packaging metadata in preparation for a release.Justus Winter
2018-11-19Bump version of 'rand'.Justus Winter
2018-11-14Avoid identity slicing.Justus Winter
2018-10-30openpgp: Implement Serialize for TPK and TSK.Justus Winter
2018-10-25net: Improve IPC interface.Justus Winter
2018-10-17net: Compare cookies in constant time.Justus Winter
2018-10-17net: Refactor cookie comparison.Justus Winter
2018-09-21net, store: Bump version of capnp.Justus Winter
2018-08-15Bump version of failure.Justus Winter
2018-08-13openpgp: Rework armor kind handling.Justus Winter
2018-07-24openpgp: Support setting ASCII-armor's headersNeal H. Walfield
2018-07-10net, ffi: Bump native-tls and hyper-tls.Justus Winter
2018-06-20Warn about public functions without documentation, add missing docs.Justus Winter
2018-06-06net, store: Bump rand to "0.5" and adapt code accordingly.Justus Winter
2018-06-05net: Bump hyper to "0.12", hyper-tls to "0.2".Justus Winter
2018-03-23openpgp: Move the TPK type definition to openpgp proper.Justus Winter
2018-03-12Bump dependencies.Justus Winter
2018-03-12net: Drop unused dependencies.Justus Winter
2018-03-04net: Use the url crate for URL manipulation.Justus Winter
2018-02-21net: New connect function overriding the IPC policy.Justus Winter
2018-02-16net: Add an asynchronous interface.Justus Winter
2018-01-30net: New test.Justus Winter
2018-01-25net: Serialize the Context and send it to server.Justus Winter
2018-01-25net: Attach Context to Descriptor.Justus Winter
2018-01-23Use the failure crate to handle errors.Justus Winter
2018-01-19net: Implement the IPC policy.Justus Winter
2018-01-19net: Do not share co-located servers.Justus Winter
2018-01-18net: Improve error reporting.Justus Winter