summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_dns.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove duplicated resolving functions from task.Vsevolod Stakhov2013-11-191-1/+17
|
* Store IP addresses properly in lua.Vsevolod Stakhov2013-11-171-4/+13
|
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-2/+2
|
* Fix to_resolve field filling in lua dns resolver.Vsevolod Stakhov2012-11-301-0/+1
|
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-221-10/+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 DNS resolver lua bindings.Vsevolod Stakhov2012-08-131-0/+292
Make lua http library working without task object. Fix a problem with resolver in lua_worker. Added some utility functions to lua api.