aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_session.c
Commit message (Collapse)AuthorAgeFilesLines
* 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