Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Matthew Wild | 2016-01-06 | 1 | -1/+4 |
| | | | | | | | | (test.lua's environment), which caused modules to break the sandbox when they set _M.* | ||||
* | | 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 ↵ | Matthew Wild | 2011-08-10 | 1 | -0/+2 |
| | | | | encoding/decoding functions | ||||
* | 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 ↵ | Matthew Wild | 2009-11-27 | 1 | -6/+9 |
| | | | | | | | | module() with dummy function that doesn't alter the current environment | ||||
* | | 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 |
| | |||||
* | Adding initial unit testing scripts | Matthew Wild | 2008-09-27 | 1 | -0/+64 |