| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_storage_internal: Skip write if no items matched a deletion query | Kim Alvefur | 2017-11-19 | 1 | -0/+3 |
* | mod_storage_internal: Optimize truncation | Kim Alvefur | 2017-11-10 | 1 | -4/+5 |
* | mod_storage_internal: Allow truncating deletion at the beginning or end of an... | Kim Alvefur | 2017-11-09 | 1 | -0/+15 |
* | mod_storage_internal: Add more extensive query support to archive:delete method | Kim Alvefur | 2017-10-09 | 1 | -6/+22 |
* | mod_storage_internal: Add support for archive key deduplication (like mod_sto... | Kim Alvefur | 2017-10-09 | 1 | -2/+21 |
* | mod_storage_internal: Return a noop iterator if archive is empty (fixes #920) | Kim Alvefur | 2017-07-05 | 1 | -1/+7 |
* | mod_storage_internal: Handle case of empty item store when deleting (fixes #910) | Kim Alvefur | 2017-05-14 | 1 | -1/+7 |
* | mod_storage_internal: Correctly calculate number of deleted items (fixes #912) | Kim Alvefur | 2017-05-14 | 1 | -1/+2 |
* | mod_storage_internal: Support the 'key' archive query field | Kim Alvefur | 2017-04-15 | 1 | -0/+5 |
* | mod_storage_internal: Add the dates method | Kim Alvefur | 2017-03-31 | 1 | -0/+6 |
* | mod_storage_internal: Add support for removing archived items | Kim Alvefur | 2017-03-31 | 1 | -0/+19 |
* | mod_storage_internal: Add basic archive store implementation | Kim Alvefur | 2017-03-31 | 1 | -0/+85 |
* | mod_storage_internal: Ignore unused 'self' argument [luacheck] | Kim Alvefur | 2017-03-31 | 1 | -2/+2 |
* | mod_storage_internal: Reorder methods | Kim Alvefur | 2017-03-31 | 1 | -8/+8 |
* | mod_storage_internal: Separate driver from keyval implementation | Kim Alvefur | 2017-03-31 | 1 | -6/+10 |
* | mod_storage_{none,internal,sql}: Return error for unsupported (everything but... | Kim Alvefur | 2014-06-20 | 1 | -0/+3 |
* | mod_storage_internal, datamanager: Add support for iterating over users with ... | Kim Alvefur | 2012-09-21 | 1 | -2/+6 |
* | Merge 0.9->trunk | Matthew Wild | 2012-09-19 | 1 | -2/+2 |
|\ |
|
| * | storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores(... | Kim Alvefur | 2012-09-17 | 1 | -2/+2 |
* | | mod_storage_*: Don't explicitly set driver name, to ease copying/renaming mod... | Waqas Hussain | 2012-09-12 | 1 | -1/+1 |
* | | core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to a... | Waqas Hussain | 2012-09-12 | 1 | -1/+1 |
|/ |
|
* | mod_storage_internal: Add method for removing all data belonging to a user | Kim Alvefur | 2012-07-28 | 1 | -0/+4 |
* | mod_storage_internal: Add method for listing stores | Kim Alvefur | 2012-07-28 | 1 | -0/+4 |
* | storagemanager, mod_storage_internal: Split out default driver to mod_storage... | Matthew Wild | 2011-01-07 | 1 | -0/+19 |