aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Some more fixes to sqlite backend.Vsevolod Stakhov2015-07-272-5/+4
* 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
* Disable broken dkim test.Vsevolod Stakhov2015-07-251-0/+2
* Avoid large enums.Vsevolod Stakhov2015-07-251-5/+3
* 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-232-22/+32
* Add languages support to sqlite3 backend.Vsevolod Stakhov2015-07-231-7/+58
* Add user support to sqlite3.Vsevolod Stakhov2015-07-232-2/+101
* Tune R_EMPTY_IMAGE to avoid false positives.Vsevolod Stakhov2015-07-231-2/+2
* Add improved version of R_EMPTY_IMAGE.Vsevolod Stakhov2015-07-232-16/+23
* 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
* Start work on new HTML rules.Vsevolod Stakhov2015-07-234-8/+64
* Add textpart:get_raw_length methodVsevolod Stakhov2015-07-231-1/+28
* Add text_part:get_html() method.Vsevolod Stakhov2015-07-231-0/+24
* Implement lua_html methods.Vsevolod Stakhov2015-07-232-2/+151
* Start LUA API for HTML parts.Vsevolod Stakhov2015-07-234-1/+65
* Fix hang.Vsevolod Stakhov2015-07-231-0/+2
* Refactor functions in images processing.Vsevolod Stakhov2015-07-234-16/+15
* Find linked images from HTML parts.Vsevolod Stakhov2015-07-231-1/+55
* Add HTML images concept.Vsevolod Stakhov2015-07-232-10/+102
* Add HTML image type.Vsevolod Stakhov2015-07-232-0/+4
* Set error if cannot learn anything.Vsevolod Stakhov2015-07-221-2/+8
* Another iteration on #331.Vsevolod Stakhov2015-07-223-13/+25
* Implement unique HTML tags.Vsevolod Stakhov2015-07-222-11/+19
* Rework ip_score plugin.Vsevolod Stakhov2015-07-221-43/+62
* Fix ignored elements in HTML parsing.Vsevolod Stakhov2015-07-211-29/+52
* Fix lua plugins with the new DNS API.Vsevolod Stakhov2015-07-215-116/+142
* Fix some issues with lua_dns.Vsevolod Stakhov2015-07-211-1/+8
* New version of lua DNS api.Vsevolod Stakhov2015-07-211-35/+111
* Use new dns API.Vsevolod Stakhov2015-07-217-47/+46
* Add constraints to dns requests ammount per task.Vsevolod Stakhov2015-07-215-0/+39
* Build with -O2 by default.Vsevolod Stakhov2015-07-211-7/+7