aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | util.sql: Return failure if set_encoding() failsMatthew Wild2015-07-081-1/+4
| * | util.sql: Use appropriate collation for the chosen character set - fixes MySQ...Matthew Wild2015-07-081-1/+1
| * | util.sql: Create table with same charset as the charset we selected for our c...Matthew Wild2015-07-081-1/+1
| * | util.sql: Allow onconnect callback to fail connection to the DB by returning ...Matthew Wild2015-07-071-1/+4
* | | Merge 0.10->trunkKim Alvefur2015-07-051-0/+4
|\| |
| * | util.sql: Call onconnect, provide noop dummy if not setKim Alvefur2015-07-021-0/+4
* | | Merge 0.10->trunkKim Alvefur2015-06-252-103/+16
|\| |
| * | util.sql: Remove built-in engine caching. This is the wrong layer to do this,...Matthew Wild2015-06-031-8/+3
| * | util.sql: Expose db2uri helper functionMatthew Wild2015-06-031-1/+1
| * | util.sql: Rename some variable to match conventionsMatthew Wild2015-06-031-6/+6
| * | util.queue: Allow optional wrap-around when pushing, overwriting oldest unrea...Matthew Wild2015-06-031-2/+7
| * | util.sql: Remove unused functions and unused commented codeMatthew Wild2015-05-301-87/+0
* | | Merge 0.10->trunkKim Alvefur2015-05-192-0/+80
|\| |
| * | util.interpolation: A template engine for textKim Alvefur2015-05-191-0/+77
| * | util.x509: Tell LuaSec we want UTF-8 dataKim Alvefur2015-05-181-0/+3
* | | Merge 0.10->trunkKim Alvefur2015-05-131-1/+5
|\| |
| * | Merge 0.9->0.10Kim Alvefur2015-05-131-1/+5
| |\|
| | * util.datamanager: Fix traceback from trying to purge when storage is empty or...Kim Alvefur2015-05-131-1/+5
* | | Merge 0.10->trunkMatthew Wild2015-05-136-13/+68
|\| |
| * | util.queue: Small fast FIFO/ringbuffer/queue libraryMatthew Wild2015-05-131-0/+54
| * | util.set: Rename method argument to avoid name clash [luacheck]Matthew Wild2015-05-061-3/+3
| * | util.set: Add luacheck annotation for methods not referencing 'self'Matthew Wild2015-05-061-0/+3
| * | util.set: Remove unnecessary local declaration, arguments are already locals ...Matthew Wild2015-05-061-1/+1
| * | util.dataforms: Rename unused loop counter to '_' [luacheck]Matthew Wild2015-05-061-1/+1
| * | util.sslconfig: Rename variable to avoid name clash [luacheck]Matthew Wild2015-05-061-4/+4
| * | util.serialization: Remove unused imports of error() and loadstring() [luacheck]Matthew Wild2015-05-061-2/+0
| * | util.xml: Remove unused parameter (thanks, luacheck)Matthew Wild2015-05-061-1/+1
| * | util.dataforms: Remove unused import of pairs() (thanks luacheck)Matthew Wild2015-05-061-1/+1
* | | Merge 0.10->trunkMatthew Wild2015-05-062-0/+5
|\| |
| * | MergeMatthew Wild2015-05-063-4/+5
| |\ \
| * | | util.events: Add get_handlers() methodMatthew Wild2015-05-061-0/+4
| * | | portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, userm...Matthew Wild2015-05-061-0/+1
* | | | Merge 0.10->trunkKim Alvefur2015-05-052-3/+4
|\ \ \ \ | | |/ / | |/| |
| * | | util.statistics: Collect duration sample even if run fewer times than the sam...Kim Alvefur2015-05-051-2/+2
| * | | util.events: Add local reference to table.remove (fixes traceback)Kim Alvefur2015-05-051-1/+2
* | | | Merge 0.10->trunkKim Alvefur2015-05-032-2/+68
|\| | |
| * | | Merge 0.9->0.10Kim Alvefur2015-05-031-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * util.datamanager: Fix traceback due to %s in log messageKim Alvefur2015-04-031-1/+1
| * | util.events: Change from nil to false to indicate adding a global wrapperMatthew Wild2015-04-281-2/+2
| * | util.events: Add support for event wrappers, functions which can wrap the cal...Matthew Wild2015-04-281-1/+67
* | | Merge 0.10->trunkMatthew Wild2015-03-241-0/+34
|\| |
| * | util.mercurial: Utility functions for Mercurial repositoriesKim Alvefur2015-01-211-0/+34
* | | Merge 0.10->trunkMatthew Wild2015-02-241-1/+1
|\| |
| * | Merge 0.9->0.10Kim Alvefur2015-02-211-1/+1
| |\|
| | * util.datamanager: Check that the global 'prosody' exists before using it (fix...Kim Alvefur2015-02-201-1/+1
* | | Merge 0.10->trunkMatthew Wild2015-01-311-1/+1
|\| |
| * | util.statistics: Return 0 as percentile if data out of rangeMatthew Wild2015-01-301-1/+1
* | | Merge 0.10->trunkMatthew Wild2015-01-212-7/+173
|\| |
| * | statsmanager, util.statistics: API changes, remove debuggingMatthew Wild2015-01-211-24/+53
| * | util.statistics: New library for gathering various kinds of statisticsMatthew Wild2015-01-201-0/+131