Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | [Feature] Implement new text tokenizer based on libicu | Vsevolod Stakhov | 2018-09-06 | 6 | -221/+258 | |
| | | | ||||||
| * | | [Minor] Add UText wrapper for stripped content | Vsevolod Stakhov | 2018-09-06 | 2 | -1/+16 | |
| | | | ||||||
| * | | Merge pull request #2463 from negram/misprint | Vsevolod Stakhov | 2018-09-06 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | [Minor] Misprint | |||||
| | * | | [Minor] Misprint | Mikhail Galanin | 2018-09-06 | 1 | -1/+1 | |
| | |/ | ||||||
| * / | [Minor] Add signing symbols to the corresponding groups | Vsevolod Stakhov | 2018-09-06 | 2 | -2/+4 | |
| |/ | ||||||
| * | [Minor] Sigh, fix non-empty parts this time | Vsevolod Stakhov | 2018-09-05 | 1 | -3/+2 | |
| | | ||||||
| * | [Minor] Fix processing of empty parts | Vsevolod Stakhov | 2018-09-05 | 1 | -16/+23 | |
| | | ||||||
| * | [Rework] Rework utf content processing in text parts | Vsevolod Stakhov | 2018-09-05 | 16 | -215/+264 | |
| | | | | | | | | | | | | - Store unicode in UTF parts - Store unicode for HTML parts - Rename struct fields and split them into unicode/utf components | |||||
* | | [Minor] Reworked other parts of rspamadm to handle asynchronous events | Mikhail Galanin | 2018-09-06 | 9 | -90/+67 | |
| | | ||||||
* | | [Minor] Added coroutines and async events support to rspamadm commands | Mikhail Galanin | 2018-09-05 | 3 | -86/+182 | |
|/ | ||||||
* | Merge pull request #2451 from negram/coroutines-tcp | Vsevolod Stakhov | 2018-09-05 | 2 | -67/+779 | |
|\ | | | | | Coroutines tcp | |||||
| * | [Minor] timeout in seconds everywhere (as documentation says) | Mikhail Galanin | 2018-09-05 | 1 | -7/+8 | |
| | | ||||||
| * | [Minor] Review fixes | Mikhail Galanin | 2018-09-03 | 1 | -13/+10 | |
| | | ||||||
| * | [Minor] Fixed class naming | Mikhail Galanin | 2018-08-31 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' into coroutines-tcp | Mikhail Galanin | 2018-08-31 | 12 | -32/+60 | |
| |\ | ||||||
| * | | [Minor] Added coroutines support for TCP library | Mikhail Galanin | 2018-08-30 | 2 | -64/+778 | |
| | | | ||||||
* | | | [Minor] Fix unsigned clockid_t case | Vsevolod Stakhov | 2018-09-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | [Minor] Fixed HyperScan worker build | Mikhail Galanin | 2018-09-03 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Merge pull request #2450 from negram/log-should-not-be-tied-to-config | Vsevolod Stakhov | 2018-08-30 | 11 | -30/+58 | |
|\ \ | | | | | | | [Minor] Log should not depend on config | |||||
| * | | [Minor] Log should not depend on config | Mikhail Galanin | 2018-08-30 | 11 | -30/+58 | |
| | | | | | | | | | | | | When config is being closed, some destructors could be called, and that dtors could write into log. Hence, it is better to terminate config and only then close log. And log should not refer disposed config | |||||
* | | | [Minor] cbref is initilised with -1 by default | Mikhail Galanin | 2018-08-30 | 1 | -2/+2 | |
| |/ |/| | ||||||
* | | [Minor] Fix byte array allocation | Vsevolod Stakhov | 2018-08-29 | 1 | -9/+4 | |
|/ | ||||||
* | [Minor] Support ucontext on osx | Vsevolod Stakhov | 2018-08-26 | 1 | -0/+2 | |
| | ||||||
* | [Minor] Improve virtual ticks obtaining methods | Vsevolod Stakhov | 2018-08-26 | 2 | -5/+26 | |
| | ||||||
* | [Minor] check if required parameters are set when calling tcp:request() | Mikhail Galanin | 2018-08-24 | 1 | -2/+9 | |
| | ||||||
* | [Minor] Fix setting utf raw content | Vsevolod Stakhov | 2018-08-24 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #2441 from negram/coroutines-to-finish-periodic-onload | Vsevolod Stakhov | 2018-08-24 | 9 | -208/+213 | |
|\ | | | | | Coroutines to finish/periodic/onload | |||||
| * | [Minor] no to misleading comments | Mikhail Galanin | 2018-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | [Minor] Reworked clickhouse routines using new API | Mikhail Galanin | 2018-08-24 | 1 | -105/+70 | |
| | | ||||||
| * | [Minor] call periodic, finish and on_load via coroutine | Mikhail Galanin | 2018-08-24 | 4 | -64/+77 | |
| | | ||||||
| * | [Minor] Split lua_thread_pool_get on ↵ | Mikhail Galanin | 2018-08-24 | 6 | -39/+66 | |
| | | | | | | | | lua_thread_pool_get_for_task/lua_thread_pool_get_for_config | |||||
* | | Merge pull request #2439 from negram/parameters-check | Vsevolod Stakhov | 2018-08-23 | 1 | -0/+3 | |
|\ \ | | | | | | | [Minor] Parameters check: either config or task should be set | |||||
| * | | [Minor] Parameters check: either config or task should be set | Mikhail Galanin | 2018-08-23 | 1 | -0/+3 | |
| |/ | ||||||
* | | [Project] Further changes in unicode operations | Vsevolod Stakhov | 2018-08-23 | 5 | -73/+252 | |
| | | | | | | | | | | | | | | * Normalise unicode * Add normality flag for text parts * Store UCS in text parts * Rework unicode conversions and operations | |||||
* | | [Project] Start unicode rework | Vsevolod Stakhov | 2018-08-23 | 7 | -39/+55 | |
|/ | ||||||
* | [Minor] Fix misprint | Vsevolod Stakhov | 2018-08-23 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Implement better support of indexes in adding of headers | Vsevolod Stakhov | 2018-08-23 | 1 | -0/+13 | |
| | ||||||
* | [Minor] Store full order of headers in milter mode | Vsevolod Stakhov | 2018-08-23 | 2 | -35/+67 | |
| | ||||||
* | Merge pull request #2438 from negram/add-coroutine-to-http | Vsevolod Stakhov | 2018-08-23 | 7 | -141/+300 | |
|\ | | | | | Add coroutine to http | |||||
| * | [Minor] Added coroutine support to HTTP module | Mikhail Galanin | 2018-08-23 | 5 | -27/+123 | |
| | | ||||||
| * | [Minor] Move resume/yield methods into appropriate place | Mikhail Galanin | 2018-08-22 | 5 | -119/+182 | |
| | | ||||||
* | | [Feature] Support adding and deletion of recipients in the milter block | Vsevolod Stakhov | 2018-08-23 | 1 | -0/+28 | |
| | | ||||||
* | | [Minor] Allow to disable learn cache | Vsevolod Stakhov | 2018-08-22 | 1 | -7/+13 | |
|/ | ||||||
* | [Minor] Improve charset detection logic | Vsevolod Stakhov | 2018-08-22 | 1 | -1/+7 | |
| | ||||||
* | [Minor] Improve errors logging | Vsevolod Stakhov | 2018-08-21 | 1 | -2/+16 | |
| | ||||||
* | [Minor] Fix selector based ratelimit configuration | Vsevolod Stakhov | 2018-08-21 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Fix entities decoding | Vsevolod Stakhov | 2018-08-21 | 1 | -5/+8 | |
| | ||||||
* | [Minor] Treat as an ordinary space | Vsevolod Stakhov | 2018-08-21 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Support (almost) all html entities | Vsevolod Stakhov | 2018-08-20 | 2 | -274/+2158 | |
| | ||||||
* | [Feature] Use khash in HTML parser | Vsevolod Stakhov | 2018-08-20 | 1 | -143/+128 | |
| |