]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2015-07-14 Vsevolod StakhovAllow to get different types of memory pool variables.
2015-07-14 Vsevolod StakhovAdd util.tanh lua utility.
2015-07-14 Vsevolod StakhovMove distance calculation to message parsing.
2015-07-14 Vsevolod StakhovImplement levenshtein distance for words.
2015-07-14 Vsevolod StakhovDisable signatures detection as it breaks stuff.
2015-07-14 Vsevolod StakhovFix dereference of NULL pointer.
2015-07-14 Vsevolod StakhovStart removing of old fuzzy algorithm.
2015-07-14 Vsevolod StakhovImplement skipping of signatures in text messages.
2015-07-14 Vsevolod StakhovRework ip_score plugin to support ASN, country and...
2015-07-14 Vsevolod StakhovMinor fixes in lua.
2015-07-14 Vsevolod StakhovDo not treat classify error as fatal error.
2015-07-14 Vsevolod StakhovFix unit test building and starting.
2015-07-14 Vsevolod StakhovFix splitting in case of bogus regexp.
2015-07-14 Vsevolod StakhovRename memory pool functions.
2015-07-14 Vsevolod StakhovFix some more issues found after mime rework.
2015-07-14 Vsevolod StakhovAdd ASN, country and ipnet lookups.
2015-07-13 Vsevolod StakhovAvoid dependency on ARCH dep header.
2015-07-13 Vsevolod StakhovFix received headers parsing.
2015-07-13 Vsevolod StakhovGList -> GPtrArray for parts
2015-07-13 Vsevolod StakhovRework parts and task structure:
2015-07-13 Vsevolod StakhovRemove legacy checks.
2015-07-11 Vsevolod StakhovAdd url encoded tests.
2015-07-11 Vsevolod StakhovAllow query parameters for files.
2015-07-10 Vsevolod StakhovAdd a simple functional test for scanning a file.
2015-07-10 Vsevolod StakhovFix issues on learning files.
2015-07-10 Vsevolod StakhovAllow scanning local files in rspamd.
2015-07-10 Vsevolod StakhovParse incoming request url.
2015-07-10 Vsevolod StakhovFinally fix an issue with data isolation in sqlite.
2015-07-10 Vsevolod StakhovFix some minor issues with sqlite3.
2015-07-10 Vsevolod StakhovRemove google DNS from tests.
2015-07-10 Vsevolod StakhovSave log files on test errors completely.
2015-07-10 Vsevolod StakhovRework sqlite3 cache.
2015-07-10 Vsevolod StakhovMore fixes to sqlite3 locking.
2015-07-10 Vsevolod StakhovUnify sqlite open and create function.
2015-07-10 Vsevolod StakhovMove sqlite3 utils to a separate module.
2015-07-09 Vsevolod StakhovQuote strings in pragmas.
2015-07-09 Vsevolod StakhovAdd finalize process operation.
2015-07-09 Vsevolod StakhovAdd additional check on open.
2015-07-09 Vsevolod StakhovTry to do something about sqlite locking.
2015-07-09 Vsevolod StakhovTry to fix sqlite3 blocking.
2015-07-09 Vsevolod StakhovUse standard functions definitions.
2015-07-09 Vsevolod StakhovFix issues in the tests.
2015-07-09 Vsevolod StakhovAdopt build system for new tests.
2015-07-09 Vsevolod StakhovRemove bats tests.
2015-07-09 Vsevolod StakhovRemove bats tests.
2015-07-09 Vsevolod StakhovNew functional tests approach.
2015-07-09 Vsevolod StakhovSkip missing statfiles on classifying.
2015-07-09 Vsevolod StakhovMove statistics initialization to start of workers.
2015-07-08 Vsevolod StakhovAdd tests for xxhash and siphash.
2015-07-08 Vsevolod StakhovAdd sqlite3 backend testing.
2015-07-08 Vsevolod StakhovAdd functional test for #331.
2015-07-08 Vsevolod StakhovFix HTTP error code on learn failures.
2015-07-08 Vsevolod StakhovFix issue if rspamd cannot create statfiles.
2015-07-08 Vsevolod StakhovUse more UCL vars for tests.
2015-07-08 Vsevolod StakhovRework cmake caching.
2015-07-08 Vsevolod StakhovImprove functional tests teardown.
2015-07-08 Vsevolod StakhovDo not use __FUNCTION__ as it's unportable.
2015-07-08 Vsevolod StakhovFix bug when unix sockets were not whitelisted.
2015-07-08 Vsevolod StakhovFix openssl handling.
2015-07-08 Vsevolod StakhovRemove workaround for local cmake.
2015-07-08 Vsevolod StakhovFix include directive for hiredis.
2015-07-08 Vsevolod StakhovMore fixes to cmake script.
2015-07-08 Vsevolod StakhovAnother try to fix cmake configuration.
2015-07-07 Vsevolod StakhovAdopt for the new ProcessPackage.
2015-07-07 Vsevolod StakhovRework ProcessPackage macro.
2015-07-07 Vsevolod StakhovTry to rework FindLua macro.
2015-07-07 Vsevolod StakhovFix some extreme cases in bayes.
2015-07-07 Vsevolod StakhovAdd test for empty part learning.
2015-07-07 Vsevolod StakhovFix null pointer dereference.
2015-07-07 Vsevolod StakhovAdd dependencies test.
2015-07-07 Vsevolod StakhovUse BATS_TMPDIR instead of '/tmp' for tests.
2015-07-07 Vsevolod StakhovSlightly improve variables extraction code.
2015-07-06 Vsevolod StakhovAllow variables parsing in a command line.
2015-07-06 Vsevolod StakhovAdd support for extra variables in a config.
2015-07-06 Vsevolod StakhovAdd learning functional tests.
2015-07-06 Vsevolod StakhovFix error log.
2015-07-06 Vsevolod StakhovFix mutex locking for logger.
2015-07-06 Vsevolod StakhovLog message if failed to learn.
2015-07-06 Vsevolod StakhovDo not dereference null pointer on learning.
2015-07-05 Vsevolod StakhovMerge pull request #328 from fatalbanana/master
2015-07-05 Andrew LewisDoc fix: confusing reference to RBL module 328/head
2015-07-05 Andrew LewisAdd DKIM support to RBL module
2015-07-04 Vsevolod StakhovAdd delayed dependency form support to lua.
2015-07-04 Vsevolod StakhovAllow registering of delayed dependencies.
2015-07-03 Vsevolod StakhovIgnore User header in SA mode.
2015-07-03 Vsevolod StakhovUpdate version to distinguish master.
2015-07-03 Vsevolod StakhovAllow bundling for sqlite3.
2015-07-02 Vsevolod StakhovMerge pull request #324 from fatalbanana/master
2015-07-02 Vsevolod StakhovAdd encryption test.
2015-07-02 Vsevolod StakhovStore rspamd log permanently for functional tests.
2015-07-02 Vsevolod StakhovAdd functional test for spamc protocol.
2015-07-02 Vsevolod StakhovAvoid double free if cannot load message.
2015-07-02 Vsevolod StakhovAdd streamline HTTP test (failing for now).
2015-07-02 Vsevolod StakhovFix processing of empty messages.
2015-07-02 Vsevolod StakhovStart functional tests.
2015-07-02 Andrew LewisSet ignore_whitelists = true for RECEIVED_SPAMHAUS_XBL 324/head
2015-07-02 Vsevolod StakhovAdd GTUBE support.
2015-07-02 Vsevolod StakhovMerge pull request #321 from fatalbanana/master
2015-07-02 Vsevolod StakhovAdd workarounds for numeric hosts in URLs.
2015-07-02 Vsevolod StakhovImprove support of IP based URLs.
next