Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 1 | -23/+23 |
| | |||||
* | [Rework] Remove some of the GLib types in lieu of standard ones | Vsevolod Stakhov | 2024-03-18 | 1 | -5/+5 |
| | | | | This types have constant conflicts with the system ones especially on OSX. | ||||
* | [Project] Convert the remaining | Vsevolod Stakhov | 2024-03-05 | 1 | -6/+6 |
| | |||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -111/+107 |
| | | | | No meaningful changes. | ||||
* | [Rework] Lua core: Use lightuserdata to index classes | Vsevolod Stakhov | 2019-09-16 | 1 | -20/+2 |
| | |||||
* | [Feature] Add support for Lua API tracing | Vsevolod Stakhov | 2018-08-09 | 1 | -0/+4 |
| | |||||
* | [Minor] Return result from sqlite queries | Vsevolod Stakhov | 2018-02-22 | 1 | -4/+11 |
| | |||||
* | [Minor] Use unsigned values when reading data from sqlite | Vsevolod Stakhov | 2018-02-21 | 1 | -2/+3 |
| | |||||
* | [Fix] Fix various issues related to Lua stack manipulation | Vsevolod Stakhov | 2017-03-27 | 1 | -2/+4 |
| | | | | Issue: #841 | ||||
* | [Minor] Fix various style issues | Vsevolod Stakhov | 2017-03-23 | 1 | -1/+0 |
| | |||||
* | [Feature] Allow versioning for sqlite databases | Vsevolod Stakhov | 2016-05-23 | 1 | -1/+1 |
| | |||||
* | [Feature] Use rspamd specific type checks for userdata | Vsevolod Stakhov | 2016-05-05 | 1 | -2/+2 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -22/+12 |
| | |||||
* | Store int64 as strings | Vsevolod Stakhov | 2016-01-25 | 1 | -2/+9 |
| | | | | There are no 64 bits integers in lua, so store them as strings | ||||
* | Add lua_sqlite3 unit tests | Vsevolod Stakhov | 2016-01-25 | 1 | -3/+3 |
| | |||||
* | Fix locking issues with sqlite | Vsevolod Stakhov | 2016-01-25 | 1 | -0/+2 |
| | |||||
* | Fix more issues | Vsevolod Stakhov | 2016-01-25 | 1 | -1/+7 |
| | |||||
* | Fix sqlite3 API initialization | Vsevolod Stakhov | 2016-01-25 | 1 | -2/+2 |
| | |||||
* | Add lua sqlite3 module | Vsevolod Stakhov | 2016-01-25 | 1 | -0/+383 |