aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rework classifiers configuration and naming.Vsevolod Stakhov2015-01-236-69/+62
* Reorganize libstat API.Vsevolod Stakhov2015-01-2312-204/+110
* Rework statistics runtime structures.Vsevolod Stakhov2015-01-236-30/+43
* Remove statfile invalidation.Vsevolod Stakhov2015-01-221-81/+0
* Ignore broken TXT records when parsing include.Vsevolod Stakhov2015-01-221-4/+9
* Fix another critical composites issue and memory corruption.Vsevolod Stakhov2015-01-221-1/+1
* Fix critical issue with composites weights.Vsevolod Stakhov2015-01-211-1/+1
* Fix mmaped files initialization.Vsevolod Stakhov2015-01-211-45/+69
* Another err dereference for dkim module.Vsevolod Stakhov2015-01-211-2/+9
* Add initialization prototype.Vsevolod Stakhov2015-01-201-0/+21
* Restore statfile resize logic.Vsevolod Stakhov2015-01-201-0/+12
* Add backend option for statfiles, remove legacyVsevolod Stakhov2015-01-203-15/+7
* Fix crash on broken DKIM DNS records.Vsevolod Stakhov2015-01-201-1/+1
* More rework.Vsevolod Stakhov2015-01-203-464/+85
* Start reworking of mmaped files backend.Vsevolod Stakhov2015-01-194-239/+140
* Remove legacy statfile pool.Vsevolod Stakhov2015-01-183-190/+3
* Remove direct statfiles manipulation from bayes.Vsevolod Stakhov2015-01-182-112/+9
* New statistics token definition.Vsevolod Stakhov2015-01-183-18/+20
* Remove old statfile_pool logic.Vsevolod Stakhov2015-01-188-158/+1
* Start refactoring of statistics in rspamd.Vsevolod Stakhov2015-01-1815-139/+134
* Do not reset case of settings if parsed from lua.Vsevolod Stakhov2015-01-181-1/+1
* Fix build on SunOSSebastian Wiedenroth2015-01-182-2/+12
* Revert "Preserve destructors order as LIFO."Vsevolod Stakhov2015-01-172-6/+9
* Fix static build.Vsevolod Stakhov2015-01-161-0/+1
* Remove binlog and statfile_sync: never ever used.Vsevolod Stakhov2015-01-169-1248/+0
* No more winnow.Vsevolod Stakhov2015-01-164-732/+1
* Reorganize statfiles and classifiers into libstat.Vsevolod Stakhov2015-01-1621-26/+107
* Fix double format output.Vsevolod Stakhov2015-01-161-2/+13
* Fix building on FedoraAndrew Lewis2015-01-091-1/+1
* Silent warnings.Vsevolod Stakhov2015-01-061-0/+3
* Update docs.Vsevolod Stakhov2015-01-021-0/+62
* Preserve destructors order as LIFO.Vsevolod Stakhov2015-01-012-9/+6
* Fix memory leak in html nodes.Vsevolod Stakhov2015-01-011-0/+4
* Fix macro expansion length calculation.Vsevolod Stakhov2015-01-011-2/+2
* Some fixes to macro expansion in spf.Vsevolod Stakhov2014-12-301-5/+10
* Zero memory for inet address.Vsevolod Stakhov2014-12-301-2/+2
* Fix some leaks.Vsevolod Stakhov2014-12-302-8/+12
* Do not tokenize empty input.Vsevolod Stakhov2014-12-302-1/+8
* Do not dereference null pointer.Vsevolod Stakhov2014-12-301-3/+5
* Value of fuzzy is signed actually.Vsevolod Stakhov2014-12-291-1/+1
* Add lua API for getting raw headers from mime part.Vsevolod Stakhov2014-12-291-4/+85
* Save raw headers for all normal parts.Vsevolod Stakhov2014-12-292-13/+32
* Update libucl.Vsevolod Stakhov2014-12-271-0/+0
* make rspamd_http_message_find_header case-insensitiveAndrew Karpow2014-12-261-1/+1
* Use safe iters for bind_socket parameter.Vsevolod Stakhov2014-12-251-2/+4
* Update ucl for safe iterators.Vsevolod Stakhov2014-12-251-0/+0
* Allow to listen on ipv6 IP.Vsevolod Stakhov2014-12-251-1/+33
* Arrays are no longer lists in UCL.Vsevolod Stakhov2014-12-251-5/+3
* Save flag in fuzzy reply.Vsevolod Stakhov2014-12-241-0/+1
* Learn legacy fuzzy as well for now.Vsevolod Stakhov2014-12-241-6/+4