| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | util.async: waiter: Remove restriction about wait() being called before done() | Matthew Wild | 2013-08-12 | 1 | -4/+5 |
* | | | util.async: runner: Fix check for new state to recognise transition to 'waiting' | Matthew Wild | 2013-08-12 | 1 | -1/+1 |
* | | | util.async: Make functions local | Matthew Wild | 2013-08-12 | 1 | -2/+2 |
* | | | util.async: New library to provide support around coroutine-based non-blockin... | Matthew Wild | 2013-08-11 | 1 | -0/+115 |
* | | | util.debug: Fix level of locals when inspecting a coroutine | Matthew Wild | 2013-08-11 | 1 | -4/+6 |
* | | | util.debug: Further fix to display locals in extended tracebacks | Matthew Wild | 2013-08-10 | 1 | -4/+6 |
* | | | util.debug: Fixes to make coroutine tracebacks work properly | Matthew Wild | 2013-08-10 | 1 | -8/+10 |
* | | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 31 | -130/+130 |
* | | | util.events: Remove varargs, event handlers can now only accept a single para... | Matthew Wild | 2013-07-15 | 1 | -3/+3 |
* | | | util.sql: Do lazy fetching of affected/rowcount | Kim Alvefur | 2013-07-12 | 1 | -3/+3 |
* | | | Backed out changeset 3c57c2281087 | Kim Alvefur | 2013-07-12 | 1 | -1/+2 |
* | | | util.sql: Don't fetch row count of result sets for queries that don't have re... | Kim Alvefur | 2013-07-12 | 1 | -2/+1 |
* | | | util.sql: Set charset and collation for MySQL when creating tables | Kim Alvefur | 2013-07-11 | 1 | -0/+2 |
* | | | Merge the merge | Matthew Wild | 2013-06-13 | 2 | -0/+26 |
|\ \ \ |
|
| * | | | util.sasl.external: Add SASL EXTERNAL mechanism | Kim Alvefur | 2013-06-13 | 2 | -0/+26 |
* | | | | Merge 0.9->trunk | Matthew Wild | 2013-06-13 | 1 | -1/+5 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | util.dataforms: Return nil for empty list-mutli responses, to be consistent w... | Florian Zeitz | 2013-06-14 | 1 | -1/+5 |
* | | | Merge 0.9->trunk | Matthew Wild | 2013-06-13 | 1 | -0/+3 |
|\| | |
|
| * | | util.pubsub: Check whether node exists, when deleting | Florian Zeitz | 2013-06-12 | 1 | -0/+3 |
* | | | Merge 0.9->trunk | Kim Alvefur | 2013-05-26 | 1 | -1/+1 |
|\| | |
|
| * | | util.pubsub: Fix get_subscriptions to not pass a boolean as node name (thanks... | Kim Alvefur | 2013-05-26 | 1 | -1/+1 |
* | | | util.ip: Fix protocol detection of IPv6 addresses beginning with : | Matthew Wild | 2013-05-18 | 1 | -2/+4 |
* | | | util.ip: Add CIDR notation parsing and matching | Matthew Wild | 2013-05-18 | 1 | -1/+24 |
* | | | Merge 0.9->trunk | Kim Alvefur | 2013-05-18 | 1 | -0/+7 |
|\| | |
|
| * | | util.ip: Convert IPv4 mapped addresses to hex. | Kim Alvefur | 2013-05-18 | 1 | -0/+7 |
* | | | util.ip: Add 'private' method/property to determine whether an IP address is ... | Matthew Wild | 2013-05-17 | 1 | -0/+15 |
* | | | util.ip: Automatically determine protocol of IP address if none specified. Re... | Matthew Wild | 2013-05-17 | 1 | -1/+9 |
* | | | util.iterators: Small fix for variable scoping issue | Matthew Wild | 2013-05-17 | 1 | -1/+1 |
* | | | util.iterators: Add filter() to run results through a filter function | Matthew Wild | 2013-05-17 | 1 | -1/+15 |
* | | | util.iterators: Various fixes and improvements, primarily use pack() where it... | Matthew Wild | 2013-05-17 | 1 | -8/+12 |
|/ / |
|
* | | util.json: New, faster, stricter, more compliant JSON decoder. Now returns ni... | Waqas Hussain | 2013-05-07 | 1 | -192/+155 |
* | | util.array: Wrap tostring() output in {} (otherwise empty arrays print as ""). | Waqas Hussain | 2013-05-07 | 1 | -1/+1 |
* | | util.json: Make setmetatable local. | Waqas Hussain | 2013-05-06 | 1 | -1/+1 |
* | | util.json: Fix variable name typo which broke util.json when util.array was m... | Waqas Hussain | 2013-05-06 | 1 | -1/+1 |
* | | util.json: Optimize long string parsing. | Waqas Hussain | 2013-05-05 | 1 | -5/+5 |
* | | Merge with Florob | Matthew Wild | 2013-05-01 | 1 | -1/+1 |
|\ \ |
|
| * | | util.dataforms: Add support for generating type='fixed' fields | Florian Zeitz | 2013-02-11 | 1 | -1/+1 |
* | | | util.rfc{3484,6724}: Update to RFC 6724 | Florian Zeitz | 2013-04-30 | 2 | -8/+30 |
* | | | util.openssl: Write the distinguished_name part of the config in a consistent... | Kim Alvefur | 2013-04-29 | 1 | -1/+21 |
* | | | util.hashes, util.sasl.scram: Implement SCRAM-SHA1's Hi in C | Florian Zeitz | 2013-04-28 | 1 | -13/+2 |
* | | | util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes | Florian Zeitz | 2013-04-27 | 2 | -60/+6 |
* | | | util.prosodyctl: Initialize storagemanager on the host before initializing us... | Matthew Wild | 2013-04-27 | 1 | -2/+4 |
* | | | util.json: New, improved, fixed codepoint to UTF-8 conversion. | Waqas Hussain | 2013-04-23 | 1 | -26/+11 |
* | | | util.json: Make encode(decode("[]"))=="[]". | Waqas Hussain | 2013-04-23 | 1 | -2/+10 |
* | | | util.adhoc: New util for generating common adhoc handler patterns | Florian Zeitz | 2013-04-23 | 1 | -0/+31 |
* | | | mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting ... | Matthew Wild | 2013-04-18 | 1 | -0/+340 |
* | | | util.http: Refactor and import all necessary functions | Matthew Wild | 2013-04-12 | 1 | -9/+13 |
* | | | util.iterators: Add ripairs() (ipairs() in reverse) (thanks Maranda) | Matthew Wild | 2013-04-12 | 1 | -0/+5 |
* | | | util.httpstream: Unused, remove | Matthew Wild | 2013-04-11 | 1 | -134/+0 |
* | | | net.http, util.http: Move definitions of urlencode/decode and formencode/deco... | Matthew Wild | 2013-04-11 | 1 | -0/+45 |