aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Write statfiles revisions to the runtime.Vsevolod Stakhov2015-01-262-2/+21
|
* Add tokens processing.Vsevolod Stakhov2015-01-252-1/+32
|
* Add functions for getting values from files.Vsevolod Stakhov2015-01-252-21/+66
|
* Add preprocessing routine for classifiers.Vsevolod Stakhov2015-01-242-13/+98
|
* Start statistics preprocessing implementation.Vsevolod Stakhov2015-01-231-11/+44
|
* Implement statfiles runtime initialization.Vsevolod Stakhov2015-01-233-259/+281
|
* Rework tokenization invocation.Vsevolod Stakhov2015-01-233-42/+51
|
* Disable statistics in rspamd till reworking is done.Vsevolod Stakhov2015-01-233-5/+8
|
* Add initial processing routines.Vsevolod Stakhov2015-01-236-19/+138
|
* Refactor structures names.Vsevolod Stakhov2015-01-239-20/+110
|
* Rework types for tokenizers functions.Vsevolod Stakhov2015-01-233-27/+17
|
* Rework classifiers configuration and naming.Vsevolod Stakhov2015-01-236-69/+62
| | | | Now it is possible to register multiple classifiers with the same type.
* 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-204-471/+92
|
* 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
|
* Merge pull request #129 from wiedi/masterVsevolod Stakhov2015-01-182-2/+12
|\ | | | | Fix build on SunOS
| * Fix build on SunOSSebastian Wiedenroth2015-01-182-2/+12
|/ | | | | - the struct dirent d_type is not available on SunOS - tm_gmtoff is not a POSIX field
* Revert "Preserve destructors order as LIFO."Vsevolod Stakhov2015-01-172-6/+9
| | | | | | That change was completely incorrect. This reverts commit 1f2c83f096f28ce79e828edd1ab545a341f10451.
* 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-1622-27/+108
|
* Update version to 0.9 WIP.Vsevolod Stakhov2015-01-161-1/+1
|
* Fix double format output.Vsevolod Stakhov2015-01-161-2/+13
|
* Merge pull request #128 from fatalbanana/masterVsevolod Stakhov2015-01-151-4/+4
|\ | | | | Oops: fix regression
| * Fix regressionAndrew Lewis2015-01-151-4/+4
|/
* Merge pull request #127 from fatalbanana/masterVsevolod Stakhov2015-01-158-916/+88
|\ | | | | Update RPM packaging
| * Update RPM packagingAndrew Lewis2015-01-157-913/+84
| |
| * Add toggle for disabling installation of systemd units on LinuxAndrew Lewis2015-01-151-3/+4
|/
* Merge pull request #126 from fatalbanana/masterVsevolod Stakhov2015-01-091-1/+1
|\ | | | | Fix building on Fedora
| * Fix building on FedoraAndrew Lewis2015-01-091-1/+1
|/
* Silent warnings.Vsevolod Stakhov2015-01-061-0/+3
|
* Merge pull request #125 from fatalbanana/masterVsevolod Stakhov2015-01-041-12/+15
|\ | | | | Make Exim pass hostnames to rspamd