mod_storage_gdbm: Refactor for readability (bye single-char variable names)
|
Kim Alvefur |
Sat, 12 Dec 2015 03:25:57 +0100 |
mod_storage_(various): Order swapping in 54c8a0cb2996 was backwards
|
Kim Alvefur |
Thu, 21 May 2015 12:09:47 +0200 |
mod_storage_gdbm: Reorganize (vacuum) databases on module unload
|
Kim Alvefur |
Tue, 19 May 2015 23:30:39 +0200 |
mod_storage_gdbm: Fix typo in unused field on store instance
|
Kim Alvefur |
Tue, 19 May 2015 22:15:53 +0200 |
mod_storage_(archive-capable): Change order of arguments to :append to be the same as return values from :find iterator (see prosody 41725f3df3cc)
|
Kim Alvefur |
Tue, 19 May 2015 18:34:08 +0200 |
mod_storage_gdbm: Cleanup [luacheck]
|
Kim Alvefur |
Tue, 07 Apr 2015 17:35:37 +0200 |
mod_storage_gdbm: Fix name of empty table
|
Kim Alvefur |
Wed, 25 Mar 2015 17:52:31 +0100 |
mod_storage_gdbm: Add purge action
|
Kim Alvefur |
Wed, 25 Mar 2015 17:45:53 +0100 |
mod_storage_gdbm: Add user iterator
|
Kim Alvefur |
Wed, 25 Mar 2015 17:45:17 +0100 |
mod_storage_gdbm: Prefix archive item keys with username to prevent collisions
|
Kim Alvefur |
Wed, 25 Mar 2015 17:44:03 +0100 |
mod_storage_gdbm: Update archive metadata only if data write succeeds
|
Kim Alvefur |
Wed, 25 Mar 2015 17:41:13 +0100 |
mod_storage_gdbm: Make write operation delete data when passed 'nil' as value instead of storing a literal "nil" string
|
Kim Alvefur |
Wed, 25 Mar 2015 17:39:29 +0100 |
mod_storage_gdbm: Minor reorganization, more locals
|
Kim Alvefur |
Wed, 25 Mar 2015 17:37:52 +0100 |
mod_storage_gdbm: Fix traceback if query is nil or no metadata exists
|
Kim Alvefur |
Wed, 25 Mar 2015 17:29:54 +0100 |
mod_storage_gdbm: Fix comparison of 'end'
|
Kim Alvefur |
Sun, 08 Feb 2015 17:05:21 +0100 |