Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Fix gc in lua tests | Vsevolod Stakhov | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | [Minor] Allow to tune GC related options | Vsevolod Stakhov | 2019-05-10 | 1 | -0/+1 |
| | |||||
* | [Minor] Wipe memory in rspamadm | Vsevolod Stakhov | 2019-05-01 | 1 | -1/+1 |
| | |||||
* | [Feature] Preprocess config files using jinja templates | Vsevolod Stakhov | 2019-03-27 | 1 | -1/+1 |
| | |||||
* | [Rework] Change lua global variables registration | Vsevolod Stakhov | 2019-03-26 | 1 | -1/+2 |
| | |||||
* | [Test] Pass test-case patten into test engine | Mikhail Galanin | 2018-09-20 | 1 | -0/+6 |
| | | | | | | | | | So that now we can set which test cases should be runned: $ ./test/rspamd-test -p /rspamd/lua -t selectors.lua -c "case .* rcpts" $ ./test/rspamd-test -p /rspamd/lua -c "case 1st rcpts" -c accepts Lua-pattern | ||||
* | [Test] Added key to run specifig lua-test | Mikhail Galanin | 2018-09-19 | 1 | -1/+21 |
| | | | | | | | example: $ ./test/rspamd-test -p /rspamd/lua -t selectors.lua no way to run two test suites atm | ||||
* | [Rework] Propagate ucl variables from the command line | Vsevolod Stakhov | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | [Test] Properly set lua paths for tests | Vsevolod Stakhov | 2016-04-28 | 1 | -0/+1 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -20/+12 |
| | |||||
* | Remove unused attribute from rspamd_lua_init | Vsevolod Stakhov | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | Reorganize includes to reduce namespace pollution. | Vsevolod Stakhov | 2015-10-08 | 1 | -0/+5 |
| | |||||
* | Rename main.h and main.c to `rspamd.X` | Vsevolod Stakhov | 2015-09-22 | 1 | -1/+1 |
| | |||||
* | Use portable macro to get global variable. | Vsevolod Stakhov | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | Rework lua tests one more time. | Vsevolod Stakhov | 2015-02-28 | 1 | -23/+64 |
| | |||||
* | Rework lua tests structure, require external busted. | Vsevolod Stakhov | 2015-02-27 | 1 | -36/+32 |
| | |||||
* | Reorganize lua tests. | Vsevolod Stakhov | 2015-02-27 | 1 | -0/+10 |
| | |||||
* | Add lua test framework. | Vsevolod Stakhov | 2015-02-27 | 1 | -0/+75 |