aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_mempool.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow to check mempool on any position in the stack.Vsevolod Stakhov2015-03-171-13/+9
|
* Use modules preload for lua.Vsevolod Stakhov2014-08-251-5/+12
|
* Rework lua function names to avoid ambiguity.Vsevolod Stakhov2014-08-171-10/+10
|
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-24/+29
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-29/+24
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-24/+29
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-11/+11
|
* Do not destroy memory pools in lua automatically.Vsevolod Stakhov2013-11-201-1/+1
|
* 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