aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_mempool.c
Commit message (Collapse)AuthorAgeFilesLines
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-2/+2
|
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-221-8/+0
| | | | | | Fixed several memory leaks with modern glib. Fixed memory leak in dkim code. Fixed a problem with static global variables in shared libraries.
* * Add lua worker type and lua worker bindings.Vsevolod Stakhov2012-07-261-0/+2
| | | | | | | * Add lua utility library for basic utils. * Fixes lua_buffer code. Fix lua loading error. Added some other lua utility functions.
* * Add async_session and memory pool objects lua bindings.Vsevolod Stakhov2012-07-091-0/+243