aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Refactor html.h.Vsevolod Stakhov2015-07-154-197/+195
|
* Rework R_PARTS_DIFFER rule.Vsevolod Stakhov2015-07-151-1/+17
|
* Allow to get different types of memory pool variables.Vsevolod Stakhov2015-07-151-0/+31
|
* Add util.tanh lua utility.Vsevolod Stakhov2015-07-151-0/+18
|
* Move distance calculation to message parsing.Vsevolod Stakhov2015-07-142-133/+97
|
* Implement levenshtein distance for words.Vsevolod Stakhov2015-07-141-4/+41
|
* Disable signatures detection as it breaks stuff.Vsevolod Stakhov2015-07-141-1/+1
|
* Fix dereference of NULL pointer.Vsevolod Stakhov2015-07-141-2/+2
|
* Start removing of old fuzzy algorithm.Vsevolod Stakhov2015-07-145-24/+31
|
* Implement skipping of signatures in text messages.Vsevolod Stakhov2015-07-145-18/+48
|
* Rework ip_score plugin to support ASN, country and ipnet.Vsevolod Stakhov2015-07-141-76/+53
|
* Minor fixes in lua.Vsevolod Stakhov2015-07-142-2/+2
|
* Do not treat classify error as fatal error.Vsevolod Stakhov2015-07-142-2/+3
|
* Fix unit test building and starting.Vsevolod Stakhov2015-07-142-2/+4
|
* Fix splitting in case of bogus regexp.Vsevolod Stakhov2015-07-142-0/+6
|
* Rename memory pool functions.Vsevolod Stakhov2015-07-141-18/+18
|
* Fix some more issues found after mime rework.Vsevolod Stakhov2015-07-141-8/+8
|
* Add ASN, country and ipnet lookups.Vsevolod Stakhov2015-07-141-30/+166
|
* Avoid dependency on ARCH dep header.Vsevolod Stakhov2015-07-141-1/+1
|
* Fix received headers parsing.Vsevolod Stakhov2015-07-141-1/+1
|
* GList -> GPtrArray for partsVsevolod Stakhov2015-07-141-5/+3
|
* Rework parts and task structure:Vsevolod Stakhov2015-07-1315-363/+273
| | | | | | | | | - Now text_parts, parts and received are arrays - Pre-allocate arrays with some reasonable defaults - Use arrays instead of lists in plugins and checks - Remove unused fields from task structure - Rework mime_foreach callback function - Remove deprecated scan_milliseconds field
* Remove legacy checks.Vsevolod Stakhov2015-07-131-19/+15
|
* Add url encoded tests.Vsevolod Stakhov2015-07-111-0/+8
|
* Allow query parameters for files.Vsevolod Stakhov2015-07-112-1/+30
|
* Add a simple functional test for scanning a file.Vsevolod Stakhov2015-07-102-0/+36
|
* Fix issues on learning files.Vsevolod Stakhov2015-07-102-8/+8
|
* Allow scanning local files in rspamd.Vsevolod Stakhov2015-07-104-34/+97
|
* Parse incoming request url.Vsevolod Stakhov2015-07-102-22/+43
|
* Finally fix an issue with data isolation in sqlite.Vsevolod Stakhov2015-07-102-0/+11
|
* Fix some minor issues with sqlite3.Vsevolod Stakhov2015-07-101-1/+15
|
* Remove google DNS from tests.Vsevolod Stakhov2015-07-103-9/+0
|
* Save log files on test errors completely.Vsevolod Stakhov2015-07-101-0/+7
|
* Rework sqlite3 cache.Vsevolod Stakhov2015-07-102-94/+130
|
* More fixes to sqlite3 locking.Vsevolod Stakhov2015-07-102-5/+20
|
* Unify sqlite open and create function.Vsevolod Stakhov2015-07-103-135/+168
|
* Move sqlite3 utils to a separate module.Vsevolod Stakhov2015-07-104-169/+296
|
* Quote strings in pragmas.Vsevolod Stakhov2015-07-102-4/+4
|
* Add finalize process operation.Vsevolod Stakhov2015-07-105-7/+122
| | | | We could use sqlite transaction for reading as well.
* Add additional check on open.Vsevolod Stakhov2015-07-091-0/+7
| | | | Issue: #331
* Try to do something about sqlite locking.Vsevolod Stakhov2015-07-091-3/+8
|
* Try to fix sqlite3 blocking.Vsevolod Stakhov2015-07-091-12/+43
| | | | Issue: #331
* Use standard functions definitions.Vsevolod Stakhov2015-07-092-16/+8
|
* Fix issues in the tests.Vsevolod Stakhov2015-07-0910-42/+41
|
* Adopt build system for new tests.Vsevolod Stakhov2015-07-094-9/+9
|
* Remove bats tests.Vsevolod Stakhov2015-07-092-277/+0
|
* Remove bats tests.Vsevolod Stakhov2015-07-096-780/+0
|
* New functional tests approach.Vsevolod Stakhov2015-07-0919-44/+4674
|
* Skip missing statfiles on classifying.Vsevolod Stakhov2015-07-091-7/+16
|
* Move statistics initialization to start of workers.Vsevolod Stakhov2015-07-094-2/+3
|