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
/
cache.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
util.cache: Call on-eviction callback when shrinking
Kim Alvefur
2017-11-18
1
-1
/
+6
*
util.cache: Add a method to resize the cache
Kim Alvefur
2017-11-18
1
-0
/
+14
*
util.cache: Add method for removing all data (does not call eviction callback)
Kim Alvefur
2017-11-07
1
-0
/
+7
*
util.cache: Ignore unused argument [luacheck]
Kim Alvefur
2016-10-18
1
-0
/
+1
*
util.cache: Add support for creating a proxy table to a cache, that looks and...
Matthew Wild
2016-05-22
1
-0
/
+22
*
util.cache: Add method for iterating over values
Kim Alvefur
2016-04-15
1
-0
/
+12
*
util.cache: Change behaviour of on_evict (and tests). Now accepts false inste...
Matthew Wild
2016-03-17
1
-5
/
+5
*
util.cache: Add head() and tail() methods (and tests)
Matthew Wild
2016-03-17
1
-0
/
+12
*
util.cache (and tests): Call on_evict after insertion of the new key, so insi...
Matthew Wild
2015-12-22
1
-5
/
+6
*
util.cache: Small update to prefix private fields with an underscore, add a :...
Matthew Wild
2015-11-26
1
-32
/
+43
*
util.cache: Make sure cache size is specified as an integer
Kim Alvefur
2015-11-25
1
-0
/
+2
*
util.cache: Ordered key->value data structure, with size limit (same as pubsub)
Matthew Wild
2015-11-24
1
-0
/
+91