| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 0.10->trunk | Matthew Wild | 2016-07-21 | 1 | -0/+1 |
|\ |
|
| * | tests: Adapt test for util.queue to the test framework | Kim Alvefur | 2016-07-20 | 1 | -0/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2016-07-13 | 1 | -0/+1 |
|\| |
|
| * | tests: Add basic test for net.http.parser | Kim Alvefur | 2016-07-12 | 1 | -0/+1 |
* | | tests: Add initial tests for util.async | Matthew Wild | 2016-05-22 | 1 | -0/+1 |
|/ |
|
* | tests: Add basic tests for util.xml and util.xmppstream | Matthew Wild | 2016-03-05 | 1 | -0/+2 |
* | Add tests for util.json | Matthew Wild | 2016-03-04 | 1 | -0/+1 |
* | tests: Add minimal test for util.random that checks that it returns the numbe... | Kim Alvefur | 2016-02-21 | 1 | -0/+1 |
* | tests: Use util.envload to load chunks (fixes #608) | Kim Alvefur | 2016-01-28 | 1 | -6/+5 |
* | tests: Add test for util.uuid (checks that the output format is correct) | Kim Alvefur | 2016-01-10 | 1 | -0/+1 |
* | tests: Correct mistake from latst merge, use the same variable name in all 3 ... | Kim Alvefur | 2016-01-10 | 1 | -2/+2 |
* | tests: Fix merge, modulemanager test was removed | Kim Alvefur | 2016-01-08 | 1 | -1/+0 |
* | Merge 0.9->0.10 | Kim Alvefur | 2016-01-08 | 1 | -2/+6 |
|\ |
|
| * | tests/test.lua: Fix fake module() function to prevent _M from being _G (test.... | Matthew Wild | 2016-01-06 | 1 | -1/+4 |
* | | tests: Add small test for util.throttle | Kim Alvefur | 2015-12-23 | 1 | -0/+1 |
* | | tests: Add tests for util.cache | Matthew Wild | 2015-11-26 | 1 | -0/+1 |
* | | tests: Return status code depending on whether tests passed | Matthew Wild | 2015-09-04 | 1 | -1/+6 |
* | | Merge 0.9->0.10 (third time lucky) | Matthew Wild | 2015-03-27 | 1 | -0/+1 |
|\| |
|
| * | tests: Add UTF-8 validity tests | Matthew Wild | 2015-03-23 | 1 | -0/+1 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -9/+9 |
* | | tests: Some much-needed cleanup... | Matthew Wild | 2013-05-18 | 1 | -5/+11 |
|/ |
|
* | util.rfc3484: New util implementing RFC3484 sorting | Florian Zeitz | 2011-10-22 | 1 | -0/+1 |
* | tests/test.lua, tests/test_net_http.lua: Tests for net.http's url and form en... | Matthew Wild | 2011-08-10 | 1 | -0/+2 |
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -1/+1 |
* | tests: Added tests for util.sasl.scram.Hi(). | Waqas Hussain | 2010-07-26 | 1 | -0/+1 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
* | | tests/test.lua: Changes to environment handling of tests, and replace module(... | Matthew Wild | 2009-11-27 | 1 | -6/+9 |
* | | tests/test.lua: Print the current test being run if verbosity sufficient | Matthew Wild | 2009-11-27 | 1 | -0/+3 |
|/ |
|
* | tests: More environment magic to help get stuff working in a sandbox | Matthew Wild | 2009-10-17 | 1 | -5/+8 |
* | tests: Have fake module() set _M to satisfy some modules | Matthew Wild | 2009-10-16 | 1 | -1/+1 |
* | tests: Add tests for new modulemanager load_modules_for_host code | Matthew Wild | 2009-10-16 | 1 | -0/+1 |
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | Fixed tests/test.lua to work on Windows | Waqas Hussain | 2009-02-13 | 1 | -2/+7 |
* | Small fix to change verbosity level of subtests | Matthew Wild | 2009-02-11 | 1 | -1/+1 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
* | Add test for previous commit | Matthew Wild | 2009-01-09 | 1 | -1/+2 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | Add hostmanager, and eventmanager | Matthew Wild | 2008-12-06 | 1 | -2/+23 |
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
* | Add test for latin1toutf8 (which passes) | Matthew Wild | 2008-11-30 | 1 | -0/+40 |
* | Also look for binary modules in the parent directory when running tests | Matthew Wild | 2008-11-29 | 1 | -0/+1 |
* | Update test.lua with a work-in-progress | Matthew Wild | 2008-11-21 | 1 | -3/+3 |
* | Update unit testing to output coverage reports | Matthew Wild | 2008-11-20 | 1 | -6/+61 |
* | We have SRV resolving \o/ | Matthew Wild | 2008-11-18 | 1 | -0/+1 |
* | Warn when subtest function does not exist | Matthew Wild | 2008-11-15 | 1 | -0/+1 |
* | Some fixes for our test runner | Matthew Wild | 2008-11-15 | 1 | -4/+24 |