summaryrefslogtreecommitdiffstats
path: root/custodia/store
Commit message (Expand)AuthorAgeFilesLines
* etcdstore: prevent path traversal attacksChristian Heimes2015-10-191-6/+14
* Implement ETCD based StoreSimo Sorce2015-10-191-0/+94
* Extend store interface to create namespacesSimo Sorce2015-10-192-0/+40
* Better error handling for enclite storeSimo Sorce2015-10-191-3/+11
* Remove filter option for directory listingsSimo Sorce2015-10-191-25/+31
* Make tox pep8 happySimo Sorce2015-10-192-14/+16
* Add basic debugging capabilitiesSimo Sorce2015-06-051-2/+8
* Remove pylint star-args exceptionsSimo Sorce2015-05-261-1/+1
* Add Simple encrypted store.Simo Sorce2015-04-151-0/+37
* Return only key/containers names on LIST operationSimo Sorce2015-04-081-20/+16
* Always initialize db on store class instantiationSimo Sorce2015-04-081-10/+15
* Add explicit exception for storage conflictsSimo Sorce2015-04-072-2/+8
* Add interface to remove data from storeSimo Sorce2015-04-072-0/+30
* Allow caller to decide if replace is allowedSimo Sorce2015-04-072-3/+16
* Add Sqlite store unit testsSimo Sorce2015-04-071-0/+89
* Fix sqlite's list() commandSimo Sorce2015-04-061-3/+9
* Fix sqlite store bugsSimo Sorce2015-04-011-4/+9
* Initial sinple store infrastructureSimo Sorce2015-03-253-0/+79