aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_session.c
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Use rspamd specific type checks for userdataVsevolod Stakhov2016-05-051-2/+2
|
* Erm, fix warningVsevolod Stakhov2016-02-051-1/+1
|
* Fix leaks in lua error pathsVsevolod Stakhov2016-02-051-2/+9
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-20/+12
|
* Refactor events API.Vsevolod Stakhov2015-05-261-4/+4
|
* Fix lua session.Vsevolod Stakhov2015-05-261-31/+43
|
* Allow to check mempool on any position in the stack.Vsevolod Stakhov2015-03-171-1/+1
|
* Use modules preload for lua.Vsevolod Stakhov2014-08-251-6/+12
|
* Rework lua function names to avoid ambiguity.Vsevolod Stakhov2014-08-171-6/+6
|
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-33/+46
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-46/+33
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-33/+46
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-3/+3
|
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-3/+3
|
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-221-34/+2
| | | | | | Fixed several memory leaks with modern glib. Fixed memory leak in dkim code. Fixed a problem with static global variables in shared libraries.
* * Add DNS resolver lua bindings.Vsevolod Stakhov2012-08-131-4/+6
| | | | | | Make lua http library working without task object. Fix a problem with resolver in lua_worker. Added some utility functions to lua api.
* * Add lua worker type and lua worker bindings.Vsevolod Stakhov2012-07-261-0/+4
| | | | | | | * Add lua utility library for basic utils. * Fixes lua_buffer code. Fix lua loading error. Added some other lua utility functions.
* * Add lua_buffer bindings to async buffered rspamd API.Vsevolod Stakhov2012-07-241-1/+3
|
* * Add async_session and memory pool objects lua bindings.Vsevolod Stakhov2012-07-091-0/+340