aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-3/+3
|
* Fix several potential problems found by static analysis.Vsevolod Stakhov2013-05-241-1/+1
|
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-221-26/+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-2/+2
| | | | | | 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-25/+16
| | | | | | | * 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-0/+384