index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
datamanager.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
util.datamanager: Support iterating over any file extension
Kim Alvefur
2021-02-07
1
-4
/
+3
*
util.datamanager: Fix not passing variables as format string to logger (thank...
Kim Alvefur
2021-01-16
1
-1
/
+1
*
Merge 0.11->trunk
Kim Alvefur
2020-02-24
1
-1
/
+1
|
\
|
*
util.datamanager: Fix iterating over "users" (thanks marc0s)
Kim Alvefur
2020-02-24
1
-1
/
+1
*
|
util.datamanager: Ignore unused 'errno' variable [luacheck]
Kim Alvefur
2019-12-23
1
-1
/
+2
*
|
Fix various spelling mistakes [codespell]
Kim Alvefur
2019-05-03
1
-1
/
+1
|
/
*
vairious: Add annotation when an empty environment is set [luacheck]
Kim Alvefur
2018-02-28
1
-0
/
+1
*
util.datamanager: Encode the 'store' path component, preserving underscores
Kim Alvefur
2017-10-08
1
-1
/
+8
*
util.datamanager: Use already known index instead of measuring length each it...
Kim Alvefur
2017-04-17
1
-2
/
+2
*
util.datamanager: Log where the error came from
Kim Alvefur
2017-03-28
1
-3
/
+4
*
util.datamanager: Rearrange locals
Kim Alvefur
2017-03-28
1
-3
/
+2
*
util.datamanager: Use pposix.atomic_append
Kim Alvefur
2017-02-28
1
-23
/
+17
*
util.datamanager: Remove check for file non-existence since ENOENT tells us t...
Kim Alvefur
2017-03-22
1
-18
/
+4
*
util.datamanager: Split long line [luacheck]
Kim Alvefur
2017-03-22
1
-1
/
+3
*
util.datamanager: Expose atomic_store as store_raw
Kim Alvefur
2017-03-01
1
-0
/
+1
*
util.datamanager: Use atomic store function when writing the first entry of a...
Kim Alvefur
2017-03-01
1
-4
/
+1
*
util.datamanager: Import value of ENOENT from util.pposix (if available)
Kim Alvefur
2017-03-01
1
-0
/
+1
*
util.datamanager: Ignore ENOENT (no such file) when loading data
Kim Alvefur
2017-03-01
1
-4
/
+13
*
util.datamanager: Shorter pattern
Kim Alvefur
2016-11-20
1
-1
/
+1
*
util.datamanager: Remove extraneous decoding of + to space, which we never ne...
Kim Alvefur
2016-11-20
1
-1
/
+1
*
util.datamanager: Use the 'base' argument to tonumber() to indicate hexadecimal
Kim Alvefur
2016-11-20
1
-1
/
+1
*
util.datamanager: Add annotations to ignore name clashes [luacheck]
Kim Alvefur
2016-09-24
1
-5
/
+5
*
util.datamanager: Rename variables to avoid name clashes [luacheck]
Kim Alvefur
2016-09-24
1
-12
/
+12
*
util.datamanager: Import tostring and type (fix global access)
Kim Alvefur
2016-05-22
1
-0
/
+2
*
util.datamanager: Explicit handling of each error condition (see #632)
Kim Alvefur
2016-02-27
1
-14
/
+16
*
Merge 0.9->0.10
Kim Alvefur
2016-02-25
1
-0
/
+1
|
\
|
*
util.datamanager: Unreference file handle after closing it to prevent trying ...
Kim Alvefur
2016-02-25
1
-0
/
+1
*
|
util.datamanager: Add append to public api
Kim Alvefur
2015-12-11
1
-0
/
+1
*
|
util.datamanager: Return extra location info
Kim Alvefur
2015-12-11
1
-3
/
+3
*
|
util.datamanager: Make sure only strings are passed as data to append()
Kim Alvefur
2015-12-11
1
-0
/
+1
*
|
util.datamanager: Add some comments about the append function
Kim Alvefur
2015-12-11
1
-0
/
+3
*
|
util.datamanager: Handle potential error from :write() call
Kim Alvefur
2015-12-11
1
-3
/
+3
*
|
util.datamanager: Handle potential issues from fallocate
Kim Alvefur
2015-12-11
1
-1
/
+10
*
|
util.datamanager: No shadowing of variable [luacheck]
Kim Alvefur
2015-12-11
1
-1
/
+3
*
|
util.datamanager: Skip past second check if first attemtp to open file succeeds
Kim Alvefur
2015-12-11
1
-3
/
+3
*
|
util.datamanager: In append() collect status when closing file handle as it m...
Kim Alvefur
2015-12-11
1
-3
/
+9
*
|
util.datamanager: Overwrite 'data' variable instead of shadownig it [luacheck]
Kim Alvefur
2015-12-11
1
-1
/
+1
*
|
util.datamanager: Factor out code for appending bytes to a file
Kim Alvefur
2015-12-11
1
-10
/
+18
*
|
util.*: Remove use of module() function, make all module functions local and ...
Kim Alvefur
2015-02-21
1
-16
/
+29
|
/
*
util.datamanager: Fix traceback from trying to purge when storage is empty or...
Kim Alvefur
2015-05-13
1
-1
/
+5
*
util.datamanager: Fix traceback due to %s in log message
Kim Alvefur
2015-04-03
1
-1
/
+1
*
util.datamanager: Check that the global 'prosody' exists before using it (fix...
Kim Alvefur
2015-02-20
1
-1
/
+1
*
util.datamanager: Clear the cache of created directories on storage failure, ...
Matthew Wild
2013-04-07
1
-11
/
+19
*
util.datamanager: expose path decode and encode functions.
Marco Cirillo
2013-04-07
1
-0
/
+2
*
util.datamanager: Don't escape the name of a store
Kim Alvefur
2012-12-16
1
-1
/
+1
*
util.datamanager: Remove unused variable
Kim Alvefur
2012-12-14
1
-1
/
+0
*
util.datamanager: Remove dead code path
Kim Alvefur
2012-12-14
1
-4
/
+1
*
mod_storage_internal, datamanager: Add support for iterating over users with ...
Kim Alvefur
2012-09-21
1
-0
/
+19
*
storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores(...
Kim Alvefur
2012-09-17
1
-21
/
+31
*
util.datamanager: Make the util.pposix dependency optional.
Waqas Hussain
2012-09-12
1
-20
/
+15
[next]