Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 1 | -25/+25 |
| | |||||
* | [Project] Convert the remaining | Vsevolod Stakhov | 2024-03-05 | 1 | -3/+3 |
| | |||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -159/+155 |
| | | | | No meaningful changes. | ||||
* | [Minor] Fix some more issues | Vsevolod Stakhov | 2020-06-17 | 1 | -3/+2 |
| | |||||
* | [Rework] Replace controller functions by any scanner worker if needed | Vsevolod Stakhov | 2019-11-11 | 1 | -2/+2 |
| | |||||
* | [Rework] Lua core: Use lightuserdata to index classes | Vsevolod Stakhov | 2019-09-16 | 1 | -12/+2 |
| | |||||
* | [Fix] Do not use lightuserdata for traceback | Vsevolod Stakhov | 2019-05-24 | 1 | -3/+1 |
| | | | | | | | | | | LuaJIT limits lightuserdata usage to 47 bits. On Arm64, this leads to break of the C <-> Lua interoperability using this type. This rework has changed traceback function behaviour from lightuserdata opaque pointer (GString * in particular) to luaL_Buffer. Issue: #2906 | ||||
* | [Minor] Fix condition | Vsevolod Stakhov | 2019-05-18 | 1 | -1/+1 |
| | |||||
* | [Minor] Lua_expression: Allow simplier invocation of create function | Vsevolod Stakhov | 2019-05-17 | 1 | -37/+45 |
| | |||||
* | [Rework] Rework expression API | Vsevolod Stakhov | 2019-05-17 | 1 | -52/+152 |
| | |||||
* | [Minor] Use struct to pass parameters to process_atom() functions | Mikhail Galanin | 2018-08-13 | 1 | -22/+34 |
| | |||||
* | [Feature] Add support for Lua API tracing | Vsevolod Stakhov | 2018-08-09 | 1 | -0/+5 |
| | |||||
* | [Rework] Use floating point arithmetics in Rspamd expressions | Vsevolod Stakhov | 2017-09-30 | 1 | -4/+4 |
| | |||||
* | [Feature] Use rspamd specific type checks for userdata | Vsevolod Stakhov | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | [Feature] Add expression:process_traced method | Vsevolod Stakhov | 2016-03-31 | 1 | -0/+43 |
| | |||||
* | Fix leaks in lua error paths | Vsevolod Stakhov | 2016-02-05 | 1 | -4/+8 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -21/+12 |
| | |||||
* | Add method to lua expression to extract all atoms | Vsevolod Stakhov | 2015-10-26 | 1 | -0/+41 |
| | |||||
* | Forgot @module. | Vsevolod Stakhov | 2015-04-09 | 1 | -0/+6 |
| | |||||
* | Use expressions process flags. | Vsevolod Stakhov | 2015-03-28 | 1 | -1/+6 |
| | |||||
* | Fix issues when calling for process atoms. | Vsevolod Stakhov | 2015-03-19 | 1 | -4/+5 |
| | |||||
* | Add lua-expr:process method. | Vsevolod Stakhov | 2015-03-19 | 1 | -0/+22 |
| | |||||
* | Fix more issues in expressions parser. | Vsevolod Stakhov | 2015-03-17 | 1 | -0/+2 |
| | |||||
* | Distinguish between logic and arithmetic ops. | Vsevolod Stakhov | 2015-03-17 | 1 | -3/+3 |
| | |||||
* | Add LUA api for expressions. | Vsevolod Stakhov | 2015-03-17 | 1 | -0/+289 |