summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for mime output.Vsevolod Stakhov2015-08-011-10/+132
* Do not use specific flag.Vsevolod Stakhov2015-08-011-1/+1
* Initial support of processes execution.Vsevolod Stakhov2015-07-311-23/+93
* Allow more flexible client's output.Vsevolod Stakhov2015-07-311-71/+73
* Add 'execute' option.Vsevolod Stakhov2015-07-311-0/+3
* Save input in rspamd client request.Vsevolod Stakhov2015-07-313-14/+42
* Try to handle requests with no body.Vsevolod Stakhov2015-07-311-1/+2
* More fixes to reading of empty messages.Vsevolod Stakhov2015-07-311-4/+7
* Fix documentation.Vsevolod Stakhov2015-07-311-1/+1
* Do not delete uninitialized events.Vsevolod Stakhov2015-07-301-1/+4
* Allow messages with headers only.Vsevolod Stakhov2015-07-301-1/+1
* Cleanup event before setting it.Vsevolod Stakhov2015-07-301-0/+1
* Fix race condition for watcher removal.Vsevolod Stakhov2015-07-301-1/+1
* Initialize image structure to avoid corruption.Vsevolod Stakhov2015-07-301-6/+4
* Store multiparts for further analysis.Vsevolod Stakhov2015-07-291-2/+31
* Reduce log level for similar parts distance.Vsevolod Stakhov2015-07-291-1/+1
* Skip same text parts when processing statistics.Vsevolod Stakhov2015-07-291-1/+9
* Add debug messages to classify metadata.Vsevolod Stakhov2015-07-281-0/+7
* Fix option placement.Vsevolod Stakhov2015-07-281-5/+5
* Allow to specify classification headers in the options.Vsevolod Stakhov2015-07-283-4/+15
* Add more metatokens for images.Vsevolod Stakhov2015-07-281-0/+3
* Use headers name.Vsevolod Stakhov2015-07-281-0/+5
* Do not add too many tokens from headers.Vsevolod Stakhov2015-07-281-5/+5
* Extract more features from messages.Vsevolod Stakhov2015-07-281-14/+90
* Fix sqlite3 backend initialization.Vsevolod Stakhov2015-07-272-2/+25
* Some more fixes to sqlite backend.Vsevolod Stakhov2015-07-271-3/+3
* Fix tokenizers configuration in sqlite3.Vsevolod Stakhov2015-07-271-5/+67
* Allow blob manipulation in sqlite3 statements.Vsevolod Stakhov2015-07-271-0/+10
* Some more fixes to tokenizator init.Vsevolod Stakhov2015-07-272-2/+6
* Try to fix reindexing of statfiles.Vsevolod Stakhov2015-07-271-3/+60
* Support type alias for tokenizer.Vsevolod Stakhov2015-07-271-0/+8
* Classify errors are non-fatal errors.Vsevolod Stakhov2015-07-271-2/+4
* Fix issues with compatibility tokenization.Vsevolod Stakhov2015-07-272-13/+24
* Unbreak the rest.Vsevolod Stakhov2015-07-272-18/+27
* Fix tokenizers and mmapped file.Vsevolod Stakhov2015-07-276-52/+96
* Fix stat processing.Vsevolod Stakhov2015-07-273-74/+18
* More changes to tokenization.Vsevolod Stakhov2015-07-275-75/+65
* Start tokenizers rework.Vsevolod Stakhov2015-07-275-141/+177
* Use new tokenization by default for created statfiles.Vsevolod Stakhov2015-07-271-1/+1
* Use some headers information in statistics.Vsevolod Stakhov2015-07-261-0/+43
* Allow adding of prefix for tokenizers.Vsevolod Stakhov2015-07-263-7/+22
* Fix parsing of the last header in a message.Vsevolod Stakhov2015-07-251-4/+5
* Check variable before getting it.Vsevolod Stakhov2015-07-241-0/+5
* Fix pass all flag.Vsevolod Stakhov2015-07-241-0/+4
* Fix ip_score initialization.Vsevolod Stakhov2015-07-241-2/+2
* Make R_EMPTY_IMAGE tutorial function.Vsevolod Stakhov2015-07-231-11/+21
* Add languages support to sqlite3 backend.Vsevolod Stakhov2015-07-231-7/+58
* Add user support to sqlite3.Vsevolod Stakhov2015-07-232-2/+101
* If there is no url within <a> then do not add exception.Vsevolod Stakhov2015-07-231-12/+16
* Fix height attribute parsing.Vsevolod Stakhov2015-07-231-1/+1