aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Expand)AuthorAgeFilesLines
...
* [Feature] Allow HTTPS requests in lua_httpVsevolod Stakhov2016-10-211-7/+33
* [Minor] Fix task-less lua HTTPVsevolod Stakhov2016-10-211-6/+6
* [Fix] Fix periodic events and redisVsevolod Stakhov2016-10-201-1/+2
* [Feature] Add methods to get metric's actions and symbols from LuaVsevolod Stakhov2016-10-201-3/+117
* [Minor] Fix settings of the metric action score from luaVsevolod Stakhov2016-10-181-2/+2
* [Feature] Add periodic events support for lua_configVsevolod Stakhov2016-10-182-1/+129
* Merge pull request #1051 from fatalbanana/dnsVsevolod Stakhov2016-10-181-0/+33
|\
| * [Feature] Support looking up NS records in lua_dnsAndrew Lewis2016-10-181-0/+33
* | Merge pull request #1053 from moisseev/tldVsevolod Stakhov2016-10-182-4/+4
|\ \
| * | [Minor] Fix `get_tld()` functions descriptionsAlexander Moisseev2016-10-182-4/+4
| |/
* / [Feature] Support setting task message from LuaAndrew Lewis2016-10-181-0/+29
|/
* [Feature] Execute on_load scripts with ev_base readyVsevolod Stakhov2016-10-172-0/+41
* [Fix] Remove mentions of deleted includeVsevolod Stakhov2016-10-172-2/+0
* [Minor] Update module documentationVsevolod Stakhov2016-10-171-1/+1
* [Minor] Fix setting of specific ud fieldVsevolod Stakhov2016-10-171-0/+1
* [Rework] Make lua_redis task agnosticVsevolod Stakhov2016-10-174-246/+264
* [Rework] More cleanup actionsVsevolod Stakhov2016-10-171-1/+0
* [Rework] Massive removal of legacy codeVsevolod Stakhov2016-10-171-381/+0
* [Rework] Remove outdated and unused lua_session moduleVsevolod Stakhov2016-10-172-347/+0
* [Minor] Correct typoAlexander Moisseev2016-10-171-1/+1
* [Minor] Fix setting of table argumentVsevolod Stakhov2016-10-151-1/+1
* [Feature] Try to improve normalization function for bayesVsevolod Stakhov2016-10-151-0/+28
* [Minor] Add function to get neural net layersVsevolod Stakhov2016-10-151-0/+37
* [Minor] Fix stupid mistakes in string compare functionsVsevolod Stakhov2016-10-141-2/+2
* [Feature] Allow getting task UID from LuaAndrew Lewis2016-10-111-0/+21
* [Minor] Add method to get MSE for ANNVsevolod Stakhov2016-10-101-0/+26
* [Fix] Slightly fix ANN routinesVsevolod Stakhov2016-10-101-6/+8
* [Minor] Fix compression size setVsevolod Stakhov2016-10-101-1/+1
* [Feature] Use length based arguments for redis, allow lua_text as argVsevolod Stakhov2016-10-101-22/+64
* [Feature] Add ZSTD compression to Lua APIVsevolod Stakhov2016-10-101-0/+140
* [Minor] Add method to get classifier options from LuaVsevolod Stakhov2016-10-091-0/+25
* [Minor] Allow to create fann from table of layersVsevolod Stakhov2016-10-081-2/+11
* [Feature] Add mmap support to lua_textVsevolod Stakhov2016-10-087-27/+44
* [Feature] Add neural net serialization/deserializationVsevolod Stakhov2016-10-081-3/+139
* [Rework] Remove legacy code never used for classifiersVsevolod Stakhov2016-10-062-202/+0
* [Minor] Use lua_createtable when size is knownVsevolod Stakhov2016-10-055-17/+26
* [Feature] Store `for` in task:get_received_headersVsevolod Stakhov2016-10-041-3/+8
* [Fix] One more attempt to fix lua_redisVsevolod Stakhov2016-10-041-17/+13
* [Fix] Fix interaction with lua GC to avoid crachesVsevolod Stakhov2016-10-041-17/+21
* [Minor] Try to deal with errors in lua_redisVsevolod Stakhov2016-09-301-7/+15
* [Minor] Try to fix some memory inconsistenciesVsevolod Stakhov2016-09-301-0/+1
* [Feature] Stop using of GLists for headers, improve performanceVsevolod Stakhov2016-09-283-36/+23
* [Minor] Allow to parse GString memory pool varsVsevolod Stakhov2016-09-231-0/+6
* [Feature] Try to guess line endings when folding headersVsevolod Stakhov2016-09-221-1/+2
* [Feature] Add ffi friendly version of process_regexp functionVsevolod Stakhov2016-09-221-1/+1
* [Minor] Allow port-less connections for lua_tcpVsevolod Stakhov2016-09-201-2/+9
* [Minor] Some fixes to lua_tcp moduleVsevolod Stakhov2016-09-171-17/+14
* [Minor] Allow to set timeout for a connectionVsevolod Stakhov2016-09-171-6/+28
* [Minor] Use byte array not gstring for input bufferVsevolod Stakhov2016-09-171-10/+11
* [Feature] Rework lua tcp moduleVsevolod Stakhov2016-09-171-19/+121