summaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Expand)AuthorAgeFilesLines
...
* [Minor] Fix taskless resolver invocationVsevolod Stakhov2018-09-271-49/+91
* [Minor] actually nameMikhail Galanin2018-09-261-1/+1
* [Minor] Updated doc: rspamd_config:add_on_load() has 3rd parameterMikhail Galanin2018-09-261-3/+3
* [Minor] Another try to load RSA key from base64Vsevolod Stakhov2018-09-241-8/+19
* [Minor] Fix load of the rsa key from base64Vsevolod Stakhov2018-09-241-1/+1
* [Minor] Improve tostring method for MAILTO urlsVsevolod Stakhov2018-09-221-1/+34
* [Minor] Fixed task:set_request_header(), value is 3rd parameterMikhail Galanin2018-09-201-1/+1
* [Feature] Add some recursion protection to lua loggerVsevolod Stakhov2018-09-192-17/+67
* [Minor] Allow stack pos in logger.logx as wellVsevolod Stakhov2018-09-181-3/+13
* [Minor] Accept stack pos when showing debug in logger.debugmVsevolod Stakhov2018-09-181-13/+27
* [Minor] Fixed error reported by ASAN: do not try usins already pop-ed watcherMikhail Galanin2018-09-181-0/+2
* [Minor] Fixes to regexp selectorsVsevolod Stakhov2018-09-171-0/+4
* [Minor] Allow to set custom delimiter for regexp selectorsVsevolod Stakhov2018-09-171-1/+7
* [Project] Implement selectors registration for regular expressionsVsevolod Stakhov2018-09-151-0/+94
* [Minor] Add glob_multi map typeVsevolod Stakhov2018-09-141-0/+17
* [Fix] Deprecate task:inc_dns_req as it is redundantVsevolod Stakhov2018-09-141-1/+7
* [Minor] More places where utext_close is requiredVsevolod Stakhov2018-09-141-0/+1
* [Minor] Another fix to lua_tcp watchersVsevolod Stakhov2018-09-131-25/+6
* [Fix] Fix watchers in lua_tcpVsevolod Stakhov2018-09-132-42/+141
* [Fix] Implement watchers replacement to handle nested callsVsevolod Stakhov2018-09-131-0/+22
* [Fix] Fix more issues with watching of async eventsVsevolod Stakhov2018-09-123-18/+10
* [Fix] Fix another cleanup race conditionVsevolod Stakhov2018-09-121-8/+19
* [Minor] Fix error messageVsevolod Stakhov2018-09-111-2/+2
* [Minor] Add method to init DNS subsystemVsevolod Stakhov2018-09-111-0/+13
* [Minor] Fix type check error messageVsevolod Stakhov2018-09-111-11/+17
* [Minor] rspamd_session_is_destroying -> rspamd_session_blockedMikhail Galanin2018-09-101-2/+2
* Merge branch 'master' into redis-coroutinesMikhail Galanin2018-09-102-8/+8
|\
| * [Fix] Fix crashes on task cleanupVsevolod Stakhov2018-09-103-5/+5
| * [Minor] There is no need to refer task for thread pool/lua_state: it is somet...Mikhail Galanin2018-09-101-5/+5
* | [Minor] Added coroutines to redis APIMikhail Galanin2018-09-101-233/+331
|/
* [Feature] Implement new text tokenizer based on libicuVsevolod Stakhov2018-09-061-1/+10
* [Rework] Rework utf content processing in text partsVsevolod Stakhov2018-09-052-24/+24
* [Minor] timeout in seconds everywhere (as documentation says)Mikhail Galanin2018-09-051-7/+8
* [Minor] Review fixesMikhail Galanin2018-09-031-13/+10
* [Minor] Fixed class namingMikhail Galanin2018-08-311-1/+1
* Merge branch 'master' into coroutines-tcpMikhail Galanin2018-08-311-2/+2
|\
| * [Minor] cbref is initilised with -1 by defaultMikhail Galanin2018-08-301-2/+2
* | [Minor] Added coroutines support for TCP libraryMikhail Galanin2018-08-302-64/+778
|/
* [Minor] check if required parameters are set when calling tcp:request()Mikhail Galanin2018-08-241-2/+9
* Merge pull request #2441 from negram/coroutines-to-finish-periodic-onloadVsevolod Stakhov2018-08-247-102/+142
|\
| * [Minor] no to misleading commentsMikhail Galanin2018-08-241-1/+1
| * [Minor] call periodic, finish and on_load via coroutineMikhail Galanin2018-08-243-63/+76
| * [Minor] Split lua_thread_pool_get on lua_thread_pool_get_for_task/lua_thread_...Mikhail Galanin2018-08-246-39/+66
* | Merge pull request #2439 from negram/parameters-checkVsevolod Stakhov2018-08-231-0/+3
|\ \
| * | [Minor] Parameters check: either config or task should be setMikhail Galanin2018-08-231-0/+3
| |/
* / [Project] Start unicode reworkVsevolod Stakhov2018-08-231-6/+2
|/
* [Minor] Added coroutine support to HTTP moduleMikhail Galanin2018-08-235-27/+123
* [Minor] Move resume/yield methods into appropriate placeMikhail Galanin2018-08-225-119/+182
* [Minor] Better naming: lua_rspamd_dns -> lua_dnsMikhail Galanin2018-08-174-10/+10
* [Minor] Better naming: renamed old module - lua_dns -> lua_dns_resolverMikhail Galanin2018-08-174-20/+20