summaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Collapse)AuthorAgeFilesLines
* Avoid non-portable lua integers.Vsevolod Stakhov2015-06-232-2/+3
|
* Use watching for http sessions.Vsevolod Stakhov2015-06-151-0/+4
|
* Improve dependencies for lua_dns.Vsevolod Stakhov2015-06-131-4/+26
|
* Check DNS resolver return value.Vsevolod Stakhov2015-06-092-4/+12
|
* Add API to register deps from LUA.Vsevolod Stakhov2015-06-071-0/+34
|
* Adopt for the new headers structure.Vsevolod Stakhov2015-06-021-2/+2
|
* Add checkpoint to avoid endless iteration.Vsevolod Stakhov2015-06-021-0/+16
|
* Adopt LUA API.Vsevolod Stakhov2015-06-022-14/+19
|
* Rework task processing.Vsevolod Stakhov2015-06-021-3/+3
|
* Reorganize structure of filter components.Vsevolod Stakhov2015-06-022-0/+2
|
* Fix lua symbols registration.Vsevolod Stakhov2015-05-281-20/+18
|
* Fix registering of composites.Vsevolod Stakhov2015-05-282-4/+4
|
* Adopt LUA API for symbols registration changes.Vsevolod Stakhov2015-05-282-53/+76
|
* Registering symbols now returns their id.Vsevolod Stakhov2015-05-281-15/+30
|
* Refactor and unify function names.Vsevolod Stakhov2015-05-273-8/+8
|
* Adopt lua API.Vsevolod Stakhov2015-05-263-8/+10
|
* Refactor events API.Vsevolod Stakhov2015-05-265-12/+12
|
* Remove threading support at all.Vsevolod Stakhov2015-05-261-1/+1
|
* Fix lua session.Vsevolod Stakhov2015-05-261-31/+43
|
* Fix ownership issues for zero-copy decode.Vsevolod Stakhov2015-05-251-4/+8
|
* Allow __len metamethod on rspamd{text}.Vsevolod Stakhov2015-05-251-0/+1
|
* Add base64 decoding lua utility.Vsevolod Stakhov2015-05-251-0/+59
|
* Allow to split by lua_regexp rspamd{text} objects.Vsevolod Stakhov2015-05-231-8/+37
|
* Allow to specify custom stop pattern for lua_tcp.Vsevolod Stakhov2015-05-211-0/+24
|
* Reverse list of exceptions.Vsevolod Stakhov2015-05-211-0/+4
|
* Add tests for tokenizer bug.Vsevolod Stakhov2015-05-201-1/+1
|
* Add lua bindings to tokenizer.Vsevolod Stakhov2015-05-201-0/+96
|
* Add API to get/set request headers from lua.Vsevolod Stakhov2015-05-201-0/+96
|
* Add lua bindings for base64.Vsevolod Stakhov2015-05-201-0/+56
|
* Allow owning lua_text.Vsevolod Stakhov2015-05-204-1/+21
|
* Add documentation for lua_tcp.Vsevolod Stakhov2015-05-191-0/+46
|
* Fix issues with lua_tcp.Vsevolod Stakhov2015-05-191-5/+4
|
* Add method to detect the full size of message.Vsevolod Stakhov2015-05-191-0/+23
|
* Make hiredis optional dependency.Vsevolod Stakhov2015-05-191-0/+14
|
* Implement IO in lua tcp.Vsevolod Stakhov2015-05-181-0/+161
|
* Add preliminary version of generic LUA TCP requests.Vsevolod Stakhov2015-05-184-1/+407
|
* Fix regexp splitting in lua.Vsevolod Stakhov2015-05-131-0/+11
|
* More workarounds for hiredis.Vsevolod Stakhov2015-05-131-0/+19
|
* Break deadlock in redis timeout logic.Vsevolod Stakhov2015-05-131-2/+10
|
* Fix method name in the documentation.Vsevolod Stakhov2015-05-131-1/+1
|
* One more memory leak in lua_redis.Vsevolod Stakhov2015-05-131-0/+3
|
* Print userdata in format 'class(address)'Vsevolod Stakhov2015-05-131-2/+37
|
* Allow to push raw pointer from the text boxed type.Vsevolod Stakhov2015-05-131-0/+17
|
* Try to load all lua modules ignoring failed ones.Vsevolod Stakhov2015-05-131-3/+3
|
* Fix zero-copy mode in lua_http (double free).Vsevolod Stakhov2015-05-121-0/+2
|
* Fix documentation.Vsevolod Stakhov2015-05-081-12/+2
|
* Add function regexp:set_limitVsevolod Stakhov2015-05-071-0/+47
| | | | | With this function it will be possible to limit the maximum size of text to search using this regexp.
* `get_all_opt` now flattens the content of objectsVsevolod Stakhov2015-05-051-4/+25
| | | | | | | | | | | | | | | | | | | | So now in a configuration with multiple section with the same name, for example: module { param1 = value1; param2 = value2; } module { param2 = value2_1; param3 = value3; } this function will return a single lua table that looks as following: param1 = value1, param2 = value2_1, param3 = value3
* Remove memory leak in lua_redis.Vsevolod Stakhov2015-05-051-10/+18
|
* Allow to get mime part from text part in lua.Vsevolod Stakhov2015-04-291-0/+27
|