summaryrefslogtreecommitdiffstats
path: root/store/src/backend.rs
AgeCommit message (Expand)Author
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: 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-10store: Implement store and binding deletion.Justus Winter
2018-01-10store: Improve error handling.Justus Winter
2018-01-10store: Rename field.Justus Winter
2018-01-09store: Return the correct error when a binding is not found.Justus Winter
2018-01-09store: Fix conflict detection.Justus Winter
2018-01-09store: Rename the 'node::new' rpc to 'node::open'.Justus Winter
2018-01-09store: Remove 'home' from the 'Node::new' rpc.Justus Winter
2018-01-09store: Improve database schema.Justus Winter
2018-01-09store: Improve error handling.Justus Winter
2018-01-09store: Use and honor the network policy.Justus Winter
2018-01-09store: Use the convenience server macros.Justus Winter
2018-01-08store: New store module.Justus Winter