summaryrefslogtreecommitdiffstats
path: root/store
AgeCommit message (Expand)Author
2018-06-20Warn about public functions without documentation, add missing docs.Justus Winter
2018-06-20store: Restrict the visibility of the backend to the crate.Justus Winter
2018-06-20store: Rename the key store binary and rendezvous point.Justus Winter
2018-06-20Make sure there is always a whitespace after every comma.Justus Winter
2018-06-16openpgp: Consolidate the two failure::Error definitionNeal H. Walfield
2018-06-06net, store: Bump rand to "0.5" and adapt code accordingly.Justus Winter
2018-05-03store: Remove attempt at authenticated key rollover.Justus Winter
2018-03-23openpgp: Move the TPK type definition to openpgp proper.Justus Winter
2018-03-12Bump dependencies.Justus Winter
2018-02-27store: Improve documentation.Justus Winter
2018-02-23store: Do not display backend errors in debug builds.Justus Winter
2018-02-22store: Refactor database support code.Justus Winter
2018-02-22store: Deduplicate and move code.Justus Winter
2018-02-22store: Deduplicate code.Justus Winter
2018-02-16store: Use the asynchronous network interface.Justus Winter
2018-02-16store: Improve error handling.Justus Winter
2018-02-15store: Fix comments.Justus Winter
2018-02-06store: Improve log messages.Justus Winter
2018-02-06store: Parse fingerprints.Justus Winter
2018-02-06store: Add error condition for malformed fingerprints.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-19store: Use IPCPolicy::Internal for tests.Justus Winter
2018-01-19net: Implement the IPC policy.Justus Winter
2018-01-19store: Add test.Justus Winter
2018-01-18store: Return tuples from iterators.Justus Winter
2018-01-18store: Introduce a type for time stamps.Justus Winter
2018-01-18store: Introduce a type for row ids.Justus Winter
2018-01-18store: Use time::Timespec and fix stats.Justus Winter
2018-01-18store,tool: Improve logging framework.Justus Winter
2018-01-18store: Fix binding creation.Justus Winter
2018-01-17store: Periodically update keys from the network.Justus Winter
2018-01-17store: Make sure tests use the offline network policy.Justus Winter
2018-01-17store: Improve computing binding and key stats.Justus Winter
2018-01-16store: Improve key lookup.Justus Winter
2018-01-16store: Improve timestamp handling.Justus Winter
2018-01-11store: Implement iteration over stores, bindings, and keys.Justus Winter
2018-01-11store: Rework database initialization.Justus Winter
2018-01-11store: Rework reactor core and db connection sharing.Justus Winter
2018-01-11store: Improve comments.Justus Winter
2018-01-10store: Implement store and binding deletion.Justus Winter
2018-01-10store: Do not require mutable references to the store.Justus Winter
2018-01-10store: Improve error handling.Justus Winter
2018-01-10store: Make context in test ephemeral.Justus Winter
2018-01-10store: Rename field.Justus Winter
2018-01-09store: Disable documentation for the 'keystore' binary.Justus Winter
2018-01-09store: Return the correct error when a binding is not found.Justus Winter
2018-01-09store: Add label to 'store::Binding' and implement 'fmt::Debug'.Justus Winter
2018-01-09store: Fix conflict detection.Justus Winter