aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_xmlrpc.c
Commit message (Collapse)AuthorAgeFilesLines
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-1/+1
|
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-1/+1
|
* Fix xmlrpc lua parsing code.0.5.2Vsevolod Stakhov2012-08-221-5/+3
|
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-221-4/+8
| | | | | | Fixed several memory leaks with modern glib. Fixed memory leak in dkim code. Fixed a problem with static global variables in shared libraries.
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-1/+1
| | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style.
* * Add LRU caching structureVsevolod Stakhov2011-06-101-6/+59
| | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well.
* * Add api for creating XML-rpc callsVsevolod Stakhov2011-06-091-1/+99
|
* * Add lua interface for parsing xmlrpc repliesVsevolod Stakhov2011-06-081-0/+406