Log

util/datamanager.lua @ 8093:8d1fd6d34bda

description author age
util.datamanager: Unreference file handle after closing it to prevent trying to close it again (fixes #632) Kim Alvefur 2016-02-25
util.datamanager: Add append to public api Kim Alvefur 2015-12-11
util.datamanager: Return extra location info Kim Alvefur 2015-12-11
util.datamanager: Make sure only strings are passed as data to append() Kim Alvefur 2015-12-11
util.datamanager: Add some comments about the append function Kim Alvefur 2015-12-11
util.datamanager: Handle potential error from :write() call Kim Alvefur 2015-12-11
util.datamanager: Handle potential issues from fallocate Kim Alvefur 2015-12-11
util.datamanager: No shadowing of variable [luacheck] Kim Alvefur 2015-12-11
util.datamanager: Skip past second check if first attemtp to open file succeeds Kim Alvefur 2015-12-11
util.datamanager: In append() collect status when closing file handle as it may fail (eg the implied flush) Kim Alvefur 2015-12-11
util.datamanager: Overwrite 'data' variable instead of shadownig it [luacheck] Kim Alvefur 2015-12-11
util.datamanager: Factor out code for appending bytes to a file Kim Alvefur 2015-12-11
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur 2015-02-21
util.datamanager: Fix traceback from trying to purge when storage is empty or otherwise unaccessible (fixes #496) Kim Alvefur 2015-05-13
util.datamanager: Fix traceback due to %s in log message Kim Alvefur 2015-04-03