summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_http.c
Commit message (Collapse)AuthorAgeFilesLines
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-211-1/+1
| | | | Fix problems found by static analyzing.
* Fix connecting to xmlrpc server.Vsevolod Stakhov2011-06-101-5/+2
|
* * Add LRU caching structureVsevolod Stakhov2011-06-101-5/+18
| | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well.
* * Add lua http support that makes it easy to send GET and POST request to ↵Vsevolod Stakhov2011-06-091-0/+443
HTTP servers from lua code